* {
	padding:0;
	margin:0;
}

body{
	background-image:url(../images/fondo_ppal.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#8996a7;
}
.cmzBody #container { 
	width: 868px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#divheader {
	position:relative;
	left:0px;
	top:0px;
	width:868px;
	height:134px;
	visibility:visible;
}
#divbody {
	position:relative;
	left:0px;
	top:0px;
	width:864px;
	padding:1px 2px 0 2px;
	visibility:visible;
	background-color:#FFFFFF;
}
#divpie {
	position:relative;
	left:0px;
	top:0px;
	width:868px;
	height:26px;
	visibility:visible;
	background-color:#8996a7;
}
#divfooter1 {
	position:absolut;
	left:0px;
	top:583px;
	width:434px;
	height:26px;
	visibility:visible;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	padding-top:7px;
}
#divfooter2 {
	position:absolut;
	top:583px;
	width:434px;
	height:23px;
	visibility:visible;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	padding-top:7px; text-align:right;
}
#divfooter2 a { color:#FFFFFF;
}
#divfooter2 a:hover { color:#FFFFFF; text-decoration:none;
}

#logotheotocas {
	position:absolute;
	left:0px;
	top:0px;
	width:360px;
	height:104px;
	visibility:visible;
}
#headerr1c2 {
background-image:url(../images/header_r1_c2.jpg);
	position:absolute;
	left:360px;
	top:0px;
	width:508px;
	height:104px;
	visibility:visible;
	text-align:right;
	padding-top:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#344663;
	}
#headerr1c2 a { color:#344663;
}
#headerr1c2 a:hover { color:#344663; text-decoration:none;
}
#headerr2c1 {
	position:absolute;
	left:0px;
	top:104px;
	width:868px;
	height:30px;
	visibility:visible; 
}

#ilus_home{
	width:864px;
	height:178px;
	background-color:#FF9900; text-align:center;
}
.bienvenida_home{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
	text-align:left;
	padding: 37px 39px 0 34px;
}
.bienvenida_home h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:003366; padding-bottom:15px;
}

.contenido_prod{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
	text-align:left;
	padding: 15px 0 0 15px;
}

.verMas {
	color: #465061;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
}
a.verMas {
	color: #465061;
	text-decoration:none;
}
a:hover.verMas {
	color: #465061;
	text-decoration:underline;
}
.text_form { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
	}

