@charset "utf-8";
/* CSS Document */
.fondo_menu {
background:url(images/linea_menu.png);
background-position:center;
height:31px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;/*underline; */
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.menumodelo {
	position:absolute;
	text-align:center;
	z-index:100;
	width:100%;
	
}
.fondo_pie {
	background:url(images/linea_menu_pie.png);
	background-position:center;
	background-repeat:no-repeat;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #000000;
	line-height: 34px;
	letter-spacing: 1px;
}

.texto {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: justify;
}


.texto_home {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	letter-spacing: 1px;
	text-align: justify;
}


.texto_titulo {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #000000;
	letter-spacing: 1px;
	background-image:url(images/punto_titulo.png);
	background-repeat:no-repeat;
	background-position:left;
	right: 200px;
	padding-left: 20px;
}


.paginacion {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color:#666666;
	letter-spacing: 1px;
	/*right: 200px;*/
	/*padding-left: 20px;*/


}


.texto_titulo_seccion {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #000000;
	letter-spacing: 2px;
	/*right: 200px;*/
	/*padding-left: 20px;*/
}


.texto_titulo_critica {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #000000;
	letter-spacing: 1px;
	/*right: 200px;*/
	/*padding-left: 20px;*/
}

.texto_nombre_critica {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #000000;
	letter-spacing: 1px;
	/*right: 200px;*/
	/*padding-left: 20px;*/
}

.titulo_submenu {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #333333;
	letter-spacing: 1px;
	right: 200px;
	padding-left: 20px;
}

.descripcion_obra{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #333333;
	letter-spacing: 1px;
	right: 200px;
}

.texto_seccion {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: justify;
}


.texto_link_pasado {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
	background-image:url(images/link_2.png);
	background-repeat:no-repeat;
	background-position:left;
	right: 200px;
	padding-left: 12px;
	line-height: 16px;
}



.texto_link {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
	background-image:url(images/link.png);
	background-repeat:no-repeat;
	background-position:left;
	right: 200px;
	padding-left: 12px;
	line-height: 16px;
}


.texto2 {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
font-size: 13px;
color: #000000;
line-height: 16px;
}



/* menu */

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: green;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #006600;
	height: 38px;/*46*/
}

#nav li li a:hover {
	border-width: 0 5px;
}



li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	background-position:top;
	padding-top: 0;
	
}

li#first {
	border-left-width: 0px;
}

/* posicion de inicio izquierda para centrarlo*/
li#Menucomienzo {
	left: -32px;
}


li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: auto;
	font-weight: normal;
	padding: 0;
}

li>ul {
	top: auto;
	left: auto;	
}

li li {
	display: block;
	float: none;
	/*background-color: #000000; color de fondo del menu*/
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

p {
	clear: left;
	padding: 0;
	margin: 0;
}

p.image {

}

p.image img {
	display: block;
}
