* {
	margin: 0px;
	padding: 0px;	
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FDF4F4;
	background-image: url(../imagenes/fondosuperior.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#contenedor {
	width: 920px;
	margin: auto;
	background-image: url(../imagenes/fondocontenedor.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#bordesuperior {
	background-image: url(../imagenes/bordesuperior.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#bordeinferior {
	background-image: url(../imagenes/bordeinferior.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#cabecera {
	margin-top: 20px;
}
#contenido {
	padding-top: 290px;
	padding-right: 30px;
	padding-left: 30px;
	clear: both;
}
#izquierda {
	width: 200px;
	float: left;
}
#derecha {
	width: 620px;
	float: right;
}
#derecha h1 {
	color: #CC0001;
	font-weight: normal;
	font-size: 24px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-image: url(../imagenes/iconoh1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 27px;
	word-spacing: 0.2em;
}
#derecha h2 {
	font-size: 20px;
	word-spacing: 0.2em;
	margin-bottom: 8px;
}
#derecha h3 {
	font-size: 16px;
	font-style: italic;
	color: #666666;
}


#derecha p {
	margin-bottom: 12px;
	text-align: justify;
	text-indent: 15px;
}
#derecha p a:link,
#derecha p a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC0001;
	color: #CC0001;
}
#derecha p a:hover {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	font-weight: bold;
}
#piepagina {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
/* Menú vertical de secciones */
#menuv {
	border: 1px solid #CCCCCC;
	width: 200px;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	background-color: #FFFFFF;
}
#menuv .tituloseccion {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #37342D;
	background-image: url(../imagenes/bordeinferiortitulosecciones.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}
#menuv .titulosubseccion {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #CC0001;
	background-image: url(../imagenes/bordeinferiortitulosubsecciones.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}
#menuv ul, li {
        list-style-type: none;
}
#menuv ul {
        margin: 0;
        padding: 0;
}
#menuv li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#menuv a {
	text-decoration: none;
	color: #333333;
	display: block;
	width: 192px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 6px;
	background-color: #F0F0F0;
}
#menuv a.seleccionado {
	color: #CC0001;
	background-color: #EBEBEB;
	font-weight: bold;
}
#menuv a:hover {
	color: #CC0001;
	background-color: #EBEBEB;
	font-weight: bold;
}
/* Fin: Menú vertical de secciones */
/* Menú vertical de subsecciones, dentro de menuv */
#menusub {
	width: 190px;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DBDBDB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DBDBDB;
}
#menusub .tituloseccion {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #37342D;
	background-image: url(../imagenes/bordeinferiortitulosecciones.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}
#menusub .titulosubseccion {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #CC0001;
	background-image: url(../imagenes/bordeinferiortitulosubsecciones.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}
#menusub ul, li {
        list-style-type: none;
}
#menusub ul {
        margin: 0;
        padding: 0;
}
#menusub li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#menusub a {
	text-decoration: none;
	color: #333333;
	display: block;
	width: 182px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 6px;
	background-color: #FFFFFF;
}
#menusub a.seleccionado {
	color: #CC0001;
	background-color: #EBEBEB;
	font-weight: bold;
}
#menusub a:hover {
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
}
/* Fin: Menú vertical de subsecciones, dentro de menuv */
#ruta {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#ruta a:link,
#ruta a:visited {
	text-decoration: none;
	color: #FF3300;
}
#ruta a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.cuadroinformacion {
	border: 1px dashed #CCCCCC;
	background-color: #E1FFE1;
	width: 520px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #009900;
	font-size: 16px;
}
.cuadroinformacionetiqueta {
	color: #006600;
	font-weight: bold;
	font-size: 11px;
}
#listaparticipantes {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 20px;
	margin-left: 20px;
	list-style-image: url(../imagenes/iconolistaparticipantes.gif);
}
#listaparticipantes li {
	margin-top: 8px;
	margin-bottom: 8px;
}
#listaparticipantes a:link, #listaparticipantes a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC0001;
	color: #CC0001;
}
#listaparticipantes a:hover {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CC0001;
	color: #CC0001;
	font-weight: bold;
}


.cuadronota {
	width: 520px;
	background-image: url(../imagenes/bordeinferiornotas.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #FEECA9;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.cuadronotaetiqueta {
	font-weight: bold;
}
#tablamodulos {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CC0001;
}
#tablamodulos th {
	font-size: 9px;
	text-align: center;
	width: 16%;
	background-color: #CC0001;
	color: #FFFFFF;
}
#tablamodulos td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 9px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#tablamodulos a.modulo:link,
#tablamodulos a.modulo:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFCC;
}
#tablamodulos a.modulo:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #999999;
}
#listaacceso li {
	margin-top: 8px;
	margin-bottom: 8px;
}
#cuadroanteriores {
	border: 1px solid #CCCCCC;
	width: 536px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}
#cuadroanteriores .contenido {
	width: 510px;
	margin: 5px;
	background-color: #EEEDEF;
	padding: 8px;
}
#cuadroanteriores .titulo {
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	letter-spacing: 0.1em;
}
#form_sugrec {
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 400px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #FFFFE6;
}
