/**
*		Css esquema principal
**/

@insert url(formulario.css);

body {
	margin:0;
	padding: 0;
	font-family: 'Trebuchet MS', Verdana, Arial;
	font-size: 85%;
	line-height: 1.5em;
	background: #595959 url(../img/fondo_body.jpg) repeat-y top left;
	color:white;
}
h1,h2,h3,h4,h5,h6{
	color: #D40D15;
}
div.h4, div.h5{
	color: #D40D15;
	font-weight: bolder;
	font-size: 1.0em;
}
div.h5{
	font-size: 0.8em;
}
a{
	color:white;
}
/**
*		Css cabecera
**/
div#contenedor{
	background: black url(../img/fondo_contenedor.jpg) no-repeat top right;
	width:994px;
	margin: 0 auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
div#cabecera{
	background: transparent url(../img/cabecera.gif) no-repeat top left;;
	width: 100%;
	height: 205px;
}
div#cabecera *{
	margin-top:0;
	border:0;
}
div#conCab{
	position: relative;
	width: 740px;
	height: 100%;
	margin: 0 auto;
	/*border: 1px solid yellow;*/
}
div#colLogo {
	position:absolute;
	top:30px;
	left:0;
	width: 180px;
}

div#imgCab{
	position:absolute;
	top:50px;
	right:0;
}

/**
*		Elementos contenido principal
**/
div#contenido{
	position:relative;
	background: black url(../img/fondo_contenido.jpg) no-repeat bottom right;
	width:100%;
	font-size: 1em;
	min-height:520px;
	overflow:hidden;
}
div#contenido p{
	margin-left:5px;
}
div#conIzq{
	position: absolute;
	left:22px;
	width: 130px;
}
div#conDer{
	position: absolute;
	top:90px;
	left:790px;
	width: 130px;
}
div#submenu{
	position:absolute;
	top:0;
	left:0;
	width:180px;
}
div#principal {
	width: 505px;
	margin-left:260px;
	/*min-height: 750px;*/
	
	}
table#portada{
	width: 100%;
}
table#portada td{
	width: 50%;
}
table#portada img{
	float: left;
	margin: 10px;
	border: 1px solid #0D2B61;
}
td.left{
	border-right: 1px dotted silver;
}

table#portada td p{
	float:right;
	width: 140px;
	color: silver;
	font-size: 1.1em;
	font-weight: bolder;
}
a.boton{
	display: block;
	margin-top:  10px;
	width:100px;
	height: 18px;
	background: transparent url(../img/boton.png) no-repeat top;
	color: white !important;
	text-align: center;
	font-size: 0.90em;
	font-weight: bolder;
	text-decoration: none;
}
a.boton:hover{
	background: transparent url(../img/boton.png) no-repeat bottom;
	color: #ffffff;
}
input.boton{
	/*width:100px;*/
	height: 18px;
	border:0;
	padding: 0 5px;
	background: transparent url(../img/boton.png) no-repeat top;
	color: white;
	text-align: center;
	font-size: 0.90em;
	font-weight: bolder;
	cursor:pointer
}
span.sexo{
	font-size: 0.8em;
	font-weight: normal;
	color: #0A2049;
}
/**
*		Css pie de página
**/
div#pie {
	background: black url(../img/fondo_pie.jpg) no-repeat top right;
	color: white;
	font-size: 0.85em;
	text-align: center;
	height:60px;
	padding-top: 30px;
}
div#pie p{
	width: 600px;
	margin-left: 25px;
	padding-top: 10px;
	border-top: 1px solid #D40D15;
}
div#pie img{
	float: right;
	border: 0;
	margin-right:20px;
}
/**
*		Elementos menu
**/
div.bloTitulo{
	background-color: #0d2b61;
	color: White;
	font-family: Trebuchet MS, Verdana, Arial;
	padding-left: 10px;
}
ul.menu1{
	/*width:180px;*/
	margin-top:0;
	margin-bottom:0;
	padding: 0;
	list-style: none;
	/*background-color: White;*/ /* nuevo */
}
ul.menu1 li{
	margin-left:0;
	padding:0;
	padding-bottom:1px;
	border-bottom: 1px solid #565451;
	vertical-align: middle;
}
ul.menu1 li a{
	display: block;
	font-size: 0.90em;
	/*font-weight: bolder;*/
	min-height: 24px;
	text-decoration:none;
	padding-left: 20px;
	color:white;
	vertical-align: middle;
}
ul.menu1 li a:hover {
	background: transparent url(../img/fondo_li_menu.png) no-repeat left;
	font-weight: bolder ; 
}

