@charset "utf-8";
/* CSS Document */
/* cabecera */

.titulogo {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #494344;
	text-decoration: none;
	vertical-align: middle;
	height: 42px;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 13px;
}
body {
	background-image: url(../img/fondo-ventana.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
.titulogo h1 {
	font-size: 18px;
	text-decoration: none;
	margin: 0px;
}
.titulogo img {
	float: right;
	position: relative;
	right: 5px;
	top: -5px;
}
.titulogo p {
	margin: 0px;
	font-weight: normal;
}
.ventana {
	width: 495px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.ventana p{
	margin: 0px;
}
.rojo {
	color: #A2252B;
	text-decoration: none;
	font-weight: bold;
}
.marcador {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7242C;
}

