body
{
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px auto auto auto;
	color:#424849;
	font-size:13px;
	background: #7694C8;
}

.text-head {
    clear:both;
    width:99%;
    color: #ffffff;
    float:left;
    margin-left: 12px;
    
}

.cursiva {
font-style:italic;
color: #999999;
}

h1{
font-size:16px;
font-weight:bold;
color:#0f3753;
width: auto;
padding:0px 0 5px 0;
margin: auto;
text-decoration:none;
}
h2{
font-size:14px;
font-weight:bold;
color:#0f3753;
width: auto;
padding:5px 0 5px 0;
margin: auto;
text-decoration:none;
}
h3{
font-size:14px;
font-weight:bold;
color:#0464a1;
width: auto;
padding:5px 0 5px 10px;
margin: auto;
text-decoration:none;
}
p{
	font-size:13px;
	text-align:justify;
	padding:2px;
	margin:0px;
}
p.proposal_text{
width:170px;
font-size:11px;
text-align:justify;
padding:15px 0 0 15px;
margin:0px;
}
img.img_left{
float:left;
padding:0px 8px 8px 0px;
}
img.img_right{
float:right;
padding:0px 8px 8px 8px;
}
img.img_thumb{
float:left;
padding:10px;
}
img.img_big_pic{
padding:4px;
border:1px #CCCCCC solid;
}
#main_container{
	width:969px;
	overflow:hidden;
	margin:auto;
	padding:0px;
	background: #FFF;
}

#header{
	width:969px;
	height:100px;
	background:#3B5998;
	margin:auto;
	padding-top:10px;
	
}
#logo{
	width:500px;
	height:40px;
	float:left;
	margin-left: 10px;
	color: #ffffff;
}
.banner_adds{
	width:750px;
	height:70px;
	float:left;
}
/*---------------- menu tab----------------------*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
	font-size:11px;
	padding:0px;
	float:right;
	width:700px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:28px; background:#267cb2;}

/* style the sub-level lists */
.menu ul ul {width: auto;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	float:left;
	height:28px;
	line-height:28px;
	font-weight: bold;
	color: #FFF;
}

