/* UTF-8: €ÁÑ */

/*
 * Formato general
 */
body{
	color: black;
	background-color: white;
	font-size: 100%;
	font-family: "Georgia", sans-serif;
	line-height: 150%;
	margin: 0 16px 1em 16px;
}
img{
	border-width: 0;
}


h1{
	min-height: 43px;
	font-size: 200%;
	line-height: 100%;
	color: black;
	background: white url(/_/img/h1.png) left top no-repeat;
	padding: 1px 0 5px 45px;
}
h2{
	padding: 0.1em 0.5em 0.1em 0.25em;
	font-size: 150%;
	color: black;
	background-color: white;
	border-bottom: 1px solid #D60A2C;
}
h3{
	padding: 0.1em 0.5em 0.1em 0.75em;
	font-size: 120%;
	color: black;
	background-color: white;
	border-bottom: 1px solid #DFCBCB;
}

p{
	margin: 1em 0;
	text-indent: 2em;
}

ul{
	list-style-type: none;
	margin: 1em 0 1em 2.25em;
	padding: 0;
}
ul li{
	padding-left: 15px;
	background: url(/_/img/li.png) no-repeat left center;
}

ol{
	margin: 1em 0 1em 3.5em;
	padding: 0;
}
ol li{
	padding-left: 15px;
}


a{
	color: #C10925;
	text-decoration: underline;
	padding: 1px 0;
}
a:visited{
	color: #516B9B;
}
a:hover{
	text-decoration: none;
	background: #E7D8D8 url(/_/img/a-hover.png) left top repeat-x;
}
a.img:hover{
	border-bottom-width: 0;
	background-image: none;
	background-color: transparent;
}

a[rel~='external'] img{
	vertical-align: -1px;
}


blockquote{
	margin-left: 1px;
	border-left: 4px solid #E7D8D8;
	padding: 0.5em 0 0.5em 2em;
	font-style: italic;
}

strong{
	font-weight: bold;
	color: #D60A2C;
}

code{
	font-family: "Lucida Console", monospace;
	font-size: 90%;
	color: #D60A2B;
}


.mensaje, .error{
	border-width: 0;
	margin: 1em;
	padding: 1em 1em 1em 3em;
}

.mensaje ul, .error ul{
	list-style-type: none;
	margin: 0px 0px 0px 35px;
	padding: 0px;
}
.mensaje ul li, .error ul li{
	padding-left: 12px;
	background: url(/_/img/li.png) no-repeat 0px 0.55em;
}

.mensaje{
	color: black;
	background: #CCCFEE url(/_/img/icono-mensaje.png) 5px 5px no-repeat;
}

.error{
	color: black;
	background: #F8D8DA url(/_/img/icono-error.png) 5px 5px no-repeat;
}


input, textarea{
}
input[type=text], input[type=file], textarea{
	font-family: "Verdana", "Helvetica", sans-serif;
	font-size: 90%;
	padding: 1px;
	color: black;
	background-color: white;
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	border-color: #D60A2C;;
}
input[type=submit]{
	margin: 0;
	font-family: "Georgia", sans-serif;
	font-size: 100%;
	padding: 3px 25px;
	font-weight: bold;
	color: white;
	background-color: #CB0A2C;
	border-width: 0;
	border-style: solid;
	border-color: #FDCCD5 #000 #000 #FDCCD5;
}
input[type=submit]:hover{
	padding: 0 24px 2px 22px;
	border-width: 2px;
	background-color: #EB0C33;
}

label{
	border-bottom: 1px dotted #D60A2C;
}

fieldset.error{
	border: 1px solid #D60A2C;
}
fieldset.error legend{
	padding: 0.1em 0.5em;
	font-weight: bold;
	color: #D60A2C;
	border-left: 4px solid #D60A2C;
}

td input[type=submit]{
	font-size: 75%;
	padding: 1px 13px;
}
td input[type=submit]:hover{
	padding: 0 12px;
	border-width: 1px;
}


/*
 * Tablas de datos
 */
