BODY {
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10 0 10 0px;
	text-align: center;
	background: #ebebeb;
}
#contenedor{
	text-align: left;
	width: 700px;
	margin: auto;
} 
#cabecera{
	width: 700px;
	height: 106px;
	border: 2px solid #cccccc;
}

#intercab{
	background-color: #cccccc;
	margin-top: 10px;
	padding: 5 10 5 10px;
	font-weight: bold;
	text-align:left;
}

#cuerpo{
	margin: 10 0 10 0px;
}
#lateral{
	width: 160px;
	background-color: #999999;
	float:left;
	font-weight: bold;
}
#lateral ul{
	margin : 0 0 0 0px;
	padding: 0 0 0 0px; 
	list-style: none; 
}
#lateral li{
	background-color: #ffffcc;
	margin: 2 2 2 2px;
	padding: 2 2 2 2px;
}
#lateral a{
	color: #3333cc;
	text-decoration: none;
}

#lateral a:hover {
	text-decoration: underline;
}
#mensaje {
	text-align: center;
}
#mensaje a{
	color: #ff0000;
	text-decoration: none;
}

#mensaje a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#principal{
	margin-left: 170px;
	background: #ffffff url("../images/fondo.gif") repeat;;
	padding: 4 4 4 4px;
	border: 2px solid #cccccc;
}
#principal H3 {
	font-size: 10pt;
}

#principal H2 {
	font-size: 14pt;
	text-decoration: underline;
	text-align: center;
}

#pie{
	background-color: #cccccc;
	padding: 3 10 3 10px;
	font-style: italic;
	text-align:right;
}
P.fechas {
	color: #ff9f00;
	font-weight: bold;
}
P.pregunta {
	font-size: 10pt;
	font-weight: bold;
}
P.boton {
	margin-left: 25px;
}
H1 {
	font-size: 14pt;
	text-decoration: underline;
}
.linea {
	border-bottom-style: dotted;
	border-width: 1px;
}

TABLE {
	font-size: 10pt;
	border 2px;
}

TD.izquierda {
	text-align: right;
}
TD.derecha {
	text-align: left;
}

