/* CSS Document */
body {
    /*background: #f9faff url("/portalWebApp/framework/skins/portalSSPBicentenario/images/background.jpg") no-repeat fixed center top;*/
    background:#f5f5f5;
	color:#2F2F2F;
	margin:0;
	font: 1em Arial;
	font-family: Arial;
    text-align:center;
}

.cuerpo {
	width: 61em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
}

.ancho_contenido{
	width: 61em;
	background-color:#FFFFFF;
}

.contenido_principal {
	background-color: white;
	padding: 1em;
	width: 59em;
}

.ancho_header{
	width: 61em;
}

.barra_herramientas{
	height: 1.5em;
}

.caja_busqueda{
	margin-top: 2.5em; 
	margin-right: .8em;
}

.herramientas {
	width: 60em;
	float: right;
	padding-right: 1em;
	text-align: right;
	color: #0B4499;
    background-color:inherit;
}

.herramientas a {
	text-decoration: none;
	font-size: .8em;
	color: #0B4499;
    background-color:inherit;
}

.herramientas a:hover {
	text-decoration: none;
	color: #0F71FD;
}

.firma_busqueda {
	height: 4.9em;
	display: block;
	overflow: hidden;
	background-image: url(/portalWebApp/framework/skins/portalSSPBicentenario/images/logoSSP_hoz.png);
	background-repeat: no-repeat;
						  
}

.menu_principal {
	height: 2.5em;
	display: block;
	overflow: hidden;
	background-image: url(/portalWebApp/framework/skins/portalSSPBicentenario/images/fondo_menu.jpg);
	margin-top: 0;
}

.menu_principal ul{
	height: 2em;
	list-style:none;
	margin:0;
	padding:0;
	text-align: center;
}

.menu_principal li{
	display: inline-block;
	font-weight: bold;
	background-color: transparent;
	margin-bottom: 0;
}

.menu_principal li a{
	color: white;
    background-color:inherit;
	display:block;
	line-height: 2em;
	text-align:center;
	text-decoration:none;
	padding: 0px .5em;
}

.menu_principal li a:hover{
	text-decoration: none;
}
			
.menu_principal li ul {
    background: none repeat scroll 0 0 #0B4499;
    border-bottom: 2px solid #FFFF00;
    display: none;
    height: auto;
    margin-top: -1px;
    opacity: 0.95;
    position: absolute;
    visibility: visible;
    width: 12em;
    z-index: 200;
}


.menu_principal li:hover ul{
	display:block;
}

.menu_principal li li {
    background: url("/portalWebApp/framework/skins/portalSSPBicentenario/images/bullet_menu.png")        no-repeat scroll 6px 50% transparent;
    display: block;
    float: none;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 12em;
}

.menu_principal li ul a {
    display: block;
    font-size: 11px;
    font-style: normal;
    line-height: 1.5em;
    padding: 4px 15px;
    text-align: left;
}


.menu_principal li ul a:hover{
	opacity:1.0;
	/*filter:alpha(opacity=100);*/
	text-decoration: underline;
}

.letra_menu {
	font-size: .8em;
}

#pie { 
    color: gray; 
    display: table; 
    border-bottom-style: none; 
    padding-top: 0; 
    padding-bottom: 0; 
}


#pie a {
	color: gray;
	text-decoration: none;
	text-align: center;
}

#pie p {
	margin: 0;
	font-size: .8em;
	padding-top: .5em;
	padding-bottom: .5em;
	color: gray;
	text-align:center;
}

#pie_b {
    width: 61em; 
    background-image: url(/portalWebApp/framework/skins/portalSSPBicentenario/images/pie1.jpg); 
    height: .5em; 
    margin-right: auto; 
    margin-left: auto; 
}

#pie_d {
	margin-right: auto;
	margin-left: auto;
	background-color: #dedde0;
	height: 8em;
	background: url(/portalWebApp/framework/skins/portalSSPBicentenario/images/pie.jpg) center;
}

.modelo1_colD{
	width: 38em;
}

.modelo1_colG{
	width: 20em;
}

.modelo2_colB{
	width: 44em;
}

.modelo2_colK{
	width: 14em;
}

.home_t1{
	width: 59em;
}

.home_t2_colD{
	width: 100%;
}

.home_t6_colI{
	width: 18.5em;
}

.home_t6_colG{
	width: 20em;
}

.home_t3_colI{
	width: 18.5em;
}

.home_t3_colC{
	width: 39.5em;
}

.home_t1_colA{
	width: 59em;
}

.home_t12_colK{
	width: 14em;
}

.separador_columnas{
width:1em;
}

/*Pagina Intermedia*/

.paginaIntermediaSSP_colD{
    width: 38em;
}

.paginaIntermediaSSP_colG{
    width: 20em;
}

.paginaIntermediaSSP_colF{
    width: 29em;
}



/*Generales*/
a {
	text-decoration: none;
	color: #2F2F2F;
}

a:hover {
	text-decoration: underline;
	color: #0B4499;
	
}

h1 {
	color: #0B4499;
	text-transform: uppercase;
	margin-bottom: .3em;
	font: bold 1.6em/1em Arial;
	margin-top: 0;
}

h2 {
	color: #929292;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: .5em;
	font-size: 1.2em;
	margin-top: 0;
}

h3 {
	color: #3e8213;
	text-transform: uppercase;
	font: 0.9em/1em Arial;
	margin-bottom: 1em;
}

h3 a {
	color: #3e8213;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: none;
	color: #3e8213;
}

