.search_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #152F52;
	background-image: url(busqueda_fondo.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.txt_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.tituloazul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #152F52;
	text-decoration: none;
}
.subtituloazul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #152F52;
	text-decoration: none;
}

.links_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.links_white:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.imagen_fondo {
	background-image: url(imagen_fondo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.txt_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	text-decoration: none;
}
.link_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	text-decoration: none;
}
.link_gris:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

.td_contenido {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #ABB6C4;
	padding:10px;
}
.submenu {
	margin:0;
	padding-left:4px;
	padding-top:12px;
	padding-bottom:12px;
	list-style-position: inside;
	list-style-image: url(arrow.gif);

}

.lista {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	text-indent: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;


}
.lista:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	text-decoration: none;
	text-indent: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.transparent{
    border:none;
}
.transparent:hover{
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    
}
.btn_banner {
	border:hidden;
}

.btn_banner:hover {
            filter: alpha(opacity=50);
            -moz-opacity: 0.5;
            border: hidden;
}
.btn_enviar_negro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	background-image: url(btn_negro.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: 95px;
}
