@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-color: #F3F4F2;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.caja {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images_css/papel.gif);
	background-repeat:  repeat-x;
	padding-top: 4px;
}.cabecera {
	padding-top: 5px;
	padding-bottom: 4px;
	width: 629px;
	float: left;
}
.contacto {
	width: 265px;
	float: left;
	height: 70px;
	font-size: 12px;
	margin-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.contacto p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
.contacto a, .contenido_pd .gris a {
	color: #000000;
}
.contacto a:visited, .contenido_pd .gris a:visited {
	color: #000000;
}
.contacto a:hover, .contenido_pd .gris a:hover {
	color: #014AD4;
}

.caja .contenido {
	clear: both;
}

.izquierda {
	float: left;
	width: 200px;
}
.izquierda ul.menu {
	background-color: #daded5;
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 175px;
}.izquierda ul.submenu {
	background-color: #daded5;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.izquierda .menu a {
	color: #333333;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bdbebb;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.izquierda .menu a:visited {
	color: #333333;
	text-decoration: none;
}
.izquierda .menu a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #E9E9E9;
}
.izquierda .menu .submenu a {
	padding-left: 15px;
}
.izquierda .destacado {
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 50px;
}
.destacado .recuadro {
	padding: 5px;
	border: 1px solid #daded5;
	font-size: 0.85em;
	width: 173px;
}


.contenido_pd {
	float: left;
	width: 700px;
}
.contenido_pd .gris {
	width: 260px;
	float: left;
	background-color: #dbded5;
	height: 149px;
	padding-top: 28px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.gris img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



.copy {
	clear: both;
}
.contenido_pd .foto {
	width: 430px;
	background-color: #014ad4;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	height: 169px;
	color: #FFFFFF;
}
.contenido_pd .foto img {
	float: left;
	padding-right: 8px;
	padding-left: 8px;
}
.contenido_pd .foto h1 {
	font-size: 18px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.contenido_pd .foto .subtitulo {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}


.contenido_pd .texto {
	clear: both;
	padding-left: 8px;
}
.contenido_pd .texto h2 {
	font-size: 16px;
	padding-top: 8px;
}
.contenido_pd .texto a {
	color: #000066;
	text-decoration: none;
}
.contenido_pd .texto a:visited {
	color: #666666;
	text-decoration: none;
}
.contenido_pd .texto a:hover {
	color: #000066;
	text-decoration: underline;
}

.rojo{
	color: #990000;
}

