/* 
    Document   : capas
    Created on : 22-nov-2008, 14:21:09
    Author     : Carlos
    Description:
        Purpose of the stylesheet follows.
*/

body{
  font-family:Verdana,Arial,sans-serif;
  font-size:0.8em;
}

#cabecera{
  margin:0 auto;
  width:73.9844em;
  height:9.45315em;/*7.1094em;*/
  background-image:url(../imagenes/barraSuperior.jpg);
  background-position:bottom left;
  background-repeat:repeat-x;
  display:block;
}

#content{
  margin:0 auto;
  width:73.9844em;
}

#contenido{
  float:right;
  width:59.4531em;
}

#linkscabecera {
	color:#FFFFFF;
	font-size:0.8em;
	margin:-4.2em 0 0 72em;
}

#linkscabecera a:link, #linkscabecera a:hover, #linkscabecera a:visited{
	color:#FFFFFF;
}

#pie{
  clear:both;
  margin:0 auto;
  width:73.9844em;
  height:4.0625em;
  background-image:url(../imagenes/pie.gif);
  background-repeat:no-repeat;
}

#mensajeDeError{
	margin:0.5em 0 .75em 2em;
	padding:0.8em 0.8em 0.8em 3em;
	color: #cc0000;
	border-top-width: .25em;
	border-top-style: solid;
	border-bottom-width: .25em;
	border-bottom-style: solid;
	border-top-color: #de7a7b;
	border-bottom-color: #de7a7b;
	background-position: 0.3125em;
	background-image: url(../imagenes/notice-alert.png);
	background-color: #e6c0c0;
	background-repeat: no-repeat;
	font-weight:bold;
}

#mensajeDeAviso{
	margin:0.5em 0 .75em 2em;
	padding:0.8em 0.8em 0.8em 3em;
	color: #cc0000;
	border-top-width: .25em;
	border-top-style: solid;
	border-bottom-width: .25em;
	border-bottom-style: solid;
	border-top-color: #F0DC7E;
	border-bottom-color: #F0DC7E;
	background-position: 0.3125em;
	background-image: url(../imagenes/notice-note.png);
	background-color: #EFE7B8;
	background-repeat: no-repeat;
	font-weight:bold;
}

#mensajeDeInformacion{
	margin:0.5em 0 .75em 2em;
	padding:0.8em 0.8em 0.8em 3em;
	color: #0055BB;
	border-top-width: .25em;
	border-top-style: solid;
	border-bottom-width: .25em;
	border-bottom-style: solid;
	border-top-color: #84A7DB;
	border-bottom-color: #84A7DB;
	background-position: 0.3125em;
	background-image: url(../imagenes/notice-info.png);
	background-color: #C3D2E5;
	background-repeat: no-repeat;
	font-weight:bold;
}

#navmenu {
	margin:0.5em 0em 0em 0em;
	padding:0.5em 0 0.5em 1.5em;
}

#navmenu li {
	margin:0.2em;
	padding:0; 
	float:left;
}

#navmenu li a {
	display:block; 
	width:13em;
	padding:0.4em 0;
	text-decoration:none;
	text-align:center;
	font-size:0.8em;
	color:#000;
	background-color:#FEE4E3;
}

#navmenu a:hover {
	color: purple;
	background-color:#FEA79D;
}
	
#ContenedorSeccUrl {
	text-align:left;
	padding-top:1em;
	font-size:0.8em;
	color:#CA061C;
}

dd#Diputacion {
	left:40em;
	padding-left:16em;
	top:6.5em;
}
dd#Diputacion a{ position: absolute; width: 73px; height: 69px; text-decoration: none; }
