/* 
	proyecto: IPSST Site
	author: puntoAparte
	Stylesheet
*/

body {
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #155B86;
}
a { 
	color: #3C6491;
	background-color: inherit;
}

a:hover {
	color: #BF3E17;
	background-color: inherit;
}

h1 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #3C6491;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}
h3 {
	font-family: sans-serif;
	font-size: 11px;
	color: #990000;
	font-style: italic;
}


h1 a {
	color: #BF3E17;
	background: inherit;
	text-decoration: none;
}

h1 a:hover {
	color: #3C6491;
	background: inherit;
	text-decoration: none;
}

h2 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #11436C;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h2 a {
	color: #000000;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../../images/layout.gif);
	background-repeat: no-repeat;
	background-position: center left;
	
	padding: 0 0 0 20px;
}

h2 a:hover {
	background: url(../../images/layout_content.gif) no-repeat center left;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#header {
	background-image:url(../../images/cabecera_ipsst.jpg);
	clear: both;
	width: 750px;
	height: 120px;
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #BEBEBE;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content {
	background-color: #FFFFFF;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#botonera {
	position: relative;
	z-index: 50;
	clear: both;
	width: 800px;
	height: 433px;
	background-repeat: no-repeat;
	background-color: #00679A;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
/* botones encima de la botonera */
.boton-encabezado{
	text-align: center;
	display: block;
	height: 51px;
	width: 122px;
	padding: 0;
	position: absolute;
	z-index: 40;
	bottom: 0;
	background-position: top center;
	overflow: hidden;
	text-indent: -3333px;
}
.boton-encabezado:hover{
	background-position: bottom center;
}
/* seguro escolar */
.boton-seguro-escolar{
	left: 562px;
	background-image: url(../../images/boton-navegacion-seguro-escolar-2013.png);
}
/* Guía de prestadores */
.boton-prestadores{
	left: 440px;
	background-image: url(../../images/boton-navegacion-prestadores.png);
}

/* Consulta de Expedientes */
.boton-expedientes{
	width: 151px;
	height: 138px;
	bottom: 52px;
	left: 200px;
	background-image: url(../../images/boton-navegacion-expedientes.png);
}

/* Padrón de Afiliados */
.boton-afiliados{
	right: 0;
	width: 151px;
	height: 138px;
	bottom: 52px;
	left: auto;
	background-image: url(../../images/boton-navegacion-afiliados.png);
}

.slogan {
	float: right;
	border-left: 1px solid #CCCCCC;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#hmenu {
	float: none;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-left: auto;
}

#hmenu a {
	padding: 12px 13px 2px 11px;
	text-decoration: none;
	color: #414141;
	margin: 0 0 3px 1px;
	background-color: #E0E0E0;
	background-image: url(../../images/hmenuarrow.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C9C9C9;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#hmenu a:hover {
	color: #FFFFFF;
	border-bottom: 4px solid #2F4A6C;
	background-color: #0033CC;
	background-image: url(../../images/hmenuarrowhover.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#left {
	float: left;
	width: 220px;
	border: 1px solid #D1EBF3;
}

#leftmenu {
	margin: 0;
	padding: 0;
}

#leftmenu a {
	display: block;
	color: #666666;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
	background-color: #F1F1F1;
	background-image: url(../../images/vmenuarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#leftmenu a:hover {
	color: #FFFFFF;
	background-color: #2F7097;
	background-image: url(../../images/vmenuarrowhover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.leftarticle {
	background: #EEEEEE;
	color: #808080;
	line-height: 1.4em;
}

.leftarticle_ad {
	font: 140% Arial, Sans-Serif;
	font-weight: bold;
	border: 2px solid #EEEEEE;
	color: #808080;
	margin: 2px 0 2px 0;
	padding: 17px;
	width: 182px;
	height: 17px;
	background-color: #FFFFFF;
	background-image: url(../../images/seoad_II.jpg);
	background-repeat: no-repeat;
}

.leftarticle_ad a {
	background: transparent; 
	text-decoration: none;
}

#right {
	float: right;
	width: 520px;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #FFFFFF;
	border: 1px solid #D1EBF3;
}

#articles {
	width: 780px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 0px;
	background-position: left top;
	background-repeat: no-repeat;
}

#additional {
	clear: both;
	width: 730px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #999;
}

#links {
	clear: both;
	width: 730px;
	background: #3C6491 url(../../images/linksbg.gif) repeat-x top left;
	color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#whiteline {
	margin-top: 10px;
	border-top: 3px solid #FFFFFF;
}

#footer {
	width: 730px;
	background-color: #EEEEEE;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	overflow: hidden;
}

#footer p {
	padding-top: 10px;
	padding-bottom: 25px;
	line-height: 1.8em;
	color: #808080;
	background: #EEEEEE;
}

#footer a {
	color: #808080;
	background: inherit;
}

form.search { padding: 0; margin: 0; }

#searchform {
	background: #808080;
	color: #FFFFFF;
	padding: 5px 8px 5px 18px;
	margin: 0px;
}

input.text { margin: 0; padding: 0; width: 128px; border: 1px solid #eee; color: #000000; background: #d8d8d8; }
input.text:hover { border: 1px solid #FFFFFF; background: #EEEEEE; color: #000000; }
input.button { margin: 0; padding: 0 0 0 3px; font-size: 100%; font-family: Arial, Sans-Serif; border: none; background: none; color: #FFF; background: #808080; font-weight: bold; }
.date { margin: 5px 0 5px 0; padding: 10px 5px 5px 0; background: #FFFFFF url(../../images/horizontaldotted2.gif) repeat-x bottom left; color: #808080; text-align: right; }
.date a { color: #808080; background: #FFFFFF; }
