html, body {
margin: 0;
padding: 0;
height: 100%;
}

body {
text-align: center;
background: #e3c596 url(layout/bodyfill.jpg) top left fixed;
font: 13px/18px arial, verdana, tahoma, sans-serif;
color: #000;
padding: 0 0 0 0;
}

#container {
text-align: left;
margin: 0 auto;
width: 713px;
background: transparent url(layout/containerfill.png) top left repeat-y;
min-height: 100%;
position: relative;
}

#header {
height: 250px;
width: 688px;
background: transparent url(layout/headfill.jpg) top left no-repeat;
position: relative;
margin: 0 0 0 13px;
}

#content {
background: transparent url(layout/contentfill.jpg) top left no-repeat;
min-height: 330px;
padding: 12px 0 110px 0;
}

#sidebar {
width: 100px;
height: 100px;
margin: 0 0 20px 20px;
padding: 0;
position: relative;
float: right;
display: inline;
background: #ddd
z-index: 10;
}

#sidebar div {
position: absolute;
width: 200px;
height: 250px;
top: 0;
left: -60px;
background: #87964f;
border: 3px solid #000;
z-index: 10;
}

#sidebar_new {
width: 100px;
height: 100px;
margin: 0 0 20px 20px;
padding: 0;
position: relative;
float: right;
display: inline;
background: #ddd
z-index: 10;
}

#sidebar_new div {
position: absolute;
width: 200px;
height: 200px;
top: 0;
left: -60px;
background: #87964f;
border: 3px solid #000;
z-index: 10;
}

#text {
margin: 0 0 0 54px;
padding: 0 0 50px 0;
width: 480px;
color: #000;
}

a {
color: #fff8e9;
text-decoration: none;
}

a:hover {
color: #F6CB6D;
}


#footer {
background: transparent url(layout/footfill.jpg) top center no-repeat;
clear: both;
font-size: 10px;
color: #000;
padding: 0;
text-align: center;
height: 135px;
width: 688px;
margin: -135px auto 0 auto;
position: relative;
}

#footer[id] {
right: -1px;
}

#footer p {
position: absolute;
bottom: 0px;
left: 0;
width: 100%;
}

#footer a {
color: #000;
}
#footer a:hover {
color: #b22c16;
}

a.con {
width: 130px;
height: 40px;
position: absolute;
bottom: 50px;
right: 40px;
display: block;
}

/* some style stuff */

h1 {
font: 600 40px tahoma, arial, helvetica, sans-serif;
margin: 6px 0;
color: #2C4F37;
padding: 0;
height: 40px;
border-bottom: 1px solid #2a2a2a;
}


#text h2 {
font: 600 20px helvetica, verdana, arial, sans-serif;
padding: 6px 0 3px 0;
margin: 0;
color: #000;
}

#text h3 {
font: 600 16px helvetica, verdana, arial, sans-serif;
padding: 4px 0 2px 0;
color: #000;
margin: 0;
}

#text p {
margin: 0;
padding: 0 0 9px 0;
}

.fl {
float: left;
margin: 0 8px 5px 0;
display: inline;
}
.photoleft {
float: left;
margin: 0 10px 5px 0;
display: inline;
border:3px solid black;
}
.photoblock {

margin: 10px;
display: block;
border:3px solid black;
}
.fr {
float: right;
margin: 0 0 5px 8px;
display: inline;
}

.bb {
border: 2px solid #2C4F37;
background: #EFEFEF;
padding: 3px;
}

.square {
list-style: square;
}

.faqAnswer {
background: #235d8a;
border: 1px solid #000;
padding: 4px;
margin: 0 0 6px 0;
}

dl.forms {
float: left;
width: 260px;
}
dt {
font-weight: 600;
padding: 4px 0;
}
dd {
margin: 0 0 0 6px;
padding: 1px 0;
}

.pollo-verde {
width: 240px;
margin: 0 0 5px 0;
border: 2px solid #CD5300;
background: #FFE5BF;
padding: 2px;
font: 11px tahoma, arial, sans-serif;
}
.pollo-verde:hover, .pollo-verde:focus {
background: #fff;
}

.small {
font-size: 80%;
}







/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
}







