/*
 *	DOCUMENTO CSS
 *	
 *	Página web: http://www.surein.es
 *	Autor: José Zanni / Liliana Gilli / info@crearimagen.com
 *
 *	media="screen"
 */

@import url("reset.css");


html, body 
{
	width: 100%;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 15px;
	color: #000;

	background: #4B73A6 url(../img/fondo.jpg) top center repeat-x;
}

p
{
	margin-bottom: 11px;
	line-height: 15px;
	font-size: 10px;
	text-align: justify;
}
h1
{
	font-weight: bold;
	font-size: 14px;
	color: #026640;
	margin-bottom: 26px;
}

li
{
	margin: 0 0 6px 0;
}

ul.lista
{
	margin: 5px 0 13px 0px;
		
	list-style-type: disc;
	list-style-position: inside;
}
ul.lista li
{
	margin-bottom: 4px;
}
a,
a:active, 
a:link,
a:visited
{
	color: #F0871A;
	text-decoration: none;
}
a:visited 
{
	color: #F0871A;
}
a:hover 
{
	color: #F0871A;
	text-decoration: underline;
}
strong
{
	font-weight: bold;
}
em
{
	font-style: italic;
}







.contenido 
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}





.membrete 
{
	width: 960px;
	height: 140px;
	clear: both;
}
.membrete a
{
	margin: 40px 148px 0 0;
	float: right;
}


.principal
{
	width: 840px;
	display: block;
	float: left;
}




.central
{
	width: 630px;
	padding:20px 30px 0 30px;
	display: block;
	float: left;
	
	text-align: left;
	
	background-color: #fff;
}






.lateral
{
	width: 150px;
	height: 225px;
	
	float: left;
	display: block;
	background-color: #004236;
}
.lateral ul
{
	float: left;	
	display: block;
	width: 110px;
	margin-left: 25px;
}
.lateral li
{
	border-bottom: 1px dotted #ddd;
	margin: 0;
}
.lateral li a,
.lateral li a:link,
.lateral li a:visited
{
	display: block;
	padding: 4px 2px;
	
	font-size: 10px;
	color: #fff;
	text-decoration: none;	
}
.lateral li a:hover
{
	background-color: #005546;
	text-decoration: none;		
}
.lateral li.activo a,
.lateral li.activo a:visited
{
	color: #f90;
	font-weight: bold;
	/*background-color: #005546;*/
}







.pie
{
	width: 660px;
	height: 300px;
	clear: both;
	padding: 18px 0 0 300px;	
	
	text-align: left;
	font-size: 9px;
	color: #026640;

	background: center no-repeat;
}










.columna0
{	
	width: 630px;
	display: block;
	float: left;
}
.columna1
{	
	width: 300px;
	display: block;
	float: left;
}
.columna2
{
	width: 300px;
	float: right;
	display: block;
}






a.boton,
a.boton:visited
{
	width: auto;
	display: block;
	float: left;
	
	padding: 4px 9px;
	margin: 8px 8px 0 0;
	font-size: 11px;
	font-family: Verdana Arial;
	color: #000;
	background: #CCE0D9;
	text-decoration: none;	
}
a.boton:hover
{
	text-decoration: underline;
}





.letraChica
{
	display: block;
	float: left;
	width: 100%;
	color: #ddd;
	font-size: 9px;
	text-align: justify;
}







ul.noticias
{	
	width: 100%;
	border-top: 1px dotted #00663E;
	list-style-type: none;
}
ul.noticias li
{
	padding: 7px 0;
	border-bottom: 1px dotted #00663E;
	clear: both;
	height: 60px;
}
ul.noticias li h2 a:link,
ul.noticias li h2 a:visited
{
	text-decoration: none;
	color: #026640;
}

ul.noticias li .resumen a:link,
ul.noticias li .resumen a:visited
{
	text-decoration: none;
	color: #000;
}
ul.noticias li .resumen a:hover
{
	text-decoration: none;
	color: #026640;
}

ul.noticias li .miniatura a 
{
	width: 126px;
	height: 60px;
	float: left;
	display: block;
	overflow: hidden;
	margin-right: 6px;
}
ul.noticias li a img
{
	margin-right: 10px;
	float: left;
	display: block;
}

ul.noticias li h2
{
	color: #026640;
	text-indent: 14px;
	background: url(../img/lista.png) left 1px no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	
	float: left;
	display: block;
	width: 494px;
}
ul.noticias li .resumen
{
	font-size: 9px;
	color: #444;
	
	width: 480px;
	float: left;
	margin-left: 14px;
	display: block;
}




.pagination
{
	color: #aaa;
}
.pagination em
{
	color: #888;
	font-style: normal;
}