h1.opt,h4 {
	border-left-style: solid;
	border-left-width: 2px;
	padding-left: .3em;
	border-width: 2px;
	border-color: #e4e3e3;
	text-transform: uppercase;
	margin-top: .2em;
	margin-bottom: .5em;
	font-weight: bold;
	color: #0B4499;
	font-size: .9em;
}

h1.opt a {
	color: maroon;
}

h1.opt a:hover {
	text-decoration: none;
}

h5 {
	font-size: .7em;
	color: gray;
	font-weight: bold;
}

h5 a {
	color: gray;
	text-decoration: none;
}

h5 a:hover {
	text-decoration: underline;
}

h6 {
	font-size: .7em;
	color: #3e8213;
	font-weight: bold;
	margin-top: .2em;
	margin-bottom: .2em;
	margin-left: .5em;
}

hr {
	margin: 2em 1em;
}

ul {
	margin-left: .5em;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

li {
	line-height: 1.1em;
	list-style-position: inside;
	list-style-type: circle;
}

li li {
	list-style-type: disc;
	line-height: 1em;
	margin-bottom: .1em;
	padding-bottom: 0;
	list-style-position: inside;
}

/*Modelo 3*/
.modelo3_colA{
    width: 59em;
}

/*Estilos pagina de error*/
h1.error{
	font-size: 150%;
	color:black;	
}
h2.error{
	font-size: 90%;
	color: black;
	padding-bottom: 15px;
}
#error1{
	padding-left: 90px;
}
#error1 li, #error2 li{
	padding-bottom:15px;
}
#error2{
	padding-left: 50px;
}

/*Estilos para /galeria*/
.renglon {
margin-bottom:1em;
}

.cuadro_galeria{

float:left;
background-image:url("/portalWebApp/galeria/recursos/imagenes/fondo_gal.jpg");
width:59em;
font-size:1em;
min-height:15em;
text-align:center;
}

.cuadro_galeria_1{

float:left;
background-image:url("/portalWebApp/galeria/recursos/imagenes/fondo_miniaturas.jpg");
width:59em;
font-size:1em;
min-height:15em;
}

/* galeria de imagenes */

.galeria_buscador {
	background-image: url(/portalWebApp/galeria/recursos/imagenes/fondo_buscgal.jpg);
	overflow: hidden;
	padding:.4em 2em .4em 2em;
	height: 1.5em;
}
.texto_gal_2 {
	font-size:.8em;
	color:white;
	margin: 1em;
	text-align:left;
	text-transform:uppercase;
}
.texto_int_gal {
	font-size:.7em;
	color: #333;
	z-index:2;
	position:absolute;
	left: 12px;
	width: 196px;
	top: 153px;
	height: 57px;
	text-align:left;
}

.cuadro_gal img {
	position:relative;/*absolute*/
	height: 8em;
	width: 12em;
	z-index:2;
	margin:.3em;
}

.cuadro_gal {
	position:relative;
	width: 12.5em;
	height: 13em;
	margin-left:1em;
	margin-top:1em;
	padding: .5em;
	float:left;
}


.cuadro_gal .img_gal{
	position:absolute;
	display:none;/*agregado*/
	left:-1em;
	top:-1em;
	z-index:-1;
	width: 186px;
	height: 207px;
	text-align:center;
	background:#333333;
	color:#FFFFFF;
	opacity:.3;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	margin-left:1em;
	margin-top:1em;
	padding: 1em;
}
/*.cuadro_gal .img_gal a{
margin-top:8em;
display:block;
color:#FFFFFF;
text-decoration:none;
font-size:.8em;
}*/
.vgaleria{
margin-top:8em;
display:block;
color:#FFFFFF;
text-decoration:none;
font-size:.8em;
}

.cuadro_gal:hover .img_gal{
z-index:2;
display:block;/*agregado*/
}	
.gal_numero {
	font-size:.7em;
	border: 1px solid;
	text-align: center;
}

.gal_numero a:hover{
	text-decoration:none;
}

.boton_gal_f{
	background-image:url("/portalWebApp/galeria/recursos/imagenes/buscar_gal.jpg");
	color:#FFF;
	font-size:small;
	border: 1px solid #777;
}

.boton_gal_f_1 a{
	background-image:url("/portalWebApp/galeria/recursos/imagenes/buscar_gal.jpg");
	color:#FFF;
	font-size:small;
	padding: 1px 6px;
	border: 1px solid #777;
}

.boton_gal_f:hover{
	background-image:url("/portalWebApp/galeria/recursos/imagenes/buscar_gal.jpg");
	color:#FFF;
	font-size:small;
	cursor:pointer;
	
}

.boton_gal_f_1 a:hover{
	text-decoration:none;
	cursor:pointer;
	font-size:small;
}

.galeria_no_resultados{
	color:#444444;
	font-weight:bold;
}

.gal_meta {
	font-size:.7em;
	font-weight:bold;
	text-align: center;
	color:#444444;
}

.gal_numero_actualn{
	font-size:.7em;
	border: 1px solid #dddddd;
	text-align: center;
	color:#dddddd;
}

/* Alert Customizado */

#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	background-image:url(/portalWebApp/framework/skins/portalSSPBicentenario/images/tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	position:relative;
	width:300px;
	min-height:100px;
	margin-top:50px;
	border:2px solid #000;
	background-color:#F2F5F6;
	/*background-image:url(alert.png);*/
	background-repeat:no-repeat;
	background-position:20px 30px;
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0;
	font:bold 0.9em verdana,arial;
	background-color:#78919B;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}

#alertBox p {
	font:0.7em verdana,arial;
	height:50px;
	padding-left:5px;
	margin-left:55px;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:2px solid #000;
	width:70px;
	font:0.7em verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#78919B;
	text-decoration:none;
}