@charset "utf-8";
body {
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #E6E4E5;
	background-position: center;
}

.fondo_cont {
	background-image: url(imagenes/degradado_fondo.jpg);
	background-repeat:  repeat-x;
	background-position: top;
}
.texto  {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 12px;
	color: #434343;
}
.titular {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 16px;
	color: #5e0202;
	font-weight: bold;
}
.textoGr {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 13px;
	color: #434343;
}
.textoRosa {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 13px;
	color: #7e5050;
	font-weight: bold;
}
.textoRosaCh {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 10px;
	color: #786060;
	font-weight: bold;
}
.textoRojo {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 12px;
	color: #5c0000;
	font-weight: bold;
}
.campos {
	background-color: #D6CCCB;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 13px;
	color: #470101;
}
.tabla_fondo {
	background-color: #DBDBDB;
	background-image: url(imagenes/tabla_fondo.jpg);
	background-repeat:  repeat-x;
	background-position: top;
}
.textoBlanco {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.botonactualizar {
	height: 40px;
	width: 300px;
}
