/* estructura */
* {
	scrollbar-face-color:		#F0F9Fe;
	scrollbar-highlight-color:	#FFFFFF;
	scrollbar-shadow-color:		#DEE3E7;
	scrollbar-3dlight-color:	#D1D7DC;
	scrollbar-arrow-color:		#006699;
	scrollbar-track-color:		#EFEFEF;
	scrollbar-darkshadow-color:	#98AAB1;
}
body {
    background-color:#ffffff;
	text-align: center;
 	margin: 0px;
 	padding:0px; 
	position: absolute;
	width:100%;
	height:100%;
}
a {
	color: #0068B4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
    text-transform:none;
}
a:active {
	color: #0068B4;
}
a:hover {
    color: #0068B4;
	/*background: url(../img/css/a_hover.gif) repeat-x bottom;*/
	text-decoration: underline;
}
a:link {
	color: #0068B4;
}
a:visited {
	color: #0068B4;
}
/* -------------------------------- id ------------------------------- */
#estructura{
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	padding:0px;
}
#encabezado{
	width:740px;
    height: 157px;
	margin:auto;
	padding-bottom:10px;
	text-align:center;
}
#cuerpo{
	width:740px;
	height:auto;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	padding:0px;
	text-align:center;
}
#pie{
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	color:#666666;
	letter-spacing:1px;
}

/* en gral */
#esp5px {
	height:5px;
}

/* index */

/* index.encabezado */
#form_buscar{
	margin:0px;
	padding:0px;
}
#bt_registro{
	margin-left:20px;
	margin-right:0px;
	vertical-align:middle;
}
#input_buscar{
	height:14px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	vertical-align:middle;
	width:200px;
}
#bt_buscar{
	background-color:#FEA937;
	border:solid 1px;
	border-color:#97A0A4;
	color:#666666;
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	height:20px;
	margin-left:0px;
	margin-right:0px;
	vertical-align:middle;
}



/* p los textos chiquitos de los form */
.txtch {
	font-size: 10px;
    text-transform:lowercase;
}
/* p el texto de la descripcion de los form */
.txtformdescr {
	font-size: 11px;
    text-transform:lowercase;
}
/* p los textos descriptivos */
.txtdescripc {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #888888;
}

#sites_recomendados {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #888888;
}

#sites_recomendados a{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #888888;
}

#sites_recomendados a:link{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #888888;
}







