@charset "utf-8";
body {
	background-image: url(images/fondo.jpg);
	background-repeat: repeat;
	margin-top: 10px;
	margin-bottom: 0px;
}

.fondo_izq {
	background-image: url(images/fondo_cont_izq.jpg);
	background-repeat:  repeat-y;
	background-position: left;
}
.tx_pie {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 12px;
	color: #112;
}
.tx_pie_ch {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 11px;
	color: #131420;
}
.texto {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 13px;
	color: #1A1A26;
}
.campos {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 12px;
	color: #0B0521;
	background-color: #BFD7F2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.tx_blanco {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 13px;
	color: #FDF5E5;
	font-weight: bold;
}
.titular {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 15px;
	color: #123678;
	font-weight: bold;
}
.textoDestacado {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 14px;
	color: #1C346C;
	font-weight: bold;
}
.tx_pie_chColor {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 11px;
	color: #212C49;
}

