@charset "utf-8";

*{margin: 0; padding: 0;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need ‘cellspacing=”0″‘ in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;

}
/*//////////////////////////////////   FIN DE RESET CSS /////*/
 .clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        line-height: 0px;
    }
.floatLeft{
float: left;
}
.floatRight{
float: right;
}
/*///////////////////////////////////////////////////////////*/
div#wrapper{
width: 854px;
margin: 0 auto;
padding: 0 30px;
background: url(../img/fondo.gif) repeat-y;
}
div#header{
height: 100px;
margin: 3px 0 10px 0;
overflow: hidden;
}
#logo{
float: left;
overflow: hidden;
width: 160px;
height: 75px;
background:url(../img/logoCinatur.jpg) no-repeat 0 0;
}
#logo a{
display: block;
width: 160px;
height: 75px;
line-height: 5000;
text-decoration: none;
}
#idiomas{
	font-size: 80%;
	float: right;
	height: 20px;
	margin: 5px 0 15px 0;
	width: 250px;
	overflow: hidden;
	padding: 2px 0 0 18px;
	background:url(../img/flechaIdioma.gif) no-repeat left 0;
	width: 110px;
	color: #CCCCCC;
}
#idiomas:hover , .over{
	width: 280px;
}
#idiomas a:hover{
color: #F15011;
}
#idiomas li{
float: right;
margin: 1px 4px 0;
height: 20px;
}

#idiomas .first{
text-align: right;
margin: 0 0 0 5px;
padding: 1px 0 0 0;
width: 100px;

}
#idiomas .first:hover{
color: red;
}
#idiomas li:hover{
cursor:pointer;
}
/************************************************************/
#menu a:link, #menu a:visited{
text-decoration: none;
color: #666;
}
#menu a:hover{
color: #F15011;
}
#menu {
float: right;
clear: right;
_width: 600px; 
min-width: 600px;
text-align: right;
text-transform: lowercase;
font-weight: bold;
color: #ccc;
font-size: 90%;
background: url(../img/bgMenu.gif) repeat-x 0 23px;
height: 28px;
}
#menu li { 
	float: left; 
	position: relative;
	height: 15px;
	padding:  4px 4px 4px 10px ;/*top right bottom left*/ 
	margin: 0;	
	text-align: left;
}
	

#menu  li ul {
width: 350px;
/*display: none; */
position: absolute;
padding: 13px 0 0 0;
*top: 15px;
left: 0px;
font-size: 90%;
}


#menu li:hover ul, li.over ul {
	display: block;
}


#menu  li ul li{
color: #000;
background:url(../img/fondoPie.gif) no-repeat 0 9px;
height: 10px;
}
#menu li ul li a{
padding: 0 5px 0 0;
border-right: 1px solid;}
#menu  ul :hover{
display: inline;
}
#menu  li:hover ul, li.over ul {
	display: block;
}
#menu .desplegable:hover{
color: #f00;
}
/************************************************************/
.content{border: 1px solid #fff;}

.linkEntrada {
width: 270px;
height: 70px;
margin: 19px 0 0 350px;*margin: 32px 0 0 350px;
display: block;
overflow: hidden;
text-indent: -9999px;
	}
#entrada{
background:url(../img/fondoEntrada_en.jpg) no-repeat 0 0;
width: 850px;
height: 490px;
}
#textoEntrada{
float: right;
width: 315px;
height: 267px;
margin: 80px 0 0 490px;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
}
#textoEntrada p{
margin: 0 0 15px 0;
}
#textoEntrada h2{
height: 50px;
background:url(../img/textoEntrada.jpg) no-repeat 0 0;
overflow: hidden;
line-height: 1000;
margin: 0 0 18px 0;
}

#textoEntrada a:link, #textoEntrada a:visited{
background: url(../img/flecha1.jpg) no-repeat 0 5px;
color: #D25600;
text-decoration: none;
font-weight: bold;
padding: 0 0 0 10px;
}
#textoEntrada a:hover {
text-decoration: underline;
background: url(../img/flecha1.jpg) no-repeat 2px 5px;
}
/************************************************************/
#footer{
margin: 10px 0 0 0;
padding: 8px 0 0 0;
border-top: 1px dotted;
height: 90px;
font-size: 80%;
text-align: right;
background: url(../img/logoPie.gif) no-repeat right 30px ;
}
#finWrapper{
width: 854px;
padding: 0 30px;
margin: 0 auto;
height: 20px;
background: url(../img/todoPie.jpg) no-repeat 3px 0;
*position: relative;
*top: -5px;
}

