/* CSS Document */

html, body {
	text-align:left;
	color:#c0a476;
	font-family:Arial, Helvetica, Sans Serif;
	font-size:10px;
	min-height: 100%; /* alto minimo FF y Safari */
	width: 100%;
	height: 100.1%; /* alto minimo para IE Windows */
	margin: 0px;
	padding: 0px;
	line-break: 0;
}


html, body {
     height: auto; /* con este hack escondemos el min-height de IE*/
}
.wrap {
	width:auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	margin-left: 15%;
}
.contenedor{
	width:809px;
	background-image:url(images/fondo.gif);
	background-repeat: repeat-y;
	background-color:#3a2c1c;
	}
.cabecera{
	
	height:211px;	
	width:809px;
}
.lateral{
	float:left;
	width:122px;
	padding : 30px 0px 10px 20px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size:11px;
	color : #c0a476;
	/*border-right: 1px dotted #c0a476;*/
	/*height: 300px;	*/
}
.lateral2{
	float:left;
	width:122px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size:11px;
	color : #c0a476;
	border-left: 1px dotted #c0a476;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	/*height: 300px;	*/
}
.central{
	float:left;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 30px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #c0a476;
	width: 638px;
}
.central2{
	float:left;
	width:458px;
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 10px;
}

.menu{
	background-repeat: no-repeat;
	background-image: url(images/menu.jpg);
	height: 25px;
	text-align: right;
	padding-right: 30px;
	font-family:Arial, Helvetica, Sans Serif;
	font-size:12px;
	/*letter-spacing: -0.5px;*/
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
}
.foto{
	
}

.pie{
	clear: both;
}
.dcha{
	float: right;
	padding : 0px 0px 0px 10px;

}
.izda{
	float: left;
}
.espacio{
	float: left;
	padding : 5px;

}


/*enlaces*/
a.enlacenav, a.enlacenav:visited, a.enlacenav:active, a.enlacenav:link{
	color: #ffffff;
	text-decoration: none;
}
a.enlacenav:hover{
	color: #ffffff;
	text-decoration: underline;
} 
a.enlacenav:focus{
	color: #ffffff;
	text-decoration: underline;
}
a.enlace, a.enlace:visited, a.enlace:active, a.enlace:focus, a.enlace:link{
	color: #d15705;
	text-decoration: underline;
	font-weight: bold;
}
a.enlace:hover{
	color: #ffffff;
	font-weight: bold;
}
/*generales*/
h1 {
	color:#FFC78A;
	font-family:Arial, Helvetica, "Sans Serif";
	font-size:15px;
	letter-spacing: -1px;
	margin: 1px;
	padding: 0;
	}
h3 {
	color:#ffffff;
	font-family:Arial, Helvetica, Sans Serif;
	font-size:14px;
	letter-spacing: -0.5px;
	margin: 1px;
	padding: 0;
	}
hr {border-style: dotted; border-color: #c0a476; border-width: 1px}

	/*MENU LATERAL*/
.lateral ul, .lateral2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
.lateral li{border-bottom: 15px solid #3a2c1c;}
.lateral2 li{border-bottom: 3px solid #3a2c1c;}
.lateral li a:visited, a:active, a:link, a:focus, .lateral2 li a:visited, a:active, a:link, a:focus{
	color: #c0a476;
	text-decoration: none;
	
	}
	
.curriculum {	width:300px;
	height:400px;
	padding:0px;
	float:left;
	overflow:auto;
	border-right-width: 20px;
}

.curriculum_02 {	margin-right: 10px;
}


.lateral li a:hover, .lateral2 li a:hover{
	color: #3a2c1c;
	text-decoration: none;
	background-color: #c0a476;
	}
.exposiciones {
	width:600px;
	height:450px;
	padding:0px;
	float:left;
	overflow:auto;
	border-right-width: 20px;
}

.Ampliacion {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	padding:0px;
	float:left;
	overflow:auto;
	border-right-width: 0px;
	color: #000000;
	text-align: center;
	background-color: #000000;
}

.img_ampliacion {
	position: absolute;
	z-index: 1;
	top: 0;
	width:100%;
	overflow:auto;	
	text-align: center;
	float:inherit;	
}

.tabla_ampliacion {
	top: 0;
	left: 0;
	width:100%;
	text-align: center;
	float:inherit;	
	overflow:auto;	
}
.central3 {
	text-decoration: none;
}

