@import url("rte.css");

#contents h1, #contents h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
}


#contents h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
	border: 1px solid #993300;
	padding: 1px 1px 1px 4px;
}



#contents h4 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0050B3;
	padding: 2px 1px 2px 4px;                   
}


#contents h5 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0050B3;
	border-bottom: 1px solid #0050B3;
	padding: 1px 1px 1px 4px;
}


#contents h6 {
	font-size: 12px;
	font-weight: bold;
	padding: 1px 1px 1px 4px;
	color: #993300;
}

/*
#contents h6 {
    font-size: 12px;
  	font-weight: bold;
  	padding: 1px 1px 1px 4px;
}
*/


/* Párrafo en RTE */
#contents p.bodytext {
	
}


/* Pie de foto */
#contents p.csc-caption {
	margin-top: 4px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px; 
}


#contents ul {
	list-style-type: square;
}

#contents a {
	color: #6633CC;
}

#contents a:hover {
	color: #FF6666;
	text-decoration: none;
}

/* Contenido Tabla */
#contents table.contenttable {
	border: 1px solid #0050B3;
	background-color: #F0F7FF;
        padding: 4px;
}

#contents table.contenttable td {
	text-align: center;
	padding: 3px 5px;
	border: 1px solid #000000;
}


/* Contenido liga archivos */

#contents table.csc-uploads {
	margin-top: 15px;
}

#contents table.csc-uploads td {
	font-size: 11px;
}

#contents table.csc-uploads .csc-uploads-fileName a {
	font-weight: bold;
	margin-left: 4px;
	position: relative;
	top: -3px;
}

#contents table.csc-uploads .csc-uploads-description {   /* la descripcion */
	margin-left: 4px;
	position: relative;
	top: -3px;
}

#contents table.csc-uploads .csc-uploads-fileSize {   /* El tamaño */
	margin-left: 4px;
	position: relative;
	top: -3px;
	color: #993300;
}




/*   Novedades   */

#contents div.tx-Novedad-pi1 {
	margin: 0 3px 14px 3px;
}

#contents table.novedad {
	background-color: #EBEBF1;
	border: 1px solid #666699;
	color: #003366;
	width: 284px;

}

#contents table.novedad td {
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

#contents table.novedad td p.texto {
	margin-top: -7px;
}

#contents table.novedad td.centrada {
	text-align: center;
}


#contents table.novedad  a {  
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3333;
	font-size: 13px;
    text-decoration: underline;
}


#contents table.novedad  a:hover {
	text-decoration: none; 
	color: #666699;
}

/* Scroll de Noticias */

#contents div.tx-ccvscroller-pi1 {
	background-color: #EBEBF1;
	border: 1px solid #666699;
	color: #003366;
	margin: 0 3px 14px 3px;
	padding-left: 5px; 
	padding-right: 5px;
}
 
/* Enlaces */

#contents div.tx-Enlaces-pi1 {
	text-align: center;
	font-weight: bold;
	margin: 1px 5px 50px 5px;
}


#contents div.tx-Enlaces-pi1 h2.enlace {
	margin-bottom: 6px;
	font-size: 12px;
}

#contents div.tx-Enlaces-pi1 h2.enlace a {
	color: #003366;
	text-decoration: none;
}

#contents div.tx-Enlaces-pi1 h2.enlace a:hover {
	color: #2B8FFF;
	text-decoration: underline;
}

#contents div.tx-Enlaces-pi1 img {
	border: 1px solid #000000;
}


/* Formulario */

table.csc-mailform {
	border: 1px solid #000000;
    margin-left: 25px;
	background-color: #CCCCCC;
	padding: 8px;
}


table.csc-mailform td {
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
 
table.csc-mailform td.csc-form-labelcell {
	text-align: right;
        padding-right: 8px;
}


table.csc-mailform input {
	border: 1px outset #000000;
	background-color: #FFFFFF;
	color: #4B6C96;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

table.csc-mailform input[type="Submit"] {
	color: #000000;
}

table.csc-mailform textarea {
	border: 1px outset #000000;
	color: #4B6C96;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


div.msgOk { 
	margin: 20px 100px 20px 100px;
	padding: 0;
	border: 1px solid #003366;
	font-size: 1em;
	font-weight: bold;
	height: 50px;
	color: #000;
	text-align: center;
	background-color: #D5E4FF;
}

div.msgOk p
{
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 50px;
}

div.lopd
{
	margin-top: 4em;
	font-size: 0.9em;
	color: #333;
	background: transparent;
}


/* Buscador */

div.tx-indexedsearch {
	margin-right: 10px;
	margin-left: 5px;
}


div.tx-indexedsearch-searchbox td {
	padding: 4px;
}

div.tx-indexedsearch-searchbox td p {
	font-weight: bold;
	font-size: 11px;
}

div.tx-indexedsearch-searchbox a {
	color: #990066;
}

a:hover {
	text-decoration: none;
}

div.tx-indexedsearch-searchbox input {
	border: solid 1px #063769;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007297;
}

div.tx-indexedsearch-searchbox select {
	border: 1px solid #666666;
	font-size: 12px;
}

input.tx-indexedsearch-searchbox-sword {
	margin: 0px 25px;
	color: #990066;
}

input.tx-indexedsearch-searchbox-button {
	background-color: #DFE2FF; 
}

div.tx-indexedsearch-rules {
	border: 1px solid #666666;
	background-color: #DFE2FF;
	font-size: 11px;
	padding-left: 20px;
	margin-top: 30px;
	margin-right: 40px;
	margin-left: 40px;
}

#contents div.tx-indexedsearch-rules h3 {
	border: 0;
}

div.tx-indexedsearch-whatis {
	padding-left: 40px;
	font-weight: bold;
	color: #990000;
}

div.tx-indexedsearch-browsebox {
	padding-left: 40px;
	margin-bottom: 25px;
}

div.tx-indexedsearch-browsebox .tx-indexedsearch-browsebox-strong {
	font-weight: bold;
}

div.tx-indexedsearch-sectionlinks a {
	color: #990066;
}

td.tx-indexedsearch-browsebox-SCell a {
	color: #990066;
}

div.tx-indexedsearch-res {
	padding: 2px 0;
}

div.tx-indexedsearch-secHead {
	
}

div.tx-indexedsearch-res td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 0px;
}

p.tx-indexedsearch-noresults {
	font-weight: bold;
	margin-left: 8px;
}

div.tx-indexedsearch-res h2 {
	font-size: 14px;
}

div.tx-indexedsearch-res h2 a {
	color: #000000;
}

tr.tx-indexedsearch-title a {
	color: #CC0033;
	
}

td.tx-indexedsearch-info a {
	color: #0000FF;
}



/* Mapa Web */


div#mapaweb ul li {
	list-style: url(../img/logo3.gif);
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

div#mapaweb ul ul li {  
	list-style: square url(none);
	font-size: 11px;
	font-weight: bold;
	margin-bottom: auto;
}

div#mapaweb ul ul ul li {  
	list-style: disc; 
	font-size: 10px;
	font-weight: bold;
	color: #006699
}


div#mapaweb ul li a {  
	text-decoration: none; 
	color: #003366;
}

div#mapaweb ul li a:hover {
	 color: #669999; 
	 text-decoration: underline
}

div#mapaweb ul ul li a {
	color: #663366;
}

div#mapaweb ul ul ul li a {  
	color: #CC6600;
}



div#mapaweb ul ul {
	margin-top: 10px;
}

div#mapaweb ul ul ul {
	margin-top: 5px;
	margin-bottom: 15px;
}

