/*
fila contenedora
*/
.block {
	overflow:hidden;
	margin-top: 6px;

}



#wrapper {
	min-width: 650px;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	/*position: relative;*/
}

#header {
	width:100%;
	height: 175px;
}

#header-area {
	float:left;
	margin-top:80px;
}

#logo {
	float:right;
	margin-top:80px;
}

#header-area a , #logo a{
	text-decoration:none;
	background-color:#fff;
}
#nav {
	height: 100px;
}

#nav-content {
	width:100%;
}

#nav-title-area {
	border-bottom: 1px dotted #ccc;
	width:100%;
}

#nav-title-area h2{
	display:inline;
	text-transform:uppercase;
}

#content-esp-area h2 a, #content-eng-area h2 a{ padding: 2px 0; font-size: 9px; color: #ccc; text-decoration: none; float: right;}

#menu-bio, #menu-obras, #menu-obras-area {
	width:100%;
}

#menu-obras-area ul, #menu-obras-area li, #menu-obras-area h3 {
	display:inline;
}

/* COLOR MENU OBRAS INICIO */
ul.nav-obras-index li ul li a, ul.nav-obras-index li a.first{
	color:#555;
}

/*COLOR LINK OBRAS SECCIONES NO ACTIVAS */
li.blur ul li, li.blur ul li a, li.blur a.first {
	color:#ddd;
}

/* COLOR LINK OBRA SECCION ACTUAL */
li.focus ul li a {
	color:#555;
}

/*COLOR LINK OBRA ACTUAL */
li.focus ul li.focus a.focus {
	color:#000;
	text-decoration:underline!important;
}

/*COLOR TITULO SECCION EN MENU */
.first {
	text-transform:uppercase;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none!important;
}



#menu-obras-area a {
	text-decoration: none;
}

#menu-esp-area {
	float:left;
	margin: 0;
	overflow: hidden;
	width:50%;

}

#menu-eng-area {
	float:left;
	margin: 0;
	overflow: hidden;
	width:50%;

}

#menu-eng-area p{
	padding-left:10px;}
#menu-esp-area p{
	padding-right:10px;}
	

#main {
	/*position: relative;*/
	width:100%;
	min-height: 400px;

}

#main-content {
	/*position: relative;*/
	width:100%;
	min-height: 400px;
	border-bottom: 1px dotted #000;
	margin-bottom:12px;
	padding-bottom:12px;
}

#content-esp-area h2, #content-eng-area h2 {
	text-transform:uppercase;
	font-weight:bolder;
	border-bottom:1px dotted #000;
	margin-bottom:12px;
}

.biografia p {
	margin-bottom:20px;
}

#content-obra-titulo {
	border-bottom: 1px dotted #000;
	margin-bottom:12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
}
.medio-left {
	float:left;
	margin: 0 1% 0 0;
	overflow: hidden;
	width:49%;
}

.medio-right {
	float:left;
	margin: 0 0 0 1%;
	overflow: hidden;
	width:49%;
	
}

.tercio-left {

	margin: 0 0 0 0;
	padding-right:10px;
	overflow: hidden;
	width: 50%;
	vertical-align:top;
	
}
.tercio-left .left {}

.tercio-central { width:300px;
	
}
.tercio-central-edit {

	
}
.tercio-right {
	margin: 0 0 0 0;
	overflow:hidden;
	padding-left:10px;
	width:50%;
	vertical-align:top;
}

.tercio-right .right {}


#footer{
	width:100%;
}

#footer-content {
	width:100%;
}

#footer-content li {
	display:inline;
	text-transform:uppercase;
}

#footer-esp-area {
	text-align:right;
}

#footer-eng-area {
	text-align:left;
}

#admin-footer {text-align: center;}
#admin-footer a {text-decoration: none;}

#main-content p{
	text-align:justify;
}

#agenda-es p, #agenda-en p {margin: 0 0 10px 0;}

#agenda-es .small, #agenda-en .small{ font-size:10px; color: #000;}


