body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #F8F8F8;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
}

p {
/*	margin-top: 15px;*/
	margin-bottom: 10px;
}

a:link, a:visited {
	color: #fc6401; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffcc00;	text-decoration: none;
	font-weight: bold;
}

#fondo {
	background-image: url(../img/fondo.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 782px;
	text-align:center;
	margin: 5px auto;
}

#contenedor {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	text-align: left;
	width: 748px;
	padding-top: 0px;	
	margin: 0px auto;
	overflow: visible;
}

#sobrecabecera {
	vertical-align: middle;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	padding-left: 2px;
/*	margin: 2px 2px 0px 2px;*/
	clear: none;
	height: 21px;
	line-height: 21px;	
}

#navegacion {
	height: 21px;
	line-height: 21px;	
	vertical-align: middle;
	text-align: left;
	margin: auto 5px;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}

a.navegacion:link, a.navegacion:visited, a.navegacion:hover {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

a.menuSup:link, a.menuSup:visited {
	float: right;
	border-left: 1px solid #cccccc;
	padding-left: 10px;
	padding-right: 10px;	
	height: 21px;
	text-align: center;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

a.menuSup:hover {
	background-color: #ffcc00;
	color: #fc6401;
}

#cabecera {
	display:block;
	text-align: left;
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	background-image: url(../img/header_short.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 150px;
}

#bloqueMenu {
	position:relative;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	text-align: left;	
	padding: 0px;
	margin-right: 2px;
	left: 2px;
	width: 165px;
}

.pad {
	text-align: left;
	margin: 0px;
	padding: 2px;	
  overflow: visible;
}

#cuerpoConMenu {
	float:left;
	position:relative;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	text-align: left;	
	margin-left:2px;
	margin-bottom: 2px;
	width: 572px;
	overflow: visible;
}

#cuerpoSinMenu {
	position:relative;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	text-align: left;	
	margin-left: 2px;
	margin-right: 2px;	
	margin-bottom: 2px;
	min-height: 385px;
}

.tituloNoticia {
	display:block;
	background-image:url(../img/contenthead.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin: 0px;
	padding-top: 12px;
	padding-left: 15px;
}


.icoTarea {
	float: right;
	border: 0px;
	margin-right: 5px;
}

.fechaNoticia {
	color: #999999;
	font-weight: bold;
}

#pie {
	margin: 2px auto;
	width: 748px;	max-width: 748px;
	height: 25px;	
	vertical-align: middle;
	background-color:#eeeeee;	color:#999999;
	line-height: 25px;
	border-style: solid; border-width: 1px; 	border-color: #cccccc;
	text-align: left;	text-indent: 10px;	
	font-weight:bold;	
	clear: both;
}

