body {
	text-align: center;
	background-color: #000;
	color: #fff;
	overflow: scroll;	
}

body a, td a {
	color: #479DBD;
}
body a img, td a img {
	border-color: #479DBD;
}


body a:visited, td a:visited {
	color: #2A5D6F;
}
body a:visited img, td a:visited img {
	border-color: #2A5D6F;
}
body, th, td, input, select, textarea, li {
	font: 11px verdana, arial, sans-serif;	
}

#container {
	position: relative;
	margin: 0 auto;
	width:760px; 
}

#cabecera{
	position: relative;
	text-align: left;
	width:760px; 
	height: 135px;
	background: transparent url(../images/cabecera_superior.jpg) top no-repeat;

}

#cabecera_imprimir {
	display: none;
}
#mainmenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainmenu li{
	list-style: none;
	position: absolute;
	top: 28px;
}
#mainmenu li a{
	color: #fff;
	background-color: transparent;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}
#mainmenu li.m1 { left: 64px; }
#mainmenu li.m2 { left: 159px; }
#mainmenu li.m3 { left: 234px; }
#mainmenu li.m4 { left: 495px; }
#mainmenu li.m5 { left: 574px; }
#mainmenu li.m6 { left: 657px; }

/* criticas deshabilitado */
#mainmenu li.m4 a { }

#cuerpo {
	width:760px;
	background: transparent url(../images/fondo_interior.gif) top repeat-y;
}


#contenido {

}

#contenido p{
	margin: 15px 20px;
	text-align: justify;
	font-size: 1em;
	line-height: 1.4em;
	
}
#contenido table {
	margin: 15px 20px;
	
}
#contenido td {
	line-height: 1.4em;
}

#contenido h3{
	margin: 20px 20px -10px;
	border-bottom: 1px solid #666;
	font-size: 1em;
}

#contenido h2{
	margin: 5px 20px -10px;
	border-bottom: 2px solid #666;
	font-size: 1.4em;
}


.fotocv {
	width: 124px;
	margin: 15px 20px 10px 15px;
	background-color:#eee;
	border: 1px solid #000;
	float: right;
	}
.fotocv img {
	margin: 7px 7px 25px;
	border: 1px solid #666;
	}

#contenido .cv h4{
	font-size: 2.5em;
	font-weight:bold;
	margin: 20px 20px -10px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	display: block;
	width: 160px;
	text-align:right;
	padding-right: 15px;
	clear: right;
}
#contenido .cv h4.otros{
	font-size: 1.5em;
	width: 100%;
	text-align:left;
	
}

/* para las páginas de las obras */

.ficha th, .cv .ficha th {
	text-align: right;
	vertical-align: top;
	padding-right: 15px;
	color: #ccc;
}
.ficha td {
	font-size: 0.8em;
}
.cv .ficha td  {
	font-size: 0.8em;
	padding-bottom: 1em;
}
.cv .ficha th  {
	width: 160px;
}
.cv .ficha td.corto  {
	padding-bottom: 3px;
}

#lateral .volver {
	margin: 10px;
	text-transform: lowercase;
}
#lateral .volver a, #lateral .volver a:visited {
	text-decoration: none;
	color: #fff;
	}


#lateral #submenu {
	background: #3B3632 url('../images/fondo_submenu.gif') bottom repeat-x;
	padding: 10px 10px 30px;
	margin: 0 0 5px 2px;
	line-height: 150%;
	}


#lateral blockquote {
	text-align: right;
	color: #ff0;
	padding: 0;
	margin: 0 10px;
	margin-bottom: 30px;
}
#lateral blockquote p {
	text-align: left;
	color: #fff;
	font: Courier New;
	margin-bottom: 5px;
}
#lateral #sellojunta {
	display: block;
	width: 130px;
	height: 150px;
	margin: 20px 10px 40px;
	background: transparent url('../images/consejeria_cultura.gif') top right no-repeat;
}

.gris {
	color:#666;
}
