.txtSmall {
	font-size: 10px;
}

.style1 {
	background-image: url(images/linea_img_fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.style4 {
	background-image: url(images/fondo_encabezado.jpg);
	background-repeat: repeat-x;
}
.style2 {
	background-image: url(images/img_busqueda_fondo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.style3 {
	background-image: url(images/img_noticias_fondo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.text_verd {
	font-family: Arial, Helvetica, sans-serif;
}
.txtGrey {
	color: #666666;
	font-size: 10px;
}

td {
	font-size: 12px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style3 td {
	color: #FFFFFF;
}

.style3 a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
a {
	text-decoration: none;
	color: #034081;
}

a:hover {
	text-decoration: underline;
}

.style4 td {
	color: #FFFFFF;
}

.bgBlack {
	background-color: #034081;
}
.txtHeader {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}


.bgWhite {
	background-color: #FFFFFF;
}

.bgLight {
	background-color: #E9F0F8;
}

.txtWhite {
	color: #FFFFFF;
}

input {
	border: 1px solid #034081;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.black {
	background-color: #000000;
}

.txtError {
	color: #990000;
}

.bgLight2 {
	background-color: #DAE6F3;
}