@charset "utf-8";
/* CSS Document */

body, html
{
	height:100%;
	width:100%;
}

div
{
	overflow:hidden;	
}

body
{
	background-color:#404040;
	margin:0px;
	padding:0px;
	font-size:13px;
	color:#3F3F3F;
}

h1 
{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:20px;
	font-weight:bold; 
	color:#FFFFFF;
}

h1.banner
{
	color:#404040;
	font-size:12px;
	padding-left:15px;
	font-weight:bold; 
}

h2
{
	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-weight:normal;
	font-size:24px;
	color:#8CC53F;
	text-align:left;
	padding-left:15px;
	letter-spacing:-1px;
	margin-top:-10px;
	padding-top:0px;
}

h3
{
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006699;
}

h5
{
	font:20px "Century Gothic", Arial, Helvetica, sans-serif ;
	font-weight:bold;   
	padding-left:15px;
}


#container
{	
	width:100%;
	height:auto;
	overflow:hidden;
}

#body-content
{
	width:100%;
	height:auto;
	background:#FFF;
}

#content
{
	padding: 10px;
	padding-top:25px;
	width:750px;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333333;
	text-align:Justify;
}

#content p.inerContent
{
	padding:0px 20px;
	font-size:13px;
	color:#3F3F3F;
}

#titulo
{
	width:700px;
	height:50px;	
}

#titulo img
{
	margin: 10px 0px 0px 0px;
	float:right;
}

	
#header
{
	background-color:#FFFFFF;
	width:100%;
	margin:0px;
}

#header ul 
{
	/*border:#FF0000  dotted 1px;*/
	margin: 0px auto;
	height:40px;
	width:775px;
	padding-top:0px;
	list-style:none;
}

#header li
{
	display:inline;
	font-weight:bold;
}

#header li a, #header li a:visited 
{
	margin:2px 2px 0px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	color:#FFFFFF;
	display:block;
	height:26px;
	text-align:center;
	line-height: 25px;
	color:#FFFFFF;
	text-decoration:none;
}
/* --------------------------- RIBBON ----------------------------------------*/

.ribbon
{
    top:0px;
	right:0px;
	position:fixed;
}

.ribbon img
{
	border:none;	
}

/* --------------------------- MENU BUTTONS ----------------------------------*/

#header li.home a { width:75px; }
#header li.home a:hover { background:url(../images/home_hover.png) no-repeat;}
#header li.home a.choise { background:url(../images/home_choise.png) no-repeat;}

#header li.quienes a { width:130px; }
#header li.quienes a:hover { background:url(../images/quienes_hover.png) no-repeat;}
#header li.quienes a.choise { background:url(../images/quienes_choise.png) no-repeat;}

#header li.seguros a { width:160px; }
#header li.seguros a:hover { background:url(../images/seguros_hover.png) no-repeat;}
#header li.seguros a.choise { background:url(../images/seguros_choise.png) no-repeat;}

#header li.ubicacion a { width:95px; }
#header li.ubicacion a:hover { background:url(../images/ubicacion_hover.png) no-repeat;}
#header li.ubicacion a.choise { background:url(../images/ubicacion_choise.png) no-repeat;}

#header li.contacto a { width:88px; }
#header li.contacto a:hover { background:url(../images/contacto_hover.png) no-repeat;}
#header li.contacto a.choise { background:url(../images/contacto_choise.png) no-repeat;}

#header li.trabajo a { width:145px; }
#header li.trabajo a:hover { background:url(../images/trabajo_hover.png) no-repeat;}
#header li.trabajo a.choise { background:url(../images/trabajo_choise.png) no-repeat;}


#logo-spacer
{
	background:#FFFFFF;
	background-repeat:no-repeat;
	height:150px;
	width:100%;
}

#logo-home
{	
	background-image:url(../images/home_sup.png);
	height:26px;
	width:74px;
	background-position:top;
	background-repeat:no-repeat;
	float:right;
}

#logo-contacto
{	
	background-image:url(../images/contacto_sup.png);
	height:26px;
	width:74px;
	background-position:top;
	background-repeat:no-repeat;
	float:right;
}

#logo
{
	background-image:url(../images/logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:150px;
	width:750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#boton
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#FFFFFF;
	float:left;
	height:30px;
	width:auto;
}

#menuLateral
{
	height:35px;
	padding-top:5px;
	width:100%;
	background-repeat:repeat-x;
	background-image:url(../images/menu_bg.png);
}

#menu
{
	width:800px;
	height:30px;
	margin:0px auto;
}

#banner
{
	height:160px;
	width:750px;
	margin: 0px auto;
}

#spacer
{
	float:left;
	height:30px;
	width:35px;
}

#logos
{
	background-image:url(../images/logos.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:555px;
	height:55px;
	margin: 0px auto;
}
	
#top-footer
{
	background-color:#FFFFFF;
	background-image:url(../images/sombra_upper.jpg);
	background-repeat:repeat-x;
	height:60px;
	width:100%;
}

#footer
{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-image:url(../images/footer_shadow.png);
	background-repeat:repeat-x;
	background-color:#404040;
	width:100%;
	padding-bottom:20px;
}

#footer strong
{
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}

#footer a, #footer a:visited
{
	color:#FFFFFF;
}

#footer a:hover
{
	text-decoration:none;
	color:#FFFFFF;
}


#footer p.submenu a
{
	display:inline-block;
	padding:0px 15px;
	border-left:1px solid #FFF;
}
#footer p.submenu a.init
{
	border:0px;
}
/* -----------------------------------------------------Quienes Somos*/

#imgQuienes
{
	margin:20px;
	border:#FFFFFF 6px solid;
}


/*----------------------BANNER VERTICAL-------------------------*/

.bannerVertical img
{
	float:left;
	position:relative;
	padding:10px;
}

.bannerVertical
{
	width:250px;	
	float:left;
}

.bannerVertical p 
{
	font-size:12px;
	font-weight:normal;
	color:#404040;
	display:block;
	width:220px;
	padding:10px;
	padding-top:0px;
	margin-top:-10px;
}

.bannerVertical img
{
	border-width:0px;
	border-style:none;
}

.bannerBtn
{
	display:block;
	width:121px;
	font-size:12px;
	color:#3F3F3F;
	text-decoration:none;
	font-weight:bold;
	margin-left:10px;
	padding-left:10px;
	height:17px;
	padding-top:3px;
}

.bannerBtn:hover{ background-image:url(../images/bannerBtn.jpg);  background-position:0px 0px;}
.bannerBtn:active{ background-image:url(../images/bannerBtn.jpg); background-position:0px -20px;}

#imgContainer
{
	margin:0px auto;
	width:750px;
}



/* -------------------------------SEGUROS -----------------------------------------*/

.divSeguros
{
	width:700px;
	background:#FFFFFF;
	padding:20px 10px;
	border-bottom:#999999 dashed 1px;
}

.divSeguros:hover
{
	background-color:#F8F8F8;
}

.divSeguros h2
{
	padding:0px;
	margin:0px;
}

.imgDesc
{
	float:left;
	padding-right:10px;
	width:205px;
	height:135px;
}

.contSeguros
{
	font-weight:normal;
	float:left;
	font-size:13px;
	color:#3F3F3F;
	width:470px;
}


.contSeguros a
{
	float:right;	
}

.verMas
{
	border:0;
	float:right;
	margin-bottom:5px;
}

.tituloSeguros
{
	width:450px;
	color:#006699;
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	height:30px;
	margin-bottom:10px;
	position:relative;
}


/* ---------------------------  INVERSION ---------------------------------------- */

table.inversion th
{
	background:#8DC63F;
	color:#3f3f3f;
	font-size:16px;
	font-weight:bold;
	width:100%;
	border:1px solid #009444;
	text-align:center;
	padding:5px 0px 5px 0px;
	margin-bottom:10px;
}

table.inversion 
{
	font-size:12px;
	font-weight:normal;
	width:680px;
	margin:0px auto;
	margin-top:20px;
	margin-bottom:20px;
}

table.inversion td 
{
	border:#8DC63F solid 1px;
	padding-left:10px;
	border-spacing: 2em;
}

table.inversion td p
{
	margin:0px;
	padding:5px;
	color:#3f3f3f;
}

table.inversion td.color
{
	background:#FFFFFF;
}

table.inversion td.alterno
{
	background:#D1E8B3;
}

table.logos 
{
 	width:700px;
	margin:20px;
}

table.logos td
{
	width:20%;
}

/* ----------------------------- RETIRO ------------------------------------- */

li
{
	list-style-image:url(../images/listStyle.jpg);
	font-size:13px;
	color:#3F3F3F;
}








/* ---------------------------  UBICACION ----------------------------------------*/

#mapa
{
	position:relative;
	text-align:center;
}


/*------------------------------CONTACT FORM----------------------------------*/

.contEtiqueta
{
	padding-bottom:5px;
}

.etiqueta
{
	float:left;
	width: 80px;
	font-weight:600;
}

.mensaje
{
	width: 80px;
	padding-top:10px;
	float:left;
}

.itext
{
	width: 300px;
}

.radioButton
{
	width:100px;
	min-width:70px;
}


form
{
	width:400px;
	padding:20px 20px 20px 20px;
	margin:20px auto;
}



#validator
{
	font-weight:bold;
	text-align:right;
	padding:10px 0px 10px 0px;
	color:#FF0000;
}