table.decorada{
	border-collapse: collapse;
}
table.decorada, table.decorada th, table.decorada td{
	border: 1px solid white;
}
table.decorada th, table.decorada td{
	padding: 0.1em 0.5em;
	text-align: left;
}
table.decorada th{
	background-color: #E7D8D8;
}
table.decorada td{
	background-color: #F5EFEF;
}
table th.d, table td.d{
	text-align: right;
}


/*
 * Logs
 */
div.log{
	white-space: pre-wrap;
	font-family: "Lucida Console", monospace;
	font-size: 75%;
}
div.log p{
	margin: 0;
	padding: 0.1em 0.5em;
	text-indent: 0;
}
div.log p:nth-child(odd){
	background-color: white;
}
div.log p:nth-child(even){
	background-color: #F5EFEF;
}


/*
 * Maqueta en columnas
 */
div.maq-col{
	float: left;
	width: 100%;
}
div.maq-col div.col1de2{
	float: right;
	width: 100%;
	margin-left: -100%;
}
div.maq-col div.col1de2 div.int{
	margin-right: 330px; /* Ancho del lateral + separación */
}
div.maq-col div.col2de2{
	float: right;
	width: 300px;
}
div.maq-col div.col2de2 div.int{
/*
	float: right;
	width: 100%;
*/
}


/*
 * Encabezado
 */
#enc{
	margin: 0 -16px 2em -16px;
	padding: 0 36px 0 0;
	height: 166px;
	background: transparent url(/_/img/enc-fondo.png) left top repeat-x;
	white-space: nowrap;
}
#enc .logo{
	margin: -5px 0 0 -2px;
}
#enc .alvaro{
	float: right;
}


/*
 * Menú principal
 */
ul#menu-ppal{
	position: absolute;
	top: 144px;
	right: 20px;
	margin: 0;
	padding: 0;
}
ul#menu-ppal li{
	display: inline-block;
	margin: 0;
	padding: 0;
	background: #4B4B4B url(/_/img/pestana-menu.png) 0 0 no-repeat;
	font-size: 90%;
}
ul#menu-ppal li a{
	display: inline-block;
	margin: 0 0 0 13px;
	padding: 0 13px 0 0;
	height: 33px;
	color: white;
	background: #4B4B4B url(/_/img/pestana-menu.png) 100% 0 no-repeat;
	text-decoration: none;
}
ul#menu-ppal li:hover{
	background-position: 0 -33px;
}
ul#menu-ppal li:hover a{
	background-position: 100% -33px;
}
/* Menú resaltado */
ul#menu-ppal li.res{
	background-color: #D60A2C;
	background-position: 0 -66px;
}
ul#menu-ppal li.res a{
	background-color: #D60A2C;
	background-position: 100% -66px;
}
ul#menu-ppal li.res:hover{
	background-position: 0 -99px;
}
ul#menu-ppal li.res:hover a{
	background-position: 100% -99px;
}


/*
 * Caja lateral (donde la haya)
 */
div#lateral{
	margin-top: 0.5em;
}
div#lateral h1{
	font-size: 110%;
	padding-top: 6px;
}


/*
 * Pie de página
 */
#pie{
	clear: both;
	margin: 3em -16px 0 -16px;
	padding: 0 2em;
	border-top: 1px solid #F7F3F3;
	border-bottom: 1px solid #E7D8D8;
	background: #F7F3F3 url(/_/img/pie-fondo.png) left top repeat-x;
	font-size: 80%;
}
#pie .adorno{
	position: relative;
	margin: 1px 0 0 0;
	background: transparent url(/_/img/pie-adorno.png) 10% 0% no-repeat;
	height: 8em;
}
#pie .info{
	position: absolute;
	right: 0;
	top: 10px;
}
#pie .copyright{
	position: absolute;
	left: 0;
	top: 10px;
	font-weight: bold;
	font-size: 125%;
}
#pie p{
	margin: 0;
	text-indent: 0;
}


/*
 * Miscelánea
 */
.oculto{
	display: none;
}
.clear{
	clear: both;
}