.tituloSeccion {
	background-image: url(../img/subhead_bg.gif);
	background-repeat: repeat-x;
	color: #666666;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;	
	padding-top: 4px;
	padding-left: 4px;
	height: 17px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.tituloSeccionP {
	background-image: url(../img/subhead_bg.gif);
	background-repeat: repeat-x;
	color: #000066;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;	
	padding-top: 4px;
	padding-left: 4px;
	height: 17px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.subtituloSeccion {
	background-color: #EEEEEE;
	color: #666666;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 2px solid #666666;	
	border-bottom: 1px solid #666666;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
	width: 90%;
}

a.menuItem:link, a.menuItem:visited, a.menuItem:active {
	display:block;
	background-image:url(../img/bulletmenu1.gif);
	background-position: 4px 6px;
	background-repeat: no-repeat;
	font-family: sans-serif;
	background-color: #ffcc00;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #fc6401;
	text-decoration: none;
	height: 19px;
	padding-top: 5px;
	padding-left: 18px;
	margin-bottom: 1px;
}

a.menuItem:hover {
	background-image:url(../img/bulletmenu2.gif);
	background-color: #fc6401;
	color: #FFFFFF;
}

a.menuIP:link, a.menuIP:visited, a.menuIP:active {
	display:block;
	background-image:url(../img/bulletmenu1.gif);
	background-position: 4px 6px;
	background-repeat: no-repeat;
	font-family: sans-serif;
	background-color: #E4E2F1;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	height: 19px;
	padding-top: 5px;
	padding-left: 18px;
	margin-bottom: 1px;
}

a.menuIP:hover {
	background-image:url(../img/bulletmenu2.gif);
	background-color: #000066;
	color: #FFFFFF;
}


.separaMenu {
	margin: 0px;
	padding: 0px;
	height: 5px;
	background-color:#FFFFFF;
	overflow: hidden;
}

.textBoxReg {
	border: 1px solid #cccccc;
	padding: 2px;
	width: 100px;
}

.textBoxForm {
	border: 1px solid #cccccc;
	padding: 2px;
	width: 250px;
	margin-right: 10px;
}

.textBoxFormPeque {
	border: 1px solid #cccccc;
	padding: 2px;
	width: 20px;
	margin-right: 10px;
}

.checkBoxForm {
	border: 1px solid #cccccc;
	padding: 2px;
	margin-right: 10px;
}
/*
* ~~ muy cortos
*
.textAreaForm {
	border: 1px solid #cccccc;
	padding: 2px;
	width: 250px;
	margin-right: 10px;
	height: 100px;
}
*/
.textAreaForm {
	border: 1px solid #cccccc;
	padding: 2px;
	height: 200px;
	margin-right: 10px;
	background-color:#FFFFFF;
}


.textBoxSearch {
	border: 1px solid #cccccc;
	padding: 2px;
	width: 150px;
}

.botonReg {
	padding: 2px 5px 2px 5px;
	height: 22px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	color: #ff6600;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.clubListado {
	padding-left: 35px;
	background-image:url(../img/arrow.gif);
	background-repeat:no-repeat;
	background-position: 20px 3px;
}

.contenedorBanderin {
	float:left; 
	width:150px; 
	height:200px;
	line-height: 200px;
	border: 1px solid #000000; 
	vertical-align:middle; 
	text-align:center;
	margin-top: 10px;
	margin-right: 10px;	
	margin-bottom: 10px;
	padding: 0px;
}

#cierre {
	height: 1px;
	width: 90%;
	background-color:#FFFFFF;
	overflow: hidden;
	clear: both;
}

.contactar {
	margin: 5px auto;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	width: 400px;
	text-align: left;
	padding: 5px;
}

.error {
	color: red;
}

.errorTitulo {
	color: red;
	background-color: #ffcc00;
	font-weight: bold;
	margin: 10px auto;
	width: 90%;
	text-align: left;
	text-indent: 5px;
	font-size: 14px;
	border: 2px solid black;
}
.errorExplica {
	font-size: 12px;
	margin: 10px auto;
	width: 90%;
	text-align: left;
	text-indent: 8px;
}

.mensajeTitulo {
	color: black;
	background-color: #eeeeee;
	font-weight: bold;
	margin: 10px auto;
	width: 90%;
	text-align: left;
	text-indent: 5px;
	font-size: 14px;
	border: 2px solid black;
}
.mensajeExplica {
	font-size: 12px;
	margin: 10px auto;
	width: 90%;
	text-align: left;
	text-indent: 8px;
}


p.estandares {
	margin-top: 5px;
	margin-bottom: 0px;	
	text-align: center;
}


.MedCampo {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}

.MedError {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

.presentacion {
	padding: 10px;
}
.presentacion p {
	text-indent: 15px;
}

/* nuevo */
a.snnoticia:link, a.snnoticia:visited {

}

a.snnoticia:hover {
}

#notContenido a:link, #notContenido a:visited {
	color:#000066;
	font-weight: normal;
	border-bottom:1px dashed #000066;
}

#notContenido a:hover {
	color:#ff6600;
}

.lionTitular {
	margin-top: 10px;
	font-family:Verdana; 	font-weight:bold; 	font-size:14px; font-variant:small-caps;
	padding-left:15px;
	background-image:url('../img/bulletmenu1.gif');	background-repeat:no-repeat; background-position:left;	
 	border-bottom:dotted 1px #999999;	
	color:#000066;	
}

.creditos {
	margin:0 auto; 
	padding-bottom: 20px;
	width:750px;
	text-align:right;
}

/*** Gestor de contenidos */
.lionGestionTitular {
	margin-top:5px;
	color:#000066;
	font-weight:bold; font-variant:small-caps; font-size:12px; 
	text-align:right;
}
.lionGestionBanda {
	padding:5px; margin-bottom:20px;
	border-top:1px solid #000066; border-bottom:1px solid #000066;
	background-color:#EEEEEE;
}