ul.menu2{
	/*width:180px;*/
	margin-top:0;
	margin-bottom:0;
	padding: 0;
	list-style: none;
	/*background-color: White;*/ /* nuevo */
}
ul.menu2 li{
	margin-left:0;
	padding:0;
	padding-bottom:1px;
	border-bottom: 1px solid #565451;
}
ul.menu2 li a{
	display: block;
	font-size: 0.95em;
	/*font-weight: bolder;*/
	min-height: 24px;
	text-decoration:none;
	padding-left: 20px;
	color: #D40D15;
	width: 140px;
}
ul.menu2 li a:hover {
	background: transparent url(../img/fondo_li_menu2.png) no-repeat left;
	font-weight: bolder ; 
}

div.float{
	float: left;
	width: 280px;
}
div.space{
	clear: both;
}
div#pie ul {
	margin : 0 auto;
	padding-top:10px;
	list-style : none;
	width : 580px;
	height : 20px;
	line-height : 20px;
	cursor: pointer;
	text-align:center;
}
div#pie ul li { 
	float : left; 
	padding: 1px 4px;
	border-right: 1px solid #123F90;
}
div#pie ul li a { 
	color:white;
}
div#ficha{
	margin: 10px 30px;
	font-size: 0.85em;
}
div#ficha a{
	color: black;
	text-decoration: none;
}
div#ficha th{
	text-align: left;
}
img.marco{
	border: 1px solid #0D2B61;
}
h3 span{
	color:#0D2B61;
	font-style: italic;
	text-transform: uppercase;
}
hr.linea{
	width:70%;
	margin: auto;
	height:0px;/*solo queremos borde*/

	border-top:0px;/*quita el grosor extra de Opera y FFox*/
	border-bottom:silver solid 1px;
}
table.pedido{
	border-collapse: collapse;
	width: 100%;
}
table.pedido td, table.pedido th{
	border-bottom: 1px solid silver;
}
table.pedido thead tr{
	background-color: #f0f0f0;
}
table.pedido tfoot tr{
	/*background-color: #F3E2B0;*/
	background-color: #f0f0f0;
}
table.pedido tfoot th{
	text-align:right;
}
table.pedido tfoot td a{
	color:red !important;
}
table.pedido td a:hover{
	text-decoration: underline !important;
}
.acode { border:none }

a.acode { border-bottom:1px dotted #900 }

a:hover.acode { border-bottom-style:solid }
ul#menu_pedido{
	float: right;
}
ul#menu_pedido, ul#menu_pedido li{
	margin-top:0;
	margin-bottom:0;
	padding: 0;
	list-style: none;
}
ul#menu_pedido li{
	float: left;
	margin: 10px;
}
table.formulario input{
	border:1px solid gray;
}
table.formulario select{
	border:1px solid gray;
}
.oculto{
	visibility: hidden;
}
div#imagen_sup{
	position: relative;
	margin-bottom:40px;
}
div#imagen_sup img{
	border-left:1px solid #d40d15;
	border-right:1px solid #d40d15;
}
div#imagen_sup span{
	position:absolute;
	right:5px;
	display: block;
	width:400px;
	padding-right:3px; 
	text-align: right;
	border-right:1px solid #d40d15;
	color: #565451;
	font-size: 0.80em;
	font-style: italic;
}
div#imagen_sup h2 {
	margin:0px;
	border-left:1px solid #d40d15;
	padding: 0 0 4px 2px;
	color: #d40d15;
	font-size: 1.1em;
}
dt, dt a{
	color:#d40d15;
}
dl.sector dd{
	margin:0;
	padding:4px;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
}
h5.linea{
	border-bottom: 1px solid #D40D15;
	margin: 2px 0;
}
th.linea{
	border-bottom: 1px solid #D40D15;
	margin: 2px 0;
	font-weight: normal;
	color: #D40D15;
	font-size:0.9em;
	text-align: left;
}
ul.avance{
	list-style: square;
}
ul.avance li{
	font-weight: bolder;
	margin-bottom:8px;
}
ul.avance li span, ul.avance li p{
	font-weight: normal;
}
ul.avance li ul li{
	font-weight: normal;
}
.jornadas{
	background-color: #AB0E16;
}
.jornadas ul{
	background-color: Black;
	border-left: 1px solid #ab0e16;
}
.jornadas ul ul{
	border:0;
}
table#evaluacion, table#evaluacion th{
	background-color:gray;
}
table#evaluacion td{
	background-color: black;
}

