/* @group General */
body{
   background-color: #999;
   font: normal 0.7em/1.5em Arial;
   margin-top: 5px;
}

ul{
	list-style:none;
}

a, a:link, a:visited{
   color:#000;
   text-decoration:none;
}

a:hover{
   text-decoration:underline;
   color:#333;
}

*{
   padding:0;
   margin:0;
}

img{
   border:none;
}
.boton {
	background: url(/img/bulet-flecha.gif) no-repeat right;
	padding-right: 25px;
	height: 17px;
	
}
.boton a:link, .boton a:visited, .boton a:active{
   color:#333;
   text-decoration:none;
}

.boton a:hover{
   text-decoration:underline;
   color:#fff;
}
#wrap{
	background: url(../img/bg-wrap.gif) no-repeat right top #666;
	margin: 0px auto;
	width:775px;
	height: auto;
	overflow:auto;
}
/* @end */

/* @group Footer */

#footer {
	width: 775px;
    float:left;
	background: url(../img/bg-pie.gif) no-repeat left bottom #666;
	padding-bottom: 22px;
	margin: 0;
}

#footer .texto{
	width: 626px;
	height: 40px;
	background: url(../img/bg-pie-repetir.gif) repeat-y left top;
	text-align: center;
	padding:0px 0px 20px 145px;	
    
}
#footer .texto ul{
	
	padding:10px 20px 0px 0px;
}
#footer .texto ul li{
	display:inline;
	border-right: 1px solid #666;
	padding:0px 10px 0px 10px;
}
#footer .texto ul li .seccionActual{
    display:inline;
    border-right: none;
    padding:0px 10px 0px 10px;
} 
#footer .texto ul li.ultimo{
	border-right: none; 
}

/* @end */
/* @group Footer Texto */

.textoFooter {
    width: 775px;
    float:left;                                      
    background: #999;    
    padding-bottom: 10px;
    margin: 0;
}
.textoFooter p{
    text-align: center;
    padding-top:10px;    
    color:#FFF;            
}
.textoFooter a:link{
    text-decoration:none;
    color:#FFF;
}
/* @end */  
/* @group Header */
#header {
	width: 771px;
	height:192px;
	background: url(../img/bg-logo.jpg) no-repeat left top;	
    
}

#header h1{
	background: url(../img/logo-turismo-industrial-de-albacete.jpg) no-repeat left top;
	height:110px;
	width:463px;
	float:left;	
}
#header h1 a{
	text-indent:800px;
	overflow:hidden;
	line-height:4000px;
	height:100%;
	width:463px;
	display:block;
	float:left;
}

#header  a.idioma, #header a:visited.idioma{
	float:left;
	margin-left:410px;
	color:#fff;
	text-decoration:underline;
}
#header  a:hover.idioma, #header a:active.idioma{
	float:left;
	margin-left:410px;
	color:#fff;
	text-decoration:underline;
}
#header  img{
	float: right;
	width:308px;
}
#header  object{
	float: right;
	width:308px;
}
#header .submenu{
	width:616px;
	height:43px;
	float:left;
	background: url(../img/bg-esq-submenu.gif) no-repeat left top #CCCCCC;
	padding-left: 155px;	
}
#header .submenu ul{
	width:341px;
	float:left;
	height:33px;
	text-align:center;
	padding-top:10px;	
}
#header .submenu li{
    vertical-align:bottom;
	float:left;
	width:74px;
	height:23px;
	margin-left:5px;
	padding:5px 10px 5px 10px;
	background: url(../img/bg-pestana.gif) no-repeat left top;
	line-height: 1em;
	color:#CC0000;	
}
#header .submenu li.seleccionado{
	background: url(../img/bg-pestana-active.gif) no-repeat left top;
}
#header .submenu li:hover{
	background: url(../img/bg-pestana-active.gif) no-repeat left top;
}
#header .submenu li a:hover{
	color:#CC0000;
	text-decoration:none;
}
#header .submenu h2{
	font-size: 16px;
	color:#333;
	padding: 15px 20px 5px 0px;
	float:right;  
	line-height: 1em;
	text-align:right;
	width:245px;
}
/* @end */
/* @group Content */

 #content{
	width:745px;
	background: url(../img/bg-pie-content.gif) repeat-y left top;
	float:left;	
	height:auto;
	padding:0px 14px 20px 12px;
}
#content .breadcrumbs{
	font-size: 11px;
	color:#333;
	padding-top:15px;
	margin:0px 10px 10px 147px;
	border-bottom:1px solid #000;	
}
#content .sin{
	border-bottom:none;
}

#content .breadcrumbs a{
	padding: 5px;
}
#content .breadcrumbs a.primero{
	padding: 5px 5px 5px 0px;
}
 #content .menu{
	width:108px;
	padding: 35px 10px 5px 15px;
	float:left;
	background: url(../img/bg-ul-menu.gif) no-repeat left bottom #eaeaea;
}
 #content .menu li{
 	font-size: 1em;
	padding: 2px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/div-menu.jpg) no-repeat left bottom;
	vertical-align:middle;
	color:#CC0000;
	margin-bottom:5px;
}
 #content .menu li a{
	color:#000;
}
 #content .menu li a:hover, a:active{
	color:#CC0000;
	text-decoration:none;
}
 #content .menu li.ultimo {
	background: none;
}
 #content .menu li div.seccionActual a{
    color:#c00;
}


 #content .contenido{
	width:600px;
	height:auto;
	padding-left:12px;
    margin: 0 auto;
	float:left;
}
/* @end */

