* {
	margin: 0;
}
html, body {
	height: 100%;
}


body
{
	color: #006;
	background-color: white;
	margin: 0;
	padding: 0;	/*	 Necesario para el Opera */
	font-family: sans-serif, Arial;
}

a img
{
	border: 0;
	
}

.oculto, .imagenoculta
{
	display: none;
}

.accKey
{
	text-decoration:underline;
}

.boton {
    color: white;
    background: #5686FF;
    border: 1px solid #5686FF;
    padding: 0.2em;
    cursor: pointer;
}


/* ----------------------------------------------------------------------------- *
 * Estructura
 * ----------------------------------------------------------------------------- */
#contenedor
{

	color: inherit;
	position: relative;
	max-width:100%;
	font-size: 0.9em;
}
#destacado
{
	float: left;
	width: 25%;
	margin-left: 1%;
}

#principalInicio
{
	float: left;
	width: 75%;
	margin-left: 3%;
}

#principal
{
	float: left;
	width: 98%;
	margin-top: 2%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
}

#secundaria
{
	float: right;
	width: 20%;
    font-size: 0.9em;

}

#populares
{
	float: left;
	width: 12%;
	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: 35%;
	margin-left: 3%;
}
#derechos
{
	float:left;
	width: 32%;
	margin-left:1%;
	margin-right: 1%;
}
#conformidad
{
	float: left;
	width: 32%;
	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: 1em;
}

.cursiva
{
	color: 	#4D56A0;
	background-color:inherit;
	font-style: oblique;
	font-size: 1em;
}

.small
{
	font-size:0.60em;	
}

.negrita
{
    font-weight: bold;
}

/* ----------------------------------------------------------------------------- *
 * Cabecera del sitio principal.
 * ----------------------------------------------------------------------------- */

#cabecera
{
    /*background: url('../imagenes/fondo.png') repeat-x;*/

	line-height: 1.2em;
	height: 60px;
	margin: 0;
	text-align: left;
	position: relative;
    overflow: hidden;
    background: url('../imagenes/logoCongresoAzul.png') #000 no-repeat;
}

#logo-congreso
{
	float: left;
}


#cabecera h1
{
	color: #000;
	background-color: inherit;
	font-size: 2em;
	padding: 1.5em 1em 0.5em 0;	
	margin: 0; 				/* Necesario para que en Opera y FireFox
	   						   no separe toda la cabecera de arriba */
    float:left;
    margin-left: 1em;
}

#cabecera .subtitulo
{
	color: #fff;
	background-color: inherit;
	font: 1.5em sans-serif;
    margin: 0.2em;
    float: right;
}


/* ----------------------------------------------------------------------------- *
 * Títulos y párrafos
 * ----------------------------------------------------------------------------- */
.titulo {
    text-align: center;
    border-bottom: 1px dashed #00A;
}

h2, h3, h4, h5, caption
{
	clear: both;
	color: #00A;
	background-color:inherit;
}

#principal h2, #populares h2{
	margin:0;	
}

h1
{
	font-size: 1.6em;
}

h2
{
	font-size: 1.4em;
}

h3
{
	font-size: 1.2em;
	margin-bottom: 0.5em;
    font-style: oblique;

}

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 {
    
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -2em;
    background: url('../imagenes/fondoGris.png');
}

/* ----------------------------------------------------------------------------- *
 * Pie
 * ----------------------------------------------------------------------------- */
#pie
{
    border-top: 1px solid #00F;
	line-height: 1.1em;
	clear: both;
	background: #fff url('../imagenes/pie.png') repeat-x;
	overflow: hidden;
	color:#7B7A78;
    float: left;
    width: 100%;
    height: 2em;
	clear:both;
	position:relative;
	max-width:100%;
}


.push {
    height: 2em;
    clear: both;
}

#direccion p, #derechos p, #ultimaActualizacion p
{
	font-size: 0.62em;
	margin: 0em;
	font-style: normal;
}
#derechos p
{
	margin-left:5em;	
}

#ultimaActualizacion {
    float: right;
    margin-right: 1em;
}

#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: #00F;
}

.azul {
    color: #4D56A0;
}

.gris {

    color: #7B7A78;
}


/* ----------------------------------------------------------------------------- *
 * Fieldset
 * ----------------------------------------------------------------------------- */
fieldset {
	border: solid #4D56A0 thin;
}

legend {
	color: #4D56A0;
	font-weight: bold;
}


.entidad {
    margin-top: 1em;
    padding-top: 3em;
    clear: left;
}

.entidadLogo {
    margin-top: 1em;
    vertical-align: middle; 
    width: 40px;
    float: left;
}

.entidadTexto {
    margin-top: 1.6em;
    vertical-align: middle;
    font-size: 0.9em;
    margin-left: 0.5em;
    float: left;
}

.atc {
    text-align: center;
}

.atl {
    text-align: left;
}

.atr {
    text-align: right;
}

.obligatorio {
    color: red;
}

#busqueda {
    border: 2px solid #4D56A0;
    padding: 0.2px;
    font-size: 16px;
    height: 20px;
    padding: 0.2px;
}

/*
#divBusqueda
{
	width: 182px;
	height: 27px;
	background: url('../imagenes/cajaBusqueda.png') no-repeat;
	float: left;
    text-align: center;
}

#inputBusqueda
{
	width: 170px;
	height: 22px;
	background: none;
	border: none;
	color: #000000;
	margin-top: 5px;
	margin-left: 5px;
    outline: 0;
    font-size: 16px
}
*/
#buscador {
    height: 40px;
}

#inputBusqueda {
    font-size: 22px;
    vertical-align: middle;
}
#botonBusqueda {
    font-size: 18px;
    vertical-align: middle;
}

#noticias, #agenda_personal
{
    background: #FDD;
    padding: 0.5em;
    margin-bottom: 2em;
    min-height: 40px;
    vertical-align: middle;
}

.nuevoAutorDiv
{
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.nuevoAutor
{
    color: white !important;
    background: #5686FF !important;
    border: 1px solid #5686FF !important;
    padding: 0.2em;
    cursor: pointer;
    text-decoration: none;
}
.nuevoAutor a:hover
{
    color: white !important;
    background: #5686FF !important;
    border: 1px solid #5686FF !important;
    padding: 0.2em;
    cursor: pointer;
    text-decoration: none;
}

.programaPonencia
{
    font-variant: small-caps;
    font-size: larger;
}
.programaPonencia, .programaSubPonencia
{
    color: #36D;
    font-weight: bolder;
}
.programaTitulo
{
    color: #777;
}
.programaPonente, .programaCoordinador
{
    font-style: italic;
}
.programaPonente
{
    margin-left: 2em;
}
.programaFiliacion
{

}

.farmaindustriaOro
{
    margin-top: 2em;
    border-left: 6px solid #FFD700;
}
.farmaindustriaPlata
{
    margin-top: 2em;
    border-left: 6px solid #C0C0C0;
}
.farmaindustriaBronce
{
    margin-top: 2em;
    border-left: 6px solid #B8860B;
}
.farmaindustriaOtros
{
    margin-top: 2em;
    border-left: 6px solid #4D56A0;
}

.farmaindustriaOro img,
.farmaindustriaPlata img,
.farmaindustriaBronce img, 
.farmaindustriaOtros img
{
    padding: 0.6em;
    vertical-align: middle;
}

#menuPrograma
{
    margin-bottom: 2em;
}
#menuPrograma a
{
    border-bottom: 0px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}
#menuPrograma a :hover
{
    text-decoration: underline;
}