body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 0.7em;
	color: #222;
	background-color: #EEE;
	margin: 0;
	padding: 0;
	text-align: center;
}
p {
	text-align: justify;
	margin: 0 0 10px 0;
	padding: 0;
}
hr {
	border: none;
	height: 1px;
	margin: 20px 0;
	background-color: #FFDACA;
	color: #FFDACA;
}
a {
	color: #F12800;
}
a:hover {
	color: #D70201;
	background-color: #FFDACA;
}
h1 {
	margin: 0;
}
h2 {
	text-align:left;
	padding-left:0.3em;
	margin: 0 0 20px 0;
	font: bold 1.5em Arial;
	border-bottom: 0.2em solid #666;
}
h3 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 1.2em;
	color: #222;
	margin: 0 0 10px 0;
}
li {
	list-style-type: square;
	margin: 0 0 10px 0;
}
#contenedor {
	margin-left: auto;
	margin-right: auto;
	width:  762px;
	border: 1px solid #999;
}
.old {
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: -1;
}
#menusuperior {
	background-color: #CCC;
	border: solid 1px #CCC;
}
#menusuperior ul, #menu ul {
	display: block;
	margin: 0;
	padding: 8px 0;
}
#menusuperior ul li, #menu ul li {
	display: inline;
	margin: 0;
	padding: 0 0 0 20px;
}
#menusuperior ul li a {
	color: #666;
}
#menusuperior ul li a:hover {
	color: #222;
}
#menusuperior ul li a, #menu ul li a {
	font-size: 0.9em;
	text-decoration: none;
}
#menusuperior ul li a:hover, #menu ul li a:hover {
	background-color: transparent;
}
#contlogo {
	position: relative;
	height: 50px; /* Ligado al height de la imagen del logo (ver #logo) */
	background-color: #FFF;
}
#logo {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 1px;
	left: 20px;
	width: 142px;
	height: 48px;
	background: url("logocoes.gif") no-repeat;
}
#descrImg {
	position: absolute;
	top: 6px;
	left: 360px;
	width: 395px;
	height: 38px;
	background: url("../imagenes/sicoes.gif") no-repeat;
}
#menu {
	margin-top: 1px; background-color:#CCC; text-align:left;
}
#menu ul li a {
	font: normal 1em Verdana; color:#000;
}
#menu ul li a:hover {
	color: #D70201; text-decoration: underline;
	background-color: #FFDACA;
}
#cuerpo {
	background-color:#FFF;
}
#zonaizq {
	width: 200px; /* float:left; */
	border-right: 1px solid #CCC;
	/*float:left;*/
	margin-right:5px;
}
#zonaizq .cont, #zonader .cont {
	padding: 20px;
}
#zonader {
	width: 527px;
	float: right;
	margin-left:5px;	
}
#zonader hr {
	clear: both;
}
#zonader .cont .contCl {
	position: relative;
	height: 100%;
}
#zonader .cont .contCl .minimenu {
	position: absolute;
	top: 22px;
	right: 0;
}
.pie {
	background-color: #CCC;
	text-align: center;
}
.pie span {
	border-top: solid 1px #CCC;
	display: block;
	padding: 8px 20px;
}
.pie span a {
	text-decoration: none;
	color: #666;
}
.pie span a:hover {
	background-color: #FFDACA;
	color: #D70201;
}
.clear {
	clear: both;
}
#formulario input {
	width: 110px;
	font: normal 11px Verdana;
}
#formulario span {
	display: block;
	width: 50px;
	float: left;
}
#formulario .loginButt{
	width: 65px;
	font-weight: bold;
}
#formulario #boton {
	text-align:center;
}

/* tabla */

table { width:180px;}
.calSimbolo {font: normal 0.6em Verdana; text-decoration:none; color:#00F;}
#cont {font: normal 11px Verdana;}
#cont td, #cont th {padding:2px; border: solid 1px #CCC; text-align:center;}
#cont th {background-color:#EEE;}
td {color:#000;}
td a {color:#00F;}
td a:hover {color:#D70201;}
