@import url(composicion.css);
@import url(limpiar.css);
/************************************************************
Diseño: Danilo Sarmiento
Email: danilo@intarmedia.net
***********************************************************
Estilos globales Emserpa ESP
------------------------------------------------------------------
General
-------------------------------------------------------------------*/
HTML
{
	height: 100%;
}
BODY
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #006699 url(../images/bg_body.png) repeat-x top;
	height: 100%;
}
H1
{
	font-size: 1.5em;
	padding: 5px 5px 5px 0;
	color: #069;
}
H2
{
	font-size: 1.2em;
}
H3
{
	font-size: 1em;
	padding: 0 0 10px;
	font-weight: bold;
}
/*Contenedor*/
#contenedor
{
	position: relative;
	min-height: 100%;
}
* HTML #contenedor
{
	height: 100%;
}
/*Cabecera*/
#cabecera
{
	/* background: url(../images/bg_cabeza.png) no-repeat bottom center; */
}
/*Menu*/
#menu
{
	background: url(../images/bg_menu.png) no-repeat top center;
}
.menu
{
	margin: 0;
	padding: 0;
	float: left;
	font: 500/12px Helvetica, Arial;
	width: 100%;
	overflow: hidden;
	border-width: 1px 0;
}
.menu LI
{
	display: inline;
	height: 40px;
}
.menu LI A
{
	float: left;
	color: #D3F2F2;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid #336ABC;
}
.menu LI A:hover, .menu LI .current
{
	color: #00153C;
	background: #3F7FFC repeat-x center center;
}
/*Contenido*/
#contenido
{
	margin: 5px auto;
}
.esquinas
{
	display: block;
}
.esquinas *
{
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: 0.01em;
	background: #FFFFFF;
}
.esquinas1
{
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #6D6D6D;
	border-right: 1px solid #6D6D6D;
	background: #BFBFBF;
}
.esquinas2
{
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #191919;
	border-right: 1px solid #191919;
	background: #CECECE;
}
.esquinas3
{
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
}
.esquinas4
{
	border-left: 1px solid #6D6D6D;
	border-right: 1px solid #6D6D6D;
}
.esquinas5
{
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
}
#esquinasfg
{
	background: #FFF url(../images/bg_bolivar.jpg) no-repeat bottom left;
	padding: 4px;
	min-height: 400px;
}
/*lateral*/
#lateral
{
	float: left;
	width: 220px;
	margin: 0 5px 0 3px;
	background: url(../images/bg_lateral.png);
	min-height: 370px;
}
/*iconmenu*/
#iconmenu
{
	margin:10px 15px;
	width: 215px;
	height: 330px;
}
/*links entidades*/
#goblinea
{
	float: left;
	width: 945px;
	height: 60px;
	border-top: 1px dotted #C2DCE4;
	margin: 5px;
}
#goblinea IMG
{
	display: inline;
	margin-right: 10px;
}
/*Pie*/
#pie
{
	position: relative;
	bottom: 0;
	font-size: 10px;
	background: url(../images/bg_pie.png) no-repeat center left;
	margin: 3px auto;
}
/*A CSS hack that only applies to IE -- specifies a different offset for the footer*/
* HTML #pie
{
	margin-top: -7.4em;
}
#menupie
{
	width: 500px;
	float: left;
	margin: 10px 5px 0 20px;
	height: 60px;
}
#menupie UL
{
	margin: 10px 30px 0 10px;
}
#menupie LI
{
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #FFF;
	line-height: 2em;
}
#menupie A
{
	color: #FFF;
	text-decoration: none;
}
#menupie A:hover
{
	color: #5E0802;
}
#pietxt
{
	float: right;
	width: 350px;
	height: 20px;
	margin: 15px 10px 0 55px;
}
#pietxt P
{
	line-height: 1.5em;
	text-align: right;
	color: #FFFFFF;
}
/*Tablas*/
.titulostablas
{
	font-size: 14px;
	line-height: 1.5em;
}
.tab_titulos
{
	background: #458;
	height: 25px;
	color: #FFFFFF;
}
.tab_titulos TD
{
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
}
.celda1
{
	background: #EEF;
	font-size: 12px;
	line-height: 1.5em;
}
.celda2
{
	background: #ADF;
	font-size: 12px;
	line-height: 1.5em;
}
/*Titulares inicio*/
#titularesinicio
{
	float: left;
	margin: 0 5px;
	width: 300px;
	padding: 0 3px 0 0;
	font-size: 12px;
	line-height: 1.3em;
}
#titularesinicio UL
{
	width: 300px;
}
#titularesinicio LI
{
	padding: 5px 0;
}
#titularesinicio P
{
	text-align: justify;
}
#titularesinicio A
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #0099CC;
	line-height: 1.2em;
}
#titularesinicio A:hover
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
#titularesinicio IMG
{
	width: 120px;
	float: left;
	background: #6D9CAB;
	padding: 3px;
	margin: 0 5px 5px 0;
	border: 1px solid #EDF8FC;
}
#titularesinicio IMG:hover
{
	width: 120px;
	background: #82D5F1;
}
/*Foto inicio*/
#fotoinicio
{
	background: #F7F7F7 url(../images/f_piedefoto.jpg) no-repeat bottom;
	font-size: 12px;
	float: left;
	width: 400px;
	margin: 0 5px 5px;
}
#fotoinicio IMG
{
	width: 400px;
}
#fotoinicio P
{
	padding: 5px;
	line-height: 1.5em;
	font-size: 11px;
}
/*Banners*/
#banners
{
	width: 200px;
	float: left;
	margin: 5px 0;
}
/*Destacados*/
#destacados
{
	float: left;
	width: 360px;
}
#destacados LI
{
	background: url(../images/cuadrado_azul.png) no-repeat 0px 7px;
	padding-left: 17px;
	margin-bottom: 10px;
}
#destacados A
{
	color: #006666;
	text-decoration: none;
	font-size: 12px;
}
#destacados A:hover
{
	color: #FF0000;
	text-decoration: none;
}
/*lineas*/
#lineas
{
	width: 400px;
	margin-top: 5px;
}
#lineas P
{
	background: url(../images/f_lineas.png) no-repeat;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 0px 0px 5px;
}
/*Fotos*/
#fotodetalle
{
	float: right;
	width: 404px;
	margin: 0 0 5px 5px;
	padding: 2px;
	background-color: #F3F3F3;
	border-bottom: 3px solid #666666;
}
#fotodetalle IMG
{
	width: 400px;
	border: 1px solid #003366;
}
#fotodetalle P
{
	font-size: 11px;
}
/*Detalles notas*/
#n_detalle
{
	padding: 5px 15px;
	width: 630px;
	float: left;
}
#n_detalle P
{
	line-height: 1.5em;
	margin-bottom: 10px;
	text-align: justify;
	font-size: 14px;
}
#n_detalle UL
{
	margin: 2px 0 5px;
}
#n_detalle LI
{
	list-style: disc inside;
	font-size: 13px;
	line-height: 1.2em;
	margin: 0 0 0 15px;
}
/*Foto interna*/
#fotointerna
{
	width: 360px;
	margin: 5px 0 5px 5px;
	float: right;
	background: #1B334A;
	border-bottom: 3px solid #0882F6;
}
#fotointerna IMG
{
	width: 350px;
	padding: 4px;
	background: #E6E6E6;
	border: 1px solid #999;
}
#fotointerna P
{
	font-size: 11px;
	padding: 3px;
	color: #E6EDF3;
}
.titularfecha
{
	font-size: 9px;
	font-style: italic;
}
#detalle_galeria
{
	float: left;
	width: 450px;
}
#detalle_archivos
{
	float: left;
	width: 450px;
}
/*lista titulares detalle*/
#titulares_detalle
{
	padding-top: 10px;
	float: left;
	width: 270px;
}
/*Relacionadas*/
#cat_relacionadas
{
	width: 310px;
	float: left;
	padding: 10px 5px 0 10px;
}
#cat_relacionadas UL
{
	list-style: none;
	padding: 5px 10px;
	line-height: 1.3em;
}
#cat_relacionadas LI
{
	background: url(../images/cuadrado_naranja.png) no-repeat 0px 7px;
	padding-left: 17px;
	margin-bottom: 10px;
}
#cat_relacionadas A
{
	color: #006666;
	text-decoration: none;
	font-size: 13px;
}
#cat_relacionadas A:hover
{
	color: #FF0000;
	text-decoration: none;
	font-size: 13px;
}
/*lista titulares por categoria*/
#titulares_lista
{
	padding: 10px 0 0 10px;
	float: left;
	width: 100%;
}
#titulares_lista UL
{
	list-style: none;
	padding: 5px 10px;
	line-height: 1.3em;
}
#titulares_lista LI
{
	background: url(../images/cuadrado_azul.png) no-repeat 0px 7px;
	padding-left: 17px;
	margin-bottom: 10px;
}
#titulares_lista A
{
	color: #006666;
	text-decoration: none;
	font-size: 13px;
}
#titulares_lista A:hover
{
	color: #FF0000;
	text-decoration: none;
	font-size: 13px;
}
/*Archivos*/
#archivos
{
	width: 100%;
}
#archivos H2
{
	margin-top: 20px;
}
#archivos UL
{
	padding: 5px 10px;
	line-height: 1.3em;
}
#archivos LI
{
	list-style: none;
	background: url(../images/cuadrado_verde.png) no-repeat 0px 7px;
	padding-left: 17px;
	margin-bottom: 10px;
}
#archivos H2
{
	font-size: 16px;
	font-weight: bold;
}
#archivos A
{
	color: #069;
	text-decoration: none;
}
#archivos A:hover
{
	color: #F00;
}
/*Formularios*/
#formularios
{
	float: left;
	margin-top: 10px;
	width: 100%;
	height: 100%;
}
#formularios H4
{
	margin: 10px;
	padding-top: 20px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CC9;
	font-size: 16px;
}
#formularios FORM
{
	padding: 15px 5px 15px 10px;
	font-size: 12px;
}
#formularios INPUT, TEXTAREA, SELECT
{
	border-top: 1px solid #BFFCC9;
	border-right: 1px solid #BFFCC9;
	border-bottom: 1px solid #34D57E;
	border-left: 1px solid #34D57E;
	color: #3F4A73;
	padding: 2px 2px 2px 4px;
	margin-top: 10px;
}
#formularios INPUT:focus, TEXTAREA:focus
{
	background: #EFFDFD url();
	border: 1px solid #85EE9C;
	color: #0A3F05;
}
#formularios INPUT#submit
{
	width: 130px;
	height: 25px;
	background: #33AA30 no-repeat 6px 9px;
	padding: 2px 0px 3px 5px;
	color: #FFF;
	text-align: left;
	margin-left: 10px;
	border: none;
}
#formularios INPUT#submit:focus
{
	background: #68F286 6px 9px;
}
/*Contacto error*/
#contacto_validar
{
}
#contacto_validar
{
	width: 500px;
	margin: 200px auto 0;
	background: #E5E5E5 url(../images/Error.png) no-repeat right;
	border: 1px dashed #776363;
	padding: 35px;
}
#contacto_validar H1
{
	color: #F60D0D;
	font-weight: bold;
}
#contacto_validar P
{
	margin-left: 160px;
}
/*Contacto validado*/
#contacto_check
{
	width: 500px;
	margin: 200px auto 0;
	background: #E5E5E5 url(../images/Good.png) no-repeat right;
	border: 1px dashed #776363;
	padding: 40px;
}
#contacto_check H1
{
	color: #39A328;
	font-weight: bold;
}
#contacto_check P
{
	margin-left: 160px;
}
/*galeria*/
#galeria
{
	width: 400px;
	display: block;
}
.linizq
{
	background: #332FEE;
	color: #FFFFFF;
	font-weight: bold;
	width: 100px;
	padding: 0 5px;
	margin: 0 0 0 5px;
}
.linder
{
	background: #CBCDFE;
	padding: 0 5px;
}
/*Mapa sitio*/
#mapasitio
{
	padding-top: 10px;
}
#mapasitio UL
{
	padding: 5px 10px;
	line-height: 1.3em;
}
#mapasitio LI
{
	list-style: none;
}
#mapasitio .rojo
{
	background: url(../images/cuadrado_rojo.png) no-repeat 0px 7px;
	padding-left: 17px;
	margin-bottom: 10px;
}
#mapasitio .azul
{
	background: url(../images/cuadrado_azul.png) no-repeat 0px 7px;
	padding-left: 17px;
	margin-bottom: 10px;
}
#mapasitio .verde
{
	background: url(../images/cuadrado_verde.png) no-repeat 0px 7px;
	padding-left: 17px;
	margin-bottom: 10px;
}
#mapasitio A
{
	color: #006666;
	text-decoration: none;
}
#mapasitio A:hover
{
	color: #FF0000;
	text-decoration: none;
}
/*Secciones*/
.linkseccion
{
	font-size: 14px;
	margin: 10px;
}
.linkseccion LI
{
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #000000;
	list-style: none;
}
.linkseccion A
{
	color: #0099CC;
	text-decoration: none;
}
.linkseccion A:hover
{
	color: #FF9900;
}
/*Funcionarios*/
#funcionario_principal
{
	width: 500px;
	float: left;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#funcionario_principal H3
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
#funcionario_foto
{
	width: 200px;
	float: left;
}
#funcionario_foto IMG
{
	width: 190px;
	margin: 4px;
	padding: 3px;
	background: #EFEFEF;
	border: 1px solid #999;
}
#funcionario_detalles
{
	float: left;
	width: 540px;
	margin: 0 0 0 10px;
}
#funcionario_detalles A
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
}
#funcionario_detalles A:hover
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #F00;
}
#funprin, #fund
{
	overflow: auto;
	width: 250px;
	height: 200px;
	margin-top: 5px;
	padding: 0 5px;
}
.titulosh2
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
/*funcionarios detalles*/
#funcionarioini
{
	width: 230px;
	float: left;
	margin-top: 5px;
}
#funcionarioini P
{
	font-size: 12px;
	line-height: 1.3em;
}
.funcionarios
{
	font-size: 12px;
	background-color: #EBF5F5;
	margin-bottom: 3px;
	padding: 5px;
}
.funcionarios P
{
	line-height: 1.2em;
	margin: 0 0 5px;
}
.funcionariostitulo
{
	font-size: 14px;
	background-color: #0099CC;
	color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	padding: 5px 0 3px 3px;
}
.funcionarios A:link
{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
}
#funcionarios_detalle
{
	float: left;
	padding: 5px;
}
#funcionarios_detalle H3
{
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}
#funcionarios_detalle IMG
{
	float: right;
	width: 350px;
	margin: 0 0 5px 5px;
}
#funcionarios_detalle P
{
	margin-bottom: 8px;
	text-align: justify;
	font-size: 13px;
	line-height: 1.5em;
}
.enviarcorreo
{
	background: url(../images/e_correo.gif) no-repeat left;
	padding-left: 20px;
}
