/* set page background to white and text to very dark gray
* html is included because this is the root element for
* pages served as application/xhtml+xml */
html, body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
}
p {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}
#nombrepagina {
	text-align: right;
	background-color: #CCCCCC;
	font-weight: bold;
}

#titlebar {
	background-image: url(../imagenes/imagenescomun/barrasuperior_m.gif);
	background-repeat: repeat-x;
}
#titlebar p {
	margin-bottom: 0px;
}
#titlebar img {
	display: block;

}
#contenidoprinc {
	width: 1000px;
	background-color: #F5F5F5;
	border: 1px solid #DDDDDD;
	margin: 0 auto;
	background-repeat:  repeat-x;
}
#form1 {
	font-size: .8em;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
#lista a:hover {
	background-color: #CCCCCC;
	display: block;
	height: 100%;
	width: 100%;
}

#form1 p {
	padding-bottom: 5px;
}


#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav a {
	display: block;
	margin: 0;
	height: 1em;
	padding: 0 0 4px 25px;
	width: 130px;
	font-weight: bold;
	font-size: 70%;
}

#nav a:link, #nav a:visited {
	background-color: #894332;
	color: #fff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CB512E;
	border-right-color: #4E1F16;
	border-bottom-color: #2C263D;
	border-left-color: #DC5C3D;
}
#nav  a:hover, #nav  a:active {
	background-color: #EDAF6B;
	color: #524872;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEC791;
	border-right-color: #C7982C;
	border-bottom-color: #BA8338;
	border-left-color: #CEA31E;
}
#nav li {
	display: inline;
	float: left;
}
#lista {
	font-size: 0.8em;
}
#lista a {
	color: #333333;
}


#lista th {
	background-color: #CCCCCC;
	border: 1px solid #666666;
	padding: 3px;
}
.modulotitulo {
	font-weight: bold;
	background-color: #438289;
	text-align: center;
	color: #FFFFFF;
	font-variant: small-caps;
	margin-bottom: 5px;
	display: block;
}
.modulotitulo_rojo {
	font-weight: bold;
	background-color: #993300;
	text-align: center;
	color: #FFFFFF;
	font-variant: small-caps;
	margin-bottom: 5px;
	display: block;
}
.modulotitulo_azul {
	font-weight: bold;
	background-color: #0066CC;
	text-align: center;
	color: #FFFFFF;
	font-variant: small-caps;
	margin-bottom: 5px;
	display: block;
}
.modulo a {
	color: #333333;
}
.modulo a:hover {
	background-color: #FFCC66;
}
.modulo {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 0.9em;
	margin: 10px;
	padding: 10px;
	width: 350px;
	float: left;
}
#contenidopanel {
	width: 1000px;
	background-color: #F5F5F5;
	border: 1px solid #DDDDDD;
	margin: 0 auto;
	height: 650px;
	overflow: visible;
	background-image: url(../imagenes/imagenescomun/fondocontenidoprinc.gif);
	background-repeat:  repeat-x;
}
#lista td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#lista tr.otrafila {
	background-color: #FCFCFC;
}
