@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font:12px Verdana ;
	color:#333333;	
	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 */
}
a:link {text-decoration: none; color:#333333}
a:visited {text-decoration: none; color:#333333}
a:hover {text-decoration: none; color:#333333}
a:active {text-decoration: none; color:#333333}

#conteiner {
margin-top: 0px;
margin: 0 auto;
margin-bottom:0px;
width:100%;
background-color:#FFFFFF;
}
/*** Encabezado ***/
#encabezado1 {
margin-top: 0px;
width:100%;
height:111px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
background-image:url(v3_images/sexobot_enc_pics2.jpg);
text-align:left;
border-bottom:dotted 2px #FF9900;
}
#encabezado2 {
margin-top: 0px;
width:1003px;
height:111px;
margin: 0 ; 
background-image:url(v3_images/sexobot_enc_pics1.jpg);
background-position:left;
background-repeat:no-repeat;
text-align:left;
}
h1 {
display:inline;
text-align:left;
font: bold 16px Arial Narrow;
margin: 0px 0 0 10px;
line-height:120%;
color:#990000;
background-image:url(v3_images/sexobot_enc_pics2.jpg);
}
#logo_link{
margin: 8px 0 0 7px;
float:left;
height:70px;
}
#encabezado_texto {
float:right;
text-align:center;
margin-right:192px;
margin-top:-8px;
width:180px;
height:20px;
font: bold 16px Arial;
}
#encabezado_banner {
margin-top:4px;
float:right;
margin-right:51px;
width:468px;
height:60px;
}

/*******************/
#copy {
clear:both;
width:100%;
background-color:#F8DE7F; 
}


