@charset "utf-8";
/* CSS Document */

body {
text-align:center;
	margin: 20px 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
	margin-top: 20px;
}
h1, h2, h3 {
	font-weight: normal;
	color:#3B3B3B;
}

h1 {
	font-size: 182%;
}
h2 { font-size: 122%; 
}
h3 {
	font-size: 100%;
	margin-top: 30px;
}
h4 {
 font-size: 10px;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 color:#FF0000;
  margin-left:110px;
 text-decoration:blink;
}
h5 {
 font-size: 182%;
 font-weight: normal;
 color:#3B3B3B;
 margin: 10;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
   line-height: 1,5;
}
a{
	color:#FF0000;
	margin:0;
	text-decoration:none;
}

a:hover { 
color:#FF0000;
 }

/* ESTRUCTURA */
#principal {
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

div.separador{
	clear:both;
    width:20px;
    height:20px;
}

/*CABECERA*/
#cabecera{
	background:url(images/cab.png) top no-repeat;
	padding-top:70px;
}

#cabecera ul {
	margin:-30;
	margin-left:-200;
	padding: -50;
	list-style: none;
	background-color:#00CC00;
}
#cabecera li {
	display: inline;
}

#cabecera a{
float:left;
	

}

/*#cabecera img {
	margin-right:20px;
	background-color:#00CC33;
}*/

#cabecera li a {
   /*display: block;*/
  /*height: 50px;*/
   padding: 40px 10px 40px 15px;
	background: url(images/img1.png) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #3B3B3B;
}
#cabecera li a:hover {
	color:#FF0000;
}
#ilustra {
	width: 750px;
	height: 190px;
	margin-top:110px;
	background: url(images/img3.jpg) no-repeat;
}


/* TITULARES */

h1, h2, h3 {
	font-weight: normal;
	color:#3B3B3B;
	border:#000000 1px dotted;
	padding:20px;
	text-align:center;
	clear:both;
}

h1 {
	font-size: 182%;
}
h2 { font-size: 122%; }
h3 {
	font-size: 100%;
	margin-top: 30px;
}
#newcab {
margin:auto;
width:300px;
height:30px;
}
.new {
	width:50px;
	height:20px;
	position:absolute;
	margin-left:115px;
	float:left;
	text-align:center;
	left: 10px;
	top: 261px;
 }
.images a:hover {
	color:#00FFFF;
}
#press {
width:750px;
height:595px;
background-color:#00CC66;
}
div.il{
	float:left;
	width:370px;
    margin-left:3px;

 }

div.il p{
	text-align:center;
}
/* LISTADO */
#col{
margin-left:auto;
margin-right:auto;
width:150px;
text-decoration:none;
size:90%;
color:#FF0000;
}

#col li {
list-style-image:url(images/estrella.png);
}

#col a:hover {
	color:#FF0000;
}
	

#lista{
  float:left;
  width:150px;
  margin-left:80px;
  margin-top:20px; 
  text-decoration:none;
  list-style-image:url(images/estrella.png);
  size:90%;
  color:#FF0000;
}

#lista a:hover {
	color:#FF0000;
}
/* PIE */
#footer {
	width: 750px;
	height: 80px;
	margin: 0 auto;
	background-image:url(images/pie.png);
	background-repeat:no-repeat;
}
