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


/* Estils generals */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


#mainBox {
	width:100%;
	height:300px;
	
}

#header{
	width:100%;
	height:62px;
	

}

#leftHeader{
	position:absolute;
	left:0px;
	top:0px;
	height:62px;
	background-image:url(../img/left_header.png);
	width:30%;
}


#centralHeader{
	background-image:url(../img/logo_header.jpg);
	display:block;
	
	position: relative;
	left: auto;
	width: 907px;
	height: 62px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
}

#rightHeader{
	position:absolute;
	top:0px;
	left:70%;
	width:30%;
	height:62px;
	display:block;
	background-image:url(../img/right_header.png);
}

#clear{

clear:both;


}



/*estils de menus*/


#menuArea{
	position: relative;
	left: auto;
	width: 907px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	z-index:100;
}

#menuArea * {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

#navegacionPrincipal {
    margin-top: 25px;
    font-family: "Lucida Grande","Lucida Sans Unicode", Helvetica,  sans-serif;
}

#navegacionPrincipal li, #navegacionPrincipal a {
    float: left;
    display: inline;
    position: relative;
}

#navegacionPrincipal a {
    height: 20px;
    padding: 10px 10px 0 10px;
    margin-bottom: 3px;
    color:#363636;
    border-right: 1px solid #777;
    font-size: 0.95em;
    text-decoration: none;
}

#navegacionPrincipal a.ultimo {
    border: none !important;
}

#navegacionPrincipal a:hover {
    background-color: #393939;
    color: #D59800;
}

#navegacionPrincipal ul {
    position: absolute;
    top: 30px;
    left: -1px;
    visibility: hidden;
    width: 300px;
    background: #393939;
}

#navegacionPrincipal ul a {
    width: 280px;
    height: auto;
    padding: 5px;
    border-right: 0;
    border-bottom: 1px solid #777;
    margin: 0 5px;
    background: #393939 url(../img/flechaMenu.gif) no-repeat 280px 50%;
    color: #EEE;
}

#idiomas {
    float: right;
    display: inline;
    color: #333;
    font-size: 0.7em;
    letter-spacing:0.05em;
    margin-top: 10px;
    margin-right: 15px;
}

#idiomas li {
    display: inline;
    padding: 0 5px;
    border-left: 1px solid #333;
}

#idiomas li.primero {
    border: 0;
}

#idiomas a {
    color: #999;
    text-decoration: none;
}

#idiomas li a:hover {
    color: #333;
}



ul#menu2 {
    margin: 0 0 12px 0;
    padding:0 0 0 8px;
    width: 900px;
    height: 25px;
    background-color: #393939;
}

ul#menu2 li {
    float: left;
    display: inline;
    height: 15px;
    padding: 5px;
    margin: 0;
    text-transform: uppercase;
    color: #D69903;
    font-size:1em;
    letter-spacing:0.06em;
}

ul#menu2 a {
    color: #FFF;
    text-decoration: none;
}

ul#menu2 a:hover {
    color: #D69903;
}

ul#menu2 li.volver {
    float: right;
    padding: 0;
}

ul#menu2 li.volver a {
    display: block;
    width: 4.8em;
    height: 15px;
    padding: 5px 8px 5px 25px;
    color: #393939;
    font-weight: bolder;
    letter-spacing: 0;
    background: #D69903 url(../img/botonVolver.gif) no-repeat 4px 7px;
    margin-top:10px;
}
ul#menu2 li.pdf{
	padding-top:0px;
	padding-bottom:0px;
}

ul#menu2 li.volver a:hover {
    color: #FFF;
    background-position: 4px -17px;
}
ul#menu2 li.pdf a {
    display: block;
    /* width: 27px; */
    height: 15px;
    padding: 5px 8px 5px 27px;
    color: #393939;
    font-weight: bolder;
    letter-spacing: 0;
    background: #B6B6B6 url(../img/logo_PDF.gif) no-repeat 0.3em 0.3em;
}
ul#menu2 li.pdf a:hover {
    color:#FFFFFF;
}

/* Estils de contingut */



#centralContent{
	
	position: relative;
	left: auto;
	width: 907px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;

}

#centralContent h1, h1 a {
	font-family:sans-serif;
	color:#D69802;
	font-size:13px;
	font-weight:bold;
}



#mainImage{
	height:310px;
}

#contenedorImagen {
	position:relative;
	overflow:hidden;
	width:577px;
	height:310px;
	float:left;
	display:inline;
}
#contenedorImagen img {
    position: absolute;
    top: 0;
    left: 0;
}

#noticiasHome {
	float:left;
	display:inline; 
	width:300px;
	padding:0;
	margin:0 0 0 30px;
}
#noticiasHome * {
	margin:0;
	padding:0;
}
#noticiasHome li {
	position:relative;
	clear:left;
	overflow:hidden;
	list-style:none outside;
	border-bottom:1px solid #B98A24;
}
#noticiasHome li.noticia {
	padding-top:3px;
	min-height:90px;
}
* html #noticiasHome li.noticia{
	height:90px;/* hack ie6 */
}
#noticiasHome li.noticia img {
	float:left;
	max-width:75px;
}
* html #noticiasHome li.noticia img {
	width:75px;
}
#noticiasHome li.noticia a.leerMas {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:-10000px;
}
#noticiasHome h2 {
	font:bold 1em arial, sans-serif;
	padding:1px 5px 0;
	height:16px;
	text-transform:uppercase;
	color:#FFF;
	background:#B98A24;
}
#noticiasHome h3 {
	font:1em arial,sans-serif;
	margin:0 0 2px 90px;
	padding:2px 0 0 20px;
	color:#B98A24;
	background:url(../img/arrow.gif) no-repeat 0 50%;
}
#noticiasHome p {
	margin-left:110px;
}
#noticiasHome img{
	border:0;
	display:block;
}