/* style the sub level list items */
.menu ul ul li {display:block;width: auto;height:auto;position:relative;line-height:1em; border-bottom:1px #2384BF solid;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:11px;text-decoration:none;color:#fff;background:#267cb2;padding:0 21px 0 17px;}
.menu a.current{background:#3da1e0;}
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#267cb2; color:#fff;width:12em;height:100%;line-height:1em; padding:0.5em 1em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#3da1e0;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#3da1e0;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#3da1e0;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#3da1e0;}

/* style the level hovers */
/* first */
.menu a:hover {
	color:#fff;
	background:#3da1e0;
	font-weight: bold;
}
.menu :hover > a {color:#fff;background:#3da1e0;}
/* second */
.menu ul ul a:hover{color:#fff;background:#3da1e0;}
.menu ul ul :hover > a {color:#fff;background:#3da1e0;}
/* third */
.menu ul ul ul a:hover {background:#3da1e0;}
.menu ul ul ul :hover > a {background:#3da1e0;}
/* fourth */
.menu ul ul ul ul a:hover {background:#eee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:28px;left:0;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}

/*------------------------------main content-----------------------*/
#main_content{
width:970px;
margin:auto;
clear:both;
background-color:#FFFFFF;
}
/*------------------------middle_content-----------*/
.column1{
	width:185px;
                height: auto;
	float:left;
	margin:0px;
	padding:10px 10px 10px 5px;
        background: #F3F5F6;
}


.column1 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.column1 li a {
    border-bottom: 1px dashed #999999;
    color: #595959;
    display: block;
    font: bold 13px Arial;
    padding: 4px 3px;
    text-decoration: none;
    width: 98%;
}

.column1 li a:hover {
    border-bottom: 1px dashed #999999;
    color: #ffffff;
    background: #3B5998;
    display: block;
    font: bold 13px Arial;
    padding: 4px 3px;
    text-decoration: none;
    width: 98%;
}

.column1 li a.seleccionado {
    border-bottom: 1px dashed #999999;
    color: #ffffff;
    background: #3B5998;
    display: block;
    font: bold 13px Arial;
    padding: 4px 3px;
    text-decoration: none;
    width: 98%;
}


.column2{
width:185px;
                height: auto;
	float:left;
	margin:0px;
	padding:10px 10px 10px 5px;
        background: #F3F5F6;
}
.column3{
width:320px;
float:left;
margin:0px;
padding:10px 10px 10px 5px;
}
.column4{
	width:750px;
	float:left;
	margin:0px;
	padding:10px 0px 10px 5px;
}
.left_box{
	width:100px;
	height:auto;
	float:left;
	padding-bottom:10px;
}
.rigth_box{
	width:180px;
	height:auto;
	float:right;
	padding-bottom:10px;
}
.top_left_box{
	width:180px;
	height:10px;
	float:left;
	background:url(images/top_box_bg.gif) no-repeat center;
}
.center_left_box{
	width:180px;
	height: auto;
	float:left;
	background:#F3F5F6 repeat-y;
	margin-right: auto;
	margin-left: auto;
}
.bottom_left_box{
	width:180px;
	height:10px;
	float:left;
	background:url(images/bottom_box_bg.gif) no-repeat center;
}
.box_title{
	width:180px;
	text-align:center;
	font-size:18px;
	color:#615357;
	padding:5px 0;
}
.box_title span{
font-weight:bold;
color:#d8325d;
}

.main_text_box{
padding:5px;
}
.proposal{
width:287px;
height:85px;
background:url(images/proposal_box.gif) no-repeat center;
background-position:0px 0px;
margin-left:15px;
margin-top:15px;
}
.title{
background-color:#385870;
text-align:left;
width:670px;
padding:5px 5px 5px 20px;
color:#FFFFFF;
font-weight:bold;
}
.small_title{
background-color:#385870;
text-align:left;
width:100%;
padding:5px 5px 5px 15px;
color:#FFFFFF;
font-weight:bold;
}
.title2{
background-color:#eef1f3;
text-align:left;
width:300px;
padding:5px 5px 5px 15px;
color:#d8325d;
font-weight:bold;
margin-left:5px;
}

/*-------------------details list----------------*/
.details_list{
padding:10px;
}
.details_list ul{
text-decoration:none;
list-style:none;
margin:0px;
padding:0px;
}
.details_list ul li{
padding:5px 5px 5px 25px;
background:url(images/bullet.gif) no-repeat left;
color:#333333;
}
.details_list ul li span{
color:#0464a1;
}
.button{
	width:60px;
	height:20px;
	background:url(images/blank_button.gif) no-repeat center;
	text-align:center;
	line-height:20px;
	font-weight:bold;
	font-size:11px;
	float: left;
}
.button a{
text-decoration:none;
color:#d8325d;
}
/*---------------offer_box----------------------*/
.offer_box{
width:320px;
height:106px;
background-color:#f3f5f6;
padding:10px;
margin:10px 0px 10px 0px;
}
.offer_box_wide{
width:310px;
height:106px;
float:left;
background-color:#f3f5f6;
padding:10px;
margin:7px;
}
.offer_box_wide_style1{
width:670px;
height:106px;
float:left;
background-color:#f3f5f6;
padding:7px;
margin:5px;
}
.offer_info{
padding:5px;
}
.offer_info span{
font-weight:bold;
color:#d8325d;
}
p.offer{
text-align:justify;
font-size:10px;
}
.more{
float:right;
padding:3px;
}
.more a{
color:#d8325d;
}
.more a:hover{
text-decoration:none;
}
.big_pic{
width:340px;
text-align:center;
padding:5px 0 5px 0;
}
.pictures_thumbs{
width:300px;
padding-left:40px;
}
/*------------------table style---------------*/
td{
	padding:5px;
}
th{
background-color: #333333;
padding:5px;
color:#FFFFFF;
}
tr.color1{
background-color:#F3F5F6;
}


/*-----------------form style--------------------*/
.form{
	width:170px;
	text-align:center;
	color:#615357;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}
.form_row{
	float:left;
	width:170px;
	text-align:left;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-right: auto;
	margin-left: auto;
}

select {
	width: 120px;	
}
label.left{
	float:left;
	width:100px;
	padding-top:3px;
	text-align:left;
}
label.left_long{
float:left;
width:90px;
padding-top:3px;
text-align:right;
}


.contact_information{
font-size:10px;
color:#385870;
text-align:left;
padding-left:20px;
}
.contact_information span{
color:#d8325d;
}


/*---------------------pagination-----------------------------*/

div.pagination {
	padding:5px;
	margin:5px;
	text-align:center;
	float:left;
	font-size:10px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	
	text-decoration: none; 
	color: #d8325d;
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #ddd;
	color: #fff;
	background-color: #d8325d;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	font-weight: bold;
	background-color: #d8325d;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	color: #ccc;
}
/*-----------------------contact------------------------*/
.contact_tab{
width:670px;
height: auto;
float:left;
background-color:#f3f5f6;
padding:8px;
margin:5px 5px 5px 0px;
}
.form_contact{
width:357px;
float:left;
text-align:center;
color:#615357;
padding:5px 0 5px 0;
}
.location_contact{
width:250px;
float:left;
padding:15px;
}
.form_row_contact{
float:left;
width:357px;
text-align:center;
padding:3px 0 3px 0;
}
input.form_input_contact{
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:250px;
float:left;
margin-left:10px;
}
select.form_select{
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:250px;
float:left;
margin-left:10px;
height:20px;
}


/*-------------------footer------------------------*/
#pie-ciudades{
	width:990px;
	height:60px;
	clear:both;
	font-size:11px;
	border-top:1px #eeabbd dashed;
	margin-right: auto;
	margin-left: auto;
}
#pie-ciudades a{
	font-size: 11px;
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}
/*-------------------footer------------------------*/
#footer{
	width:970px;
	height:41px;
	clear:both;
	font-size:11px;
	background-color:#666666;
	border-top:1px #eeabbd dashed;
	margin-right: auto;
	margin-left: auto;
}
ul.footer_menu {
list-style:none; float:right; display:block; width:550px;
margin:0px; padding:9px 20px 0 0px;
}

ul.footer_menu li {
display:inline; font-size:11px;}

a.nav_footer:link, a.nav_footer:visited {
display:block; float:left; padding:5px 6px 5px 10px; margin:0; 
text-decoration:none; color:#fff}

a.nav_footer:hover {
display:block; float:left; padding:5px 6px 5px 10px; margin:0;
text-decoration:underline; color:#ff;}

a.nav_footer:active {
display:block; float:left; padding:5px 6px 5px 10px; margin:0;
text-decoration:none;  color:#fff;}

#copyright{
float:left;
padding:0px;
}
.separa {
	font-weight: bold;
	color: #FFF;
}
.tablita {
	border: 1px solid #CCC;
}

.botones {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-image: url(sistema/images/blue.png);
	border: 2px solid #666;
	cursor: pointer;
	padding: 2px;
}

.textoblanco {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

.textonegro {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;  
}

.textoazul{
	font-size: 13px;
	font-weight: bold;
	color: #333399;
}

a.masinfo {
font-size: 13px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

a.masinfo:hover{
font-size: 13px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}


 a {
	color: #039;
	text-decoration: none;
}


.form_busca {
    
    background-color: #CEDCFA;
    border: solid 1px #638DED;
    width: 730px;
    padding: 5px;
    margin-bottom:10px;
    font-weight:bold;
    font-size: 13px;
}

a.pagina:link {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	background-color: #666;
	text-decoration: none;
}
a.pagina:visited {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	background-color: #666;
	text-decoration: none;}
a.pagina:hover {	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	background-color: #666;
	text-decoration: none; }
a.pagina:active {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	background-color: #CCC;
	text-decoration: none;
} #ul {
	float: left;
}
#wireframemenu{
	width: 160px;
}

* html #wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

#wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

#wireframemenu a{
	font: bold 13px Verdana;
	padding: 4px 3px;
	display: block;
	width: 98%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}

#wireframemenu a:visited{
color: #595959;
}
#wireframemenu a:active{
	background-color: #666;
	color: #FFF;
	font-weight: bold;
}
html>body #wireframemenu a{ /*Non IE rule*/
width: auto;
}

#wireframemenu a:hover{
	background-color: #666;
	color: #FFF;
	font-weight: bold;
}
#wireframemenu .seleccionado{
	background-color: #666;
	color: #FFF;
	font-weight: bold;
}

#wireframemenu a:active{
	background-color: #666;
	color: #FFF;
	font-weight: bold;
}
.botoncito {
	font-weight: bold;
	color: #333;
	font-size: 11px;
}
.texto14 {
	font-size: 14px;
}
.texto_cabe {
	font-size: 24px;
	font-weight: bolder;
	color: #FFF;
	font-variant: normal;
	font-style: italic;
}

