@charset "UTF-8";
/* CSS Document */

/* reseteamos inicialmente */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* GENERALES */

body {
	background: #BFDFFF url(imgs/flechuni.gif) no-repeat 280px 120px;/*35444D*/
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size:1em;
}

#cabecera {
	background: #BFDFFF url(imgs/cabecera-bg.png) no-repeat scroll 560px 25px;
	
}
#container {
	background-color: transparent;
	background:#09519F url(imgs/content-bg.gif) repeat scroll 0%;
	/*width: 688px;*/
	width:43em;
	/*margin:15px 25px;*/
	margin:15px 0px 15px 25px;
}


/* NAVEGACION CERO */
#level0_nav {
	color:#FFF;
	/*background-color: #BFDFFF;*/
	
	float:right;
	font-size:.7em;
	font-weight:bold;
	
	padding-top:90px;
}
#level0_nav a {
	font-weight:normal;
	color:#002B64;
}
#level0_nav a:hover {
	color:#FFF;
}

/* PRIMERA NAVEGACION */
#nav {
	background: #BFDFFF url(imgs/nav-bg.png) repeat-x left bottom;
	height:25px;
	padding-left:35px;
}
#nav ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
    text-indent:0px;
}
#nav li {
	background: transparent url(imgs/butt-left.png) no-repeat left top;
    height:25px;
    line-height:25px;
	margin-left:10px;
	float:left;
	width:auto;
}
#nav li.actual {
	background: transparent url(imgs/butt-left-selected.png) no-repeat left top;
}

#nav li a {
	background: transparent url(imgs/butt-right.png) no-repeat right top;
	color: #002B64;
    font-size: 14px;
	font-weight:bold;
	height:25px;
	font-family: "Trebuchet MS";
	text-transform:uppercase;
    text-decoration:none;
    height:100%;
    padding:5px 1em;
}
#nav li a.current {
	background: transparent url(imgs/butt-right-selected.png) no-repeat right top;
	color:#FFF;
}

#nav li a:link,
#nav li a:visited {
    background-color: transparent;
}
#nav li a:hover,
#nav li a:active {
    color:white;
    background-color:transparent;
}



/* CONTENIDO */
#content {
	background:#09519F url(imgs/content-bg.gif) repeat scroll 0%;
	color:#e0e0e0;
	font-size:0.8em;
}

#content h1 {
	color:#FFF;
	border-bottom: 1px solid #FFF;
	font-family:Arial;
	font-size:1.2em;
	padding: .5em 1em;
	width:auto;
}
.pad_box {
	padding:15px 0px 15px 25px;
}
/* ACCORDION */
.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}
.resaltado {
	
	color:#FFF;
	font: 18px "Arial Rounded MT Bold",Arial,Helvetica,sans-serif bold; 

}
.texto_resalt {
	font-size: large;
	color: #5299D8;
}

h2.seccion {
	padding: 25px 0px 0px 25px;	
}


/* ACCORDION  */



.header:hover{
	background-color:#666;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#CCC;
	padding:4px;
}
#basic-accordian{
	background:#09519F url(imgs/content-bg.gif);
	position:relative;
	width:688px;
	z-index:2;
}

.accordion_headings{
	padding:5px;
	background:#99CC00;
	color:#002b64;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background: transparent url(imgs/subnav-bg.png) repeat-x top left;
}

.accordion_child{
	padding:15px;
}

.accordion_child p {
	padding:15px;
}




.accordion_child img {
	float:right;
	padding: 0px 15px;
	margin-top: 15px;
}

.header_highlight{
	background: #FFF url(imgs/header_highlight.png) no-repeat bottom center;
}

.tab_container *{
	color:#002b64;
	float:left;
	font-style:italic;
	padding-left:2em;
	padding-right:2em;
	text-transform:capitalize; 
}

.clearer {
	clear:both;
}


/* DIV DOBLE PARA SERVICIOS */


.envolve_doble {

	background-color: transparent;
	margin:10px 15px 15px; 
}
.doble {
	background:#1e366e; 
	position:relative; 
	height:246px; 
	min-height:246px; 
}
.doble p {
/*	font: 105% normal; */
	color:#cCcCEC; 
	margin:0px 0px 8px 0px;
	padding-bottom:0px;
}

.doble .mod_grafico_foto {
	float:right; 
	display:inline; 
	margin-left:10px; 
	width:294px; 
	height:246px; 
}
.doble .mod_grafico_foto img{ 
	display:block; 
	padding:0px;
	margin:0px;
}
.doble .mod_grafico_txt {
	width:294px; 
	position:absolute; 
	bottom:10px; 
	left:10px; 
	display:block; 
	height:auto;
}
.doble .mod_grafico_txt2 {
	width:250px; 
	border: 1px solid #FFF;
	padding: 50px;
	position:absolute; 
	display:block; 
	height:180px;
	margin: 2em 0px 0px 4em;
	padding:1em 260px 0px 0px;
}

.doble .limpiar {
	height:auto; 
}

.doble h2 {
	color:#5299D8;
	font-size:150%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:102%;
	margin:0px;
	padding-left:15px;
}

/* SECCION LOCALIZACION */

#direcciones {
	/*border: 1px solid #FFF;*/
	margin-right:25px;
	margin-top:-20px;
	
	display:inline;
 	width: 190px; 
	float:right; 
}
#direcciones h1 {
	border-bottom: 1px solid #FFF;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
}
#direcciones h2, a {
	color:#78BD19;
	padding:.5em;
	text-align:center;
}
#direcciones p {
	line-height:1.2em;
	text-align:center;
	padding-bottom:5px;
}

#goog_map {
	float:left;
}

#goog_map small a{
	color:#78BD19;
	
	font-weight:bold; 
	text-decoration:none;
}
/* FORMS CSS */


/* HTML TAGS */


/* IDs */

#columnarForm {
	width:100%;
}

#columnarForm fieldset
{
	float: left;
	display: block;
	width: 18em;
}

#columnarForm fieldset.radio
{
	width: 15em;
}

#columnarForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#columnarForm fieldset.radio label
{
	font-weight: normal;
}

#columnarForm input
{
	display: block;
	width: 20em;
}
#columnarForm input#ContactoSolicitado
{
	display:inline;
	width: auto;
}
#columnarForm span#contacto
{
	color:#FFF;
}
#columnarForm label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
	color:#CCCCeC;
}

#columnarForm label.first
{
	padding-top: 1em;
}

#columnarForm select
{
	display: block;
}
#columnarForm legend {
	color:#FFF;
	font-family:"Trebuchet MS";
	font-size:.8em;
	font-style:italic;
	padding:.5em;
	text-transform:uppercase;
	margin-bottom:.5em;
}


/* CLASSES */

.column_form {
	background:#1E366E;
	border: 1px solid #FFF;
	
	color:#002B64;
	width:22.5em;
	height:auto;
	
	float:left;
	
	margin-right:15px;
	
	padding:15px;
	padding-right:0px;
}
.column_form_right {
	margin-right:0px;
}
.right {
	float:right;
}

.left {
	float:left;
}

/**/


#footer{
	background:#053d7e;
	color: #CCC;
	font: .7em Arial, Helvetica, sans-serif;
	height:8em;
	padding:15px;
	position:relative;
	margin-top:15px;
}

#footer p{
	
	padding-top:10px;
}

/*  */

.other_headings{
	background: #FFF url(imgs/subnav-bg.png) repeat-x top left;
	padding:1em 2em;
	color:#002b64;
	font-style:italic;
	font-weight:bold;
}
