@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(imagenes/fondo.gif);
	background-repeat:  repeat-x;
	background-position: left top;
	text-align: center;
}
#centrar {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 56px;
	text-align: center;
	margin-bottom: 30px;
	background-image: url(imagenes/topos.gif);
	background-repeat:  repeat-y;
	background-position: 0px 30px;
}
#texto {
	color: #666666;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	position: relative;
	width: 579px;
	padding-right: 20px;
	padding-left: 18px;
	padding-bottom: 15px;
}
.limpiador {
	clear: both;
}


#logo {
	width: 235px;
	position: relative;
	text-align: left;
	float: left;
	background-color: #FFFFFF;
}
#centrar #logo a {
	color: #ED0E17;
	text-decoration: none;
}

#contenido {
	float: right;
	width: 617px;
	position: relative;
	text-align: left;
}

#abajo {
	background-image: url(imagenes/fondo2.gif);
	height: 20px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	padding-top: 40px;
	text-align: center;
}
#abajo img {
	vertical-align: middle;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#abajo a {
	color: #444444;
	text-decoration: none;
}
#abajo a:hover {
	color: #444444;
	text-decoration: underline;
}


#centrar #logo a:hover {
	color: #ED0E17;
	text-decoration: underline;
}
#centrar #logo p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-top: 0px;
	padding-left: 15px;
	line-height: 16px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 3px;
}
#centrar #contenido #texto img {
	float: right;
	margin-left: 18px;
	margin-top: 3px;
}
#centrar #contenido #texto img.nono {
	float: none;
	margin-left: 0px;
	margin-top: 3px;
	border: 1px solid #999999;
}
a.ultimo {
font-size: 13px;
	color: #87ba26;
	text-decoration: none;
}
a:hover.ultimo {

	text-decoration: underline;
}.t13 {
	font-size: 13px;
}

