@charset "UTF-8";
/* CSS Document */

/* HTML */
html{  width:100%; }
body{ 
	height:100%; width:100%; 
	margin:0px; background-color:#FFF;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:11px; line-height:15px; letter-spacing:0px; color:#000;
}
p{ margin:0px 0px 15px;}

#centrador{
	width:765px;
	margin:0px 0px 0px 75px; /* auto;*/
}
#cabecera{
	width:765px;
	height:90px;
	position:fixed;
	top:0px;
}

#contenido{
	width:765px;
	margin-top:105px;
	
}
a:link, a:visited, a:active, a:hover{color:#000; text-decoration:none;}

object{ outline:none;}

.baqueton{ height:7px; width:100%; margin:0px 0px 38px;}