html, body
{
	height: 100%;
	
}

body
{
	color: black;
	background-color:white;
	margin: 0;
	padding: 0;	/*	 Necesario para el Opera */
	font-family: arial, Helvetica, sans-serif;
}

a img
{
	border: 0;
	
}

.oculto, .imagenoculta
{
	display: none;
}

.accKey
{
	text-decoration:underline;
}


/* ----------------------------------------------------------------------------- *
 * Estructura
 * ----------------------------------------------------------------------------- */
#contenedor
{
	background-color: white;
	color: black;
	position: relative;
	max-width:100%;
	font-size: 0.9em;
}
#destacado
{
	float: left;
	width: 20%;
	margin-left: 1%;
}

#novedades
{
	float: left;
	width: 55%;
	margin-left: 3%;
	margin-bottom: 1%;
}

#principalInicio
{
	float: left;
	width: 55%;
	margin-left: 3%;
}

#principal
{
	float: left;
	width: 75%;
	margin-left: 3%;
    
}

#populares
{
	float: right;
	width: 15%;
	margin-left: 2%;
	margin-right: 1%; /*2% originalmente*/
}

#enlaces
{
	float: left;
	width: 12%;
	margin-left: 2%;
	margin-right: 1%; /*2% originalmente*/
}



#direccion
{
	float: left;
	width: 20%;
	margin-left: 3%;
}
#derechos
{
	float:left;
	width:30%;
	margin-left:3%;	
	margin-right: 2%;
}
#conformidad
{
	float: left;
	width: 37%;
	margin-left: 3%;
	margin-right: 2%;
}

#contacto
{
    background: #F5F5F5;
    border: 1px dashed #4D56A0;
    padding: 0.5em;
    margin-bottom: 1em;
}

#contacto h3
{
    margin-top: 0.1em;
}

/* ----------------------------------------------------------------------------- *
 * Aspectos especiales
 * ----------------------------------------------------------------------------- */

.enfasis
{
	color: 	#4D56A0;
	background-color:inherit;
	font-weight: bold;
	font-size: 1.1em;
}

.enfasis1
{
	color: 	#4D56A0;
	background-color:inherit;
	font-weight: bold;
	font-size: 1em;
}

.cursiva
{
	color: 	#4D56A0;
	background-color:inherit;
	font-style: oblique;
	font-size: 1em;
}

.small
{
	font-size:0.60em;	
}

/* ----------------------------------------------------------------------------- *
 * Cabecera del sitio principal.
 * ----------------------------------------------------------------------------- */

#cabecera
{
	background-color: #4D56A0;
	color: inherit;
	line-height: 1.2em;
	height: 110px;
	margin: 0;
	text-align: left;
	position: relative;
  overflow: hidden;
}

#logo-citipa
{
	float: left;
	margin: 0.5em 1em 0.2em 0.5em;
}

#logo-conciti
{
	float: left;
	margin: 0.5em 1em 0.2em 0.1em;
}


#cabecera h1
{
	color: #FFF;
	background-color: inherit;
	font-size: 1.5em;
	padding: 1.5em 1em 0.5em 0;	
	margin: 0; 				/* Necesario para que en Opera y FireFox
	   						   no separe toda la cabecera de arriba */
}

#cabecera .subtitulo
{
	color: #FFFFFF;
	background-color: inherit;
	font-size: 1em;
	font-weight:600; 
	margin-top: 0em;
	margin-right: 2em;
}

#cabecera .subtitulo a
{
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
}

/* ----------------------------------------------------------------------------- *
 * Migas
 * ----------------------------------------------------------------------------- */
#migas
{
	font-size: 0.7em;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	margin-left: 1em;
	color: #6B656B;
	background-color:inherit;
}

#migas .pagina-actual
{
	font-weight: bold;
}

#migas .descripcion
{
	font-style: normal;
	color:#6C6C6C;
	background-color:inherit;
}

#migas a
{
	color: #6C6C6C;
	background-color:inherit;
	
}

#migas a:hover
{
	text-decoration: underline;
}



/* ----------------------------------------------------------------------------- *
 * Títulos y párrafos
 * ----------------------------------------------------------------------------- */

h1, h2, h3
{
	font-size: 1.6em;
}


h2, h3, h4, h5, caption
{
	font-weight: bold;
	clear: both;
	color: #4D56A0;
	background-color:inherit;
}

#principal h2, #populares h2{
	margin:0;	
}
h2
{
	font-size: 1.8em;
}

h3
{
	font-size: 1.4em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h4
{
	font-size: 1.2em;
	margin-top: 1.2em;
	margin-bottom: 0;
}

h5
{
	font-style: oblique;
	margin-bottom: 0;
}

p 
{
	margin-top: 0.4em;
	text-align: justify;
}
ul
{
	margin-top: 0em;
	list-style-type:circle ;
}
li
{
	margin-top: 0.4em;
	font-size: 0.90em;
	text-align: justify;
}

.nivel2 li
{
	font-size: 1em;	
}
/* ----------------------------------------------------------------------------- *
 * Enlaces e imÃ¡genes
 * ----------------------------------------------------------------------------- */
#principal a 
{
	color: #536288;
	background-color:inherit;
	text-decoration: none;
	border-bottom: 1px dashed;
}

 
#principal a:hover
{
	border-bottom: 1px dashed;
}

img.foto
{
	border: 1px solid black;
	margin-left: 3em;
	margin-right: -2em;
	float: right;
	position: relative;          /* Esto no harï¿½a ninguna falta si no fuera por culpa del
	                                IE. Si no se pone, no se ve la imagen con "float" (es
	                                como si el fondo del pï¿½rrafo contenedor se superponiese). */
}

.izquierda
{
	float: left;
	position: relative;
	margin-right: 2em;
}

.derecha
{
	float: right;
	position: relative;
	margin-left: 2em;
}

#contenido img
{
	border: 1px solid black;
}


/* ----------------------------------------------------------------------------- *
 * Cuadros Destacados 
 * ----------------------------------------------------------------------------- */
.cuadro
{
	border-left: dotted #7B7A78 1px;
    border-right: dotted #7B7A78 1px;
    border-bottom: dotted #7B7A78 1px;
	text-align:left;
	margin-bottom: 1em;
}

.piecuadro
{
	font-style:italic;
	font-size:0.8em;
	clear:both;
	text-align:right;
}

.cuadro h2
{
	text-align: center;
	margin:0em;
    padding: 0.3em;
	clear: both;
	font-size:1.1em;

}

.cuadro h3
{
	font-size:0.90em;
	text-transform:uppercase;
	margin:0em 0.3em 0em 0.3em;
}


.cuadro p 
{
	font-size:0.9em;
	margin:0em 0.3em 1.5em 0.5em;
}

.cuadro a
{
	color: #536288;
	background-color:inherit;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.cuadro img
{
	border:0;	
}

.cuadro ul
{
	margin: 0.4em 0em 1.5em 0em;
	padding:0em;
	list-style-type:none ;
}
.cuadro li
{
	margin: 0.4em 0.3em 0em 0.4em;
	font-size: 0.90em;
}

p.fecha
{
	font-size:0.7em;
	margin:0em 0.3em 0.5em 0.5em;
	text-align: right;

}

.gris h2
{
	background-color:#7B7A78;
	color:#FFFFFF;
}

.azul h2
{
	background-color:#4D56A0;
	color:#FFFFFF;
}

.gris a.seccion-actual
{
	color: #536288;
	background-color:inherit;
	font-size: 1.1em;
	text-transform:uppercase;
	border: 0;
}

.novedad {

}

.novedad h2 {
    text-align: center;
    margin: auto;
    font-size: 1.5em;
    font-variant: small-caps;
}

.noticia {
    
}

/* ----------------------------------------------------------------------------- *
 * Pie
 * ----------------------------------------------------------------------------- */
#pie
{
    border-top: 1px solid #F68618;
	line-height: 1.1em;
	margin-top: 1em;
	padding: 1em 0.5em 0 0.3em;
	clear: both;
	background: #fff url('../imagenes/pie.png') repeat-x;
	overflow: hidden;
	color:#7B7A78;
}

#direccion p, #derechos p
{
	font-size: 0.62em;
	margin: 0em;
	font-style: normal;
}
#derechos p
{
	margin-left:5em;	
}
#pie a
{
	color:#7B7A78;
	background-color:inherit;
	text-decoration: none;
}

#pie a:hover
{
	color:#4D56A0;
	background-color:inherit;
	text-decoration: underline;
}
#conformidad ul
{
	color: #7B7A78;	
	background-color:inherit;
	text-align: right;
}
#conformidad li
{	
	display: inline;
	margin: 0em;
	padding: 0em 1em 0em 1em;
	font-size: 0.62em;
	font-style: italic;
}


/* ----------------------------------------------------------------------------- *
 * Colores
 * ----------------------------------------------------------------------------- */
.blanco {
    color: #FFF;
}

.naranja {
    color: #F68618;
}

.azul {
    color: #4D56A0;
}

.gris {
    color: #7B7A78;
}


/* ----------------------------------------------------------------------------- *
 * Fieldset
 * ----------------------------------------------------------------------------- */
fieldset {
	border: solid #F68618 thin;
}

legend {
	color: #4D56A0;
	font-weight: bold;
}

.ftl {
	float: left;
}

.ftr {
	float: right;
}

/* ----------------------------------------------------------------------------- *
 * Noticias
 * ----------------------------------------------------------------------------- */
#sidebar .side-widget {
    
	
	max-width:100%;

}

#sidebar .side-widget_enlaces {

	float: left;
	width: 70%;
	margin-left: 1%;
}

#sidebar .side-widget_novedades {

	float: left;
	width: 100%;
}

.side-widget_enlaces {
    background: url('../imagenes/bg-hatch.gif') repeat scroll 0 0 transparent;
    border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin: 0 0 15px;
    padding: 0 10px 15px;
}

.side-widget_novedades {
    background: url('../imagenes/bg-hatch.gif') repeat scroll 0 0 transparent;
    border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin: 0 0 0px;
    padding: 0 10px 0px;
}

.side-widget_novedades h3 {
    background: url("../imagenes/h2line.gif") repeat-x scroll center bottom transparent;
    font-size: 1.1em;
    margin:0em;
    padding: 10px 0 5px;
    text-align: center;
	clear: both;
    text-transform: uppercase;
}

.side-widget_novedades ul
{
	margin-top: 0em;
	list-style-type:circle ;
}
.side-widget_novedades li
{
	margin-top: 0.4em;
	font-size: 0.90em;
	text-align: left;
}


.side-widget_enlaces h3 {
    background: url("../imagenes/h2line.gif") repeat-x scroll center bottom transparent;
    font-size: 1.1em;
    margin:0em;
    padding: 10px 0 5px;
    text-align: center;
	clear: both;
    text-transform: uppercase;
}

.side-widget_enlaces ul
{
	margin-top: 0em;
	list-style-type:circle ;
}
.side-widget_enlaces li
{
	margin-top: 0.4em;
	font-size: 0.90em;
	text-align: left;
}


.side-widget {
    background: url('../imagenes/bg-hatch.gif') repeat scroll 0 0 transparent;
    border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin: 0 0 15px;
    padding: 0 10px 15px;
}

.side-widget h2 {
    background: url("../imagenes/h2line.gif") repeat-x scroll center bottom transparent;
    font-size: 1.1em;
    margin:0em;
    padding: 10px 0 5px;
    text-align: center;
	clear: both;
    text-transform: uppercase;
}

.side-widget h3
{
	font-size:0.85em;
	text-transform:uppercase;
	margin:0em 0.3em 0em 0.3em;
}


.side-widget p 
{
	font-size:0.9em;
	margin:0em 0.3em 1.5em 0.5em;
}

.side-widget a
{
	color: #536288;
	background-color:inherit;
	text-decoration: none;
}

.side-widget img
{
	border:0;	
}

.side-widget ul
{
	margin: 0.4em 0em 1.5em 0em;
	padding:0em;
	list-style-type:none ;
}
.side-widget li
{
	margin: 0.4em 0.3em 0em 0.4em;
	font-size: 0.90em;
}

