@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #D3D8C6;
	margin:0;
	color: #3E606F;
}
p, ul, li, h1, div {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color: #3E606F;
}
img {
	border: solid 4px #D3D8C6;
}
	
#contenedor{	
}
#banner {
	height:150px;
	background-image:url(../_imags/fondo_banner.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
}
#banner img {
	padding-top: 62px;
	padding-left: 18px;
	border:0;
}
#menu {
	text-align: right;
	margin-top: 12px;
	font-size:18px;
}	
#menu ul {
	margin-top: 15px;
	list-style:none;
	margin-right: 20px;
}
#menu ul li {
	display:inline;
	margin-left: 20px;
}
#menu ul li a {
	text-decoration:none;
	color: #91AA9D;
}
#menu ul li a:hover {
	color: #193441;
}	
#contenido {
	margin-left: 25px;
	text-align: left;
}
	
#contenido h1 {
	margin-left:15px;
	color: #91AA9D;
	font-size:32px;
	font-weight: lighter;
}
#cats {
	height:24px;
	overflow:hidden;
}

#cats ul {
	padding-top:6px;
	padding-left:9px;
	height:24px;
	background-image: url(../_imags/cats_fondo.jpg);
	background-repeat:repeat-x;
	list-style:none;
	float:left;	
}					
#cats ul li{
	display:inline;
	padding-right: 15px;
}
#cats ul li a:hover{
	color: #000000;
}

#cats ul li a:active{
	font-weight:bold;
	color:#FFFFFF;
}

#preCats {
	width:10px;
	height:24px;
	background-image: url(../_imags/cats_inicio.jpg);
	background-repeat: no-repeat;
	float:left;	
	
}
#postCats{
	width:160px;
	height:24px;
	background-image: url(../_imags/cats_fin.jpg);
	background-repeat: no-repeat;
	float:left;
}
#reportajes {
	clear:both;
	display:none;
	margin: 0;
	border: 1px solid #91AA9D;
	padding: 10px;
}
#reportajes ul {
	list-style:none;
	margin: 0px;
}
#reportajes ul li {
	margin-right: 3px;
	display:inline;
}

#reportajes ul li img:hover{
	border: solid 4px #91AA9D;
}
	

.apSelec {
	font-weight:bold;
	color:#FFFFFF;
}

#fotos {
	margin-top: 15px;
	display:none;
	background-color: #FFFFFF;
	padding: 10px;
}
#fotos ul {
	list-style:none;
	margin: 0px;
}
#fotos ul li {
	margin-right: 3px;
	display: table-cell;
}

#texto {
	width: 460px;
	margin-top: 10px;
	margin-left: 20px;
	border-left: 1px solid #91AA9D;
	padding-left: 14px;
	padding-top: 10px;
}
	
						
.repSelec {
	border: solid 4px #FFFFFF;
}	
.final {
	clear:both;
}	
