@charset "utf-8";
body {
	background: #fff9e7;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:1px;
}

#main_container {
	background: url(../images/main_container.gif) repeat-y;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#cabecera { 
	height: 325px;
	background: url(../images/home.gif) no-repeat;
	/*padding-left:240px;
	padding-top:205px;*/
}

#anim {
	padding-left:231px;
	padding-top:121px;
}

#menusup {
	padding-top:27px;
	padding-left:450px;
}
#menusup a{
	padding-left:24px;
	padding-right:24px;
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:16px;
}

#menusup a:hover{
	color: #fcc205;
	text-decoration: underline;
}

#cuadros{
	margin-left:413px;
	margin-top:5px;
	padding-top:0px;
	width:532px;
	height:108px;
}

#flag {
	float:right;
	padding-top:3px;
}

#acceso {
	padding-left:518px;
	padding-top:112px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
}



#contenido {
	margin-left: 30px;
	overflow:hidden;
	height: expression(this.scrollHeight < 101? "100px": "auto");
	min-height:100px;
	width:710px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#contenido a{
	color:#900;
}

#contenido p{
	text-align:justify;
}

#contenido h1{
	color:#930;
	font-size:14px;
	margin-bottom: 5px;
	padding-bottom:0px;
}

#portada{
	background:url(../images/portada.gif) no-repeat;
	height:431px;
	padding-left:9px;
	padding-top:20px;
	margin-bottom:4px;
}

#destacamos{
	background:url(../images/contentglider.gif);
	width:427px;
	height:153px;
	padding-top:10px;
	margin-bottom:20px;
}

#textoportada{
	background:url(../images/texto_portada.gif);
	width:304px;
	letter-spacing:normal;
	font-size:11px;
	padding:5px;
	padding-top:8px;
	text-align:justify;
	float:left;
}

#textoportada p{
	padding-bottom:13px;
	margin:0px;
}

#urgencias{
	float:left;
	padding-left:7px;
	color:#FFF;
	width:200px;
	font-size:11px;
	letter-spacing:normal;
}


/* GRUPO MENU*/
#menu2 {
	float:right;
	width:209px;

	padding-right:44px;
	position:relative;
	top:-15px;
	background:#7d212ca;
}

#menu2 ul{
	padding:0px;
	margin:0px;
	border-top:#fff9e7 solid 1px;
}

#menu2 ul li{
	list-style-type:none;
	
}

#menu2 ul li:hover{
	background: url(../images/deg.gif);
}

#menu2 ul li a{
	border-bottom:#fff9e7 solid 1px;
	color:#fff;
	width:auto;
	width:189px;
	padding-top:6px;
	padding-bottom:6px;
	display:block;
	padding-left:20px;
	text-decoration:none;
	background:url(../images/menucp.gif) no-repeat ;
	
}

#menu2 ul li a:hover{
	color:#FFF;
	background:url(../images/menucp2.gif) no-repeat ;
}

#menu2 ul.desplegable li a{
	background: url(../images/deg.gif);
}

#menu2 ul li a.prod{
	border-bottom:#fff9e7 solid 1px;
	color:#fff;
	width:auto;
	width:189px;
	padding-top:6px;
	padding-bottom:6px;
	display:block;
	padding-left:20px;
	text-decoration:none;
	background:url(../images/menucp2.gif) no-repeat ;
	
}

#menu2 ul li a.prod:hover{
	color:#FFF;
	background:url(../images/menucp.gif) no-repeat ;
}


#pie {
	background: url(../images/pie.gif) no-repeat;
	color:#333;
	height: 55px;
	width:880px;
	margin-left:auto;
	margin-right:auto;
	padding-left:120px;
	padding-top:25px;
}

#pie a{
	text-decoration:none;
	color: #aaa;
}

#pie a:hover{
	text-decoration:underline;
}

#ultimasnoticias{
	background:#660;
	color:#fff;
	padding:4px 10px 4px 10px;
}

#ultimasnoticias h1{
	margin-top:0px;
	text-align:justify;
	font-size:19px;
	color: #fff;
	font-weight:normal;
	border-bottom:#fff solid 1px;
	margin-bottom: 10px;
	
}

#ultimasnoticias a{
	color:#FFF;
	text-decoration:none;
}
.campotexto {
	width: 99%;
	border:#999 solid 1px;
	background:#f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

#padre{ 
	margin-left:auto;
	margin-right:auto;
	width:532px; 
	height:115px; 
	position:relative;
}
	
#hijo{ 
	width:532px; 
	height:25px; 
	position:absolute; 
	bottom:0%; 
	z-index:100;
	
	
}
	
#hijo a{
	color:#FFF;
	text-decoration:none;
	letter-spacing:normal;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	top:4px;
}

#hijo a:hover{
	color: #fcc205;
	text-decoration: underline;
}


