@charset "utf-8";
/* CSS Document */

/* Artíulos zona noticias */
.articulo {
	/*border-bottom-width: 2px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FFCC00;*/
	overflow: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}


.antetitulo h3 {
	font-size: 0.7em;
	color: #760000;
	text-transform: uppercase;
}

.titulo h1 {
	font-size: 1.3em;
	color: #002868;
	}

.entrada h2 {
	font-size: 0.8em;
	color: #FF9900;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 12px;
}

.cuerpo h3, .cuerpo h2, .cuerpo h1 {
	font-size: 1.2em;
	font-style: bold;
	color: #336699;
	margin-top: 12px;
	margin-bottom: 8px;
}

.cuerpo h4 {
	font-size: 1.1em;
	font-style: bold;
	color: #373737;
	margin-top: 10px;
	margin-bottom: 6px;
}

.cuerpo h5 {
	font-size: 1em;
	font-style: bold;
	color: #373737;
	margin-top: 8px;
	margin-bottom: 4px;
}

.cuerpo h6 {
	font-size: 0.9em;
	font-style: bold;
	color: #373737;
	margin-top: 8px;
	margin-bottom: 4px;
}


.cuerpo {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #313131;
	margin-bottom: 10px;
	/*text-indent: 50px;*/
	text-align: justify;
	/*line-height: 140%;*/
	font-style: normal;
}

.cuerpo p {margin-bottom: 10px;}

.cuerpo strong, .cuerpo b {
	font-style: bold;
	color: #336699;
}

.cuerpo ul

{
	list-style: none;
	margin: 0;
	padding: 0;
}



.cuerpo ul li {
	background-image: url(../images/listas_articulo2.png);
	background-repeat: no-repeat;
	background-position: 1.5em 0.5em;
	padding: 3px 0 3px 50px;
	margin: .4em 0;
	text-indent: 0px;
}

/* Estilos Enlaces Articulos (iguales a los de texto)*/

.articulo a, .cuerpo ul li a {
	text-decoration: none;
	color: #0099ff;
}

.articulo a:hover, .cuerpo ul li a:hover {
	text-decoration: none;
	color: #ff9900;
}

.articulo a:hover {
	text-decoration: none;
	color: #ff9900;
}

.articulo a b, .articulo a strong {
	text-decoration: none;
	color: #0099ff;
	font-weight: bold;
}

.articulo a:hover b, .articulo a:hover strong {
	text-decoration: none;
	color: #0099ff;
	font-weight: bold;
}

/* Fin Estilos Enlaces Articulos (iguales a los de texto)*/

.foto {
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}


.articulo img {
	float: left;
	margin-top: 5px;
	margin-left: 3px;
	margin-bottom: 5px;
	margin-right: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}

.propiedades {
	border-top: 1px solid #FDB628;
	float: left;
	width: 510px;
}

.propiedades ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.propiedades ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	color: #313131;
}

.propiedades ul li strong {
	font-weight: bold;
	color: #002868;
}

p.leer_mas {
	
}

p.leer_mas a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #0099ff;
	text-decoration: none;
}

p.leer_mas a:hover{
	color: #ff9900;
}


form.selector_paginas {
	text-align: right;
	padding-right: 15px;
}


form.selector_paginas select {
	background-color: #C8D4F2;
	color: #313131;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bolder;
	text-transform: capitalize;
}

form.selector_paginas label {
	color: #336699;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}

/* Fin artículos zona noticias */