a.ovalbutton{
background: transparent url('images/oval-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Arial; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('images/oval-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
padding-bottom:10px;
width: 100%;
}

.imgdestacada {
padding: 3px;
background: #f7f7f7;
border: solid 1px #cccccc;
}

a.p:link {
    color: #313399;
    text-decoration: none;
    font-weight: bold;
    font-size:13px;
}
a.p:visited {
    color: #313399;
    text-decoration: none;
}
a.p:active {
    color: #313399;
    text-decoration: none;
}
a.p:hover {
    color: #313399;
    text-decoration: underline;
}
a.ord:link {
    color: #000000;
    text-decoration: none;
     font-weight: bold;
     font-size:13px;
}
a.ord:visited {
    color: #000000;
    text-decoration: none;
}
a.ord:active {
    color: #000000;
    text-decoration: none;
}
a.ord:hover {
    color: #000000;
    text-decoration: underline;
} 
.paginador a:link, .paginador a:visited{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
.paginador span {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	background-color: #d5f6b1;
	margin: 2px;
	width: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px solid #d5f6b1;
}
.paginador span:hover {
	background-color: #73b531;
	cursor: pointer;
}
.paginador {
	width: auto;
	display: block;
}
.paginador span.current {
	background-color: #73b531;
}
.paginador span.pag {
	width: auto;
	padding-right: 3px;
	padding-left: 3px;
}
p.error  {
	color: #CC0000;
}
.pro_sitemap  a:link,  .pro_sitemap  a:visited {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.pro_sitemap  a:hover {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.ciu_sitemap a:link, .ciu_sitemap a:visited {
	font-size: 12px;
	color: #3B5998;
	text-decoration: none;
	font-weight: normal;
}
.ciu_sitemap a:hover {
	font-size: 12px;
	color: #CEDCFA;
	text-decoration: none;
}
p.errorE {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
p.correctoE {
	color: #006600;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

