/* HTML */

html,body {
	height:auto;
	background-image: url(img/fondo.gif);
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	margin-right: 0px;
	margin-left: 0px;
}

/* LINKS */

a:link {
	color: #3175AE;
	text-decoration:none;
}
a:visited {
	color: #3175AE;
	text-decoration:none;
}
a:hover {
	color: #003399;
	text-decoration:none;
}
a:active {
	color: #3175AE;
	text-decoration:none;
}
a.btn:link {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a.btn:hover {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.btn:visited {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a.btn:active {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a.tips:link {
	color: #666666;
	text-decoration: none;
}
a.tips:hover {
	color: #000000;
	text-decoration: none;
}
a.tips:visited {
	color: #666666;
	text-decoration: none;
}
a.tips:active {
	color: #666666;
	text-decoration: none;
}

/* TABLAS Y DIV */

#arriba {
	width: 768px;
}
#izquierda {
	float: left;
	width: 175px;
}
#derecha {
	width: 593px;
	float: left;
}
.m_1 {
	background-color: #FFFFFF;
	width: 768px;
}
.m_2 {
	background-image: url(img/master_2.gif);
	width: 5px;
}
.m_3 {
	background-image: url(img/master_3.gif);
	width: 6px;
}

#final {
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.botones {
	padding: 3px;
	background-color: #ECF3FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D2E3FF;
	border-right-color: #D2E3FF;
	border-left-color: #D2E3FF;
}
.puntos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#barra {
	height: 18px;
	width: 740px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2E3FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2E3FF;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
#titulos {
	margin-bottom: 10px;
}
#barra_iconos {
	margin-top: 5px;
}
#caja_titulo {
	margin-bottom: 5px;
}
#up_vol {
	margin-bottom: 5px;
}
.imgborde {
	border: 1px solid #CCCCCC;
	padding: 1px;
}
#imagenD
{
	float: right;
	margin-left: 10px;
}
#boletin_suscribir {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	margin-top: 10px;
	background-color: #ECF3FF;
	border: 1px solid #D2E3FF;
	padding: 5px;
	text-align: center;
	line-height: 20px;
	margin-bottom: 10px;
	height: 170px;
}
/* TEXTO */

.articulo {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
.texto_titulo_noticia {
	font-size: 12px;
	font-weight: bold;
	color: #3175AE;
}
.texto_copete {
	font-size: 10px;
}

/* FORMULARIOS */


.camposearch {
	font-size: 10px;
	background-color: #ECF3FF;
	border: 1px solid #D2E3FF;
	font-family: Tahoma;
	color: #666666;
}
#sup_opciones {
	margin-bottom: 15px;
	margin-left: 3px;
}
#sup_titulo {
	margin-bottom: 3px;
}
.campo_2 {
	background-color: #F3F3F3;
	border: 1px solid #BCBCBC;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}