#welcomeCopy{
	width:291px;
	height:150px;
	position:relative;
	top:110px;
	left:30px;
}


#welcomeNew{
	position:relative;
	top:260px;
	left:33px;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	font-weight:normal;
	width:270px;
}

#welcomeNew em{
	margin-left:4px;
	font-style:normal;
	color:#D69802; 
	font-size:11px;
}

#welcomeNew a{
	display:block;
	margin-left:20px;
	margin-top:0px;
	font-size:11px;
	color:#000000;
}


#destacados{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	/*position:relative;*/
}

#destacado{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:25px;
	width:265px;
	height:245px;
	
	color:#000000;
	float:left;
}

#destacado p{
	
	width:155px;
	margin-right:10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
}

#destacado img{
	border-right:solid;
	border-right-width:1px;
	border-right-color:#C0C0C0;
	
	float:left;
}

#destacado h1  {
    background: url(../img/arrow2.jpg) no-repeat scroll 0% 12%;
    color:#D69802;
    font-size:12px;
    font-weight:bold;
    padding-left:20px;
}

#destacado a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	color:#3C3C3C;
}
#destacado a:hover{
	color:#D69802;
}

#footer{
	margin-top:65px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:normal;
	font-size:10px;
	background-image:url(../img/footter.jpg);
	width:903px;
	height:50px;
	

}

#footer a{
	position:relative;
	top:-20px;
	color:#666666;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;

}

#banner{
	
	background-color:#F6F6F5;
	padding:5px;
	width:264px;
	margin-bottom:10px;
}

#bannersLeft{
	float:left;
	margin-right:30px;
	padding-right:4px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
}

#bannersLeft img{
	margin-bottom:10px;
}



#columnContent{
	width:550px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	float:left;
	

}

#columnContent h1{
	
	color:#D69802;
	font-size:13px;
	font-weight:bold;

}

#columnContent p{
	
	font-size:11px;

}


#columnContent ul{
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;	
	margin:0px 0px 10px 10px;
	padding:0px;
	
}

#columnContent li{
	list-style:none;
	margin-bottom:5px;
		
}

#maquina_thumb{
	float:left;
	margin-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	vertical-align:top;

}

#maquina_thumb ul{
	
	margin-top:10px;

}

#maquina_thumb li{
	list-style:none;
}

#bannersLeft a, #maquina_thumb a, .evento a, #extraLink a{
	font-family:Arial,Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	color:#3C3C3C;
	margin-left:5px;
	
}


#agendaHeader{
	width:560px;
	
}

.evento span{
	font-size:11px;
	font-weight:normal;
	color:#D69802;
	
}

.evento em{
	font-style:normal;
	color:#959595;
	font-size:11px;
	float:left;
	margin-right:5px;
}

.evento{
	border-top-color:#C0C0C0;
	border-top-style:dotted;
	border-top-width:1px;
	padding-top:10px;
	margin-bottom:10px;
}


#imgEvento{
	background:#f6f6f5;
	padding:6px 6px 17px 6px;
	width:111px;
	float:left;
	margin-right:10px;
	
	margin-bottom:10px;
} 

#contenidoEvento{
	display:table;
}


.selectable, .formObject{
	border-style:solid;
	border-color:#EFB841;
	border-width:1px;
	font-size:10px;
	font-family:Arial;
}

.textFiled{
	border-style:none;
	border-width:0px;
	font-size:11px;
	font-family:Arial;
}

.buttonField{
	border-style:solid;
	border-color:#C59737;
	border-width:1px;
	background-color:#EFB841;
	font-size:10px;
	color:#000000;
	font-family:Arial;
	width:100px;
	height:20px;
}

.buttonField:hover{
	border-style:solid;
	border-color:#C59737;
	border-width:1px;
	background-color:#EFB841;
	font-size:10px;
	color:#FFFFFF;
	font-family:Arial;
	width:100px;
	height:20px;
}


#lista_calendario{
	width:227px;
	float:left;

}

#noticias_buttons img{
	margin-left:2px;
}



#smallText{
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}




/* historia styles*/


.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 12px;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
	
}

.toggler:hover{
	background:#C79135;
	
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}



#flashcontent2{
	
	margin-bottom:10px;
	
}

.lineaVertical{
	
	border-right:solid;
	border-right-color:#C0C0C0;
	border-right-width:1px;
	width:2px;
	height:230px;
	float:left;

}


#kwicks li{
		
	border-right:solid;
	border-width:1px;
	border-color:#C0C0C0;
		
}


#innerContent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;

}


#noResult{
	display:none;
	font-weight:11px;

}








.popUP {
		display:none;
		position: absolute;
		top: 300px;
		left: 0px;
		width: 100%;
		height:auto;
		
		}

	.popUP p {
		background-color: #ffc;
		width: 315px;
		margin: 0px auto;
		cursor:hand;
		}
		
	.popUP img{
	
		border:#333333;
		border-style:solid;
		border-width:3px;
	}
	.catalogo{
	font-style:normal;
	color:#d69802;
	font-size:16px;
}
.online{
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#d69802;
	font-size:22px;
	
}
.maquinas2{
	font-style:normal;
	color:#333333;
	font-size:12px;
}
.prueba{
	position:absolute;
	left:500px;
}

ul#sitemap li {
    padding-left: 9px;
    margin: 6px 0 0 0;
    background: url(../img/bullet_dorado.gif) no-repeat 0 0.3em;
    font-size: 1.1em;
}

ul#sitemap li a {
    color: #222;
    text-decoration: none;
}
ul#sitemap li a:hover {
    text-decoration: underline;
}

ul#sitemap ul li {
    padding-left: 11px;
    background-image: url(../img/bullet.gif);
}
