* { padding:0; margin:0;}
body
{
	background-color:#fff;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px auto auto auto;
	color:#424849;
	font-size:13px;
	display: inline;
}
h1{
font-size:16px;
line-height:18px;
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:11px;
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:970px;
height:auto;
margin:auto;
padding:0px;
}
#header{
width:970px;
height:80px;
background-color:#05619b;
overflow:hidden;
}
#logo{
width:147px;
height:78px;
float:left;
padding:20px 0 0 35px;
}
.banner_adds{
height:20px;
float:right; 
width:680px;
}
/*pop ups*/
.modal { background:#5d5f60; opacity:0.5; filter: alpha (opacity=50); width:100%; height:100%; position:absolute; z-index:9900; display:table-cell; top:0; left:0;}
.spacing { padding:12px;}
.popup.login { background:#fff; width:390px; height:380px; position:absolute;top:10px; left:50%; z-index:9999; margin:1px 0 0 -195px}
.popup.login .close { float:right; font-size:9px; color:#0e425f;}
.popup.login h2{ text-align:center; background-color:#ef8615; width:361px; height:25px; padding-top:2px; overflow:hidden; vertical-align:top; margin-top:10px} /*background:url(/imgs/login-bg-title.gif)*/
.login p { font-size:11px; padding:10px;}
.row { margin-bottom:10px;}
.row.center { text-align:center;}
.label { width:100px; text-align:right; margin-right:10px; float:left;font-size:11px;}
.txt { border:solid 1px #d6d3d3; width:170px;}
.btn { background:url(/imgs/btn-login.gif); width:104px; height:26px; line-height:26px; color:#dd2200; font-size:12px; margin:0 5px; border:none;}
/*pop ups*/
/*---------------- 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 */
.blue {float:right; width:700px; overflow:hidden}
.menu {font-size:13px;padding:0px; float:right; width:700px;}

/* 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;}

/* 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:12px;
	text-decoration:none;
	color:#fff;
	padding:0 21px 0 17px;
	background-color: #19AADF;
	font-weight: bold;
}
.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;}
.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(/imgs/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:257px;
float:left;
margin:0px;
padding:10px 10px 10px 5px;
}
.column2{
width:340px;
float:left;
margin:0px;
padding:10px 5px 10px 5px;
}
.column3{
	width:320px;
	float:left;
	margin:0px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
.column4{
	width:690px;
	float:left;
	margin:0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.left_box{
width:257px;
height:auto;
float:left;
padding-bottom:10px;
}
.top_left_box{
width:257px;
height:10px;
float:left;
background:url(/imgs/top_box_bg.gif) no-repeat center;
overflow:hidden;
}
#main_content #coments {
}

.center_left_box{
width:257px;
height: auto;
float:left;
background:url(/imgs/center_box_bg.gif) repeat-y;
}
.bottom_left_box{
overflow:hidden;
width:257px;
height:10px;
float:left;
background:url(/imgs/bottom_box_bg.gif) no-repeat center top;
overflow:hidden;
}
.box_title{
width:257px;
text-align:center;
font-size:18px;
color:#615357;
padding:5px 0 5px 0;
}
.box_title span{
font-weight:bold;
color:#F19816;
}

.main_text_box{
padding:5px;
}
.main_text_box h1{ float:left;}
.main_text_box p { clear:both;}

.proposal{
width:287px;
height:85px;
background:url(/imgs/proposal_box.gif) no-repeat center;
background-position:0px 0px;
margin-left:15px;
margin-top:15px;
}
.title{
background-color:#CCCCCC;
text-align:left;
width:670px;
padding:5px 5px 5px 20px;
color:#05619B;
font-weight:bold;
}
.small_title{
background-color:#CCCCCC;
text-align:left;
width:100%;
padding:5px 5px 5px 15px;
color:#05619B;
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(/imgs/bullet.gif) no-repeat left;
color:#333333;
}
.details_list ul li span{
color:#0464a1;
}
.button{
width:139px;
height:30px;
background:url(/imgs/blank_button.gif) no-repeat center;
text-align:center;
line-height:30px;
font-weight:bold;
font-size:13px;
 float:left; margin-right:15px;
}
.button a{
text-decoration:none;
color:#d8325d;
}
/*---------------offer_box----------------------*/
.offer_box{
	width:320px;
	height:140px;
	background-color:#f3f5f6;
	padding:10px 10px 0 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.offer_box_wide{
	width:310px;
	height:140px;
	float:left;
	background-color:#f3f5f6;
	margin:7px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.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:#05619B;
}
p.offer{
text-align:justify;
font-size:10px;
}
.more{
	clear:both;
	padding: 2px;
}
.more span{ font-size:11px; color:#828080; font-weight:100; width:100px; display:inline-block;}
.more span strong{ font-size:11px; color:#e6820a; font-weight:100;}
.more span img { position:relative; top:3px; margin-right:5px;}
.more a { float:right; color:#05619b !important; font-size:11px; text-decoration:none;}
.more a img{ border:none; position:relative; top:3px; margin-right:5px;}

.big_pic{
width:340px;
text-align:center;
padding:5px 0 5px 0;
}
.pictures_thumbs{
width:300px;
padding-left:40px;
}
/*------------------table style---------------*/
td{
text-align:center;
padding:5px;
border-bottom:2px #fff solid;
}
th{
background-color: #333333;
padding:5px;
color:#FFFFFF;
}
tr.color1{
background-color:#F3F5F6;
}


/*-----------------form style--------------------*/
.form{
width:257px;
text-align:center;
color:#615357;
padding:5px 0 5px 0;
}
.form_row{
float:left;
width:257px;
text-align:center;
padding:3px 0 3px 0;
}
label.left{
	float:left;
	width:70px;
	padding-top:3px;
	text-align:right;
	padding-left: 3px;
}
label.left_long{
float:left;
width:90px;
padding-top:3px;
text-align:right;
}
input.form_input{
	border: 1px solid #C8D2D9;
	background-color:#FFFFFF;
	width:110px;
	float:left;
	margin-left:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.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;
}
textarea{
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:250px;
height:80px;
float:left;
margin-left:10px;
}



/*-------------------footer------------------------*/
#footer{
width:970px;
height:41px;
clear:both;
font-size:11px;
background-color:#f2efef;
border-top:1px #eeabbd dashed;
}
ul.footer_menu {
list-style:none; float:right; display:block; width:650px;
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:#2F2626;}

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

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

#copyright{
float:left;
padding:0px;}

.admin_footer_help{
	width:908px;
	clear:both;
	float:left;
	height: auto;
	background-color:#F2F2F2;
	border:1px #D1D1D1 solid;
	text-align:left;
	color: #666666;
	font-size:11px;
	background-position:10px 50%;
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}
/* banner Adsense */
.google-ads {
	border:solid 1px #e4e4e4;
	padding:20px;
	clear:both;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	width: 300px;
}
.col-right .google-ads {padding:15px 10px; margin:0px; }
.google-ads a{ color:#0d4261; font-size:14px; font-weight:700;}
.google-ads p{ font-size:11px !important; color:#898989; margin-bottom:10px;}
.google-ads a.anunciar{font-size:11px; color:#898989; font-weight:100; float:right; clear:right; margin-top:-5px; }

.banner_adds_footer{
width:950px;
height:30px;
float:left;
}
.box_objs_gris{
	border	:	#E5E5E5 solid 1px;
}

.box_objs_gris_bottom{
	border-bottom	:	#E5E5E5 solid 1px;
}

.box_objs_gris_top{
	border-top	:	#E5E5E5 solid 1px;
}

.box_objs_gris_left{
	border-left	:	#E5E5E5 solid 1px;
}

.box_objs_gris_right{
	border-right	:	#E5E5E5 solid 1px;
}
.bg_gris{
	background-color	:	#F4F4F4;
	float: right;
}
.bg_naranja{
	background-color	:	#E97C23;
}

.bg_blanco{
	background-color	:	#ffffff;
}
/* ================================================================ 
CSS MENU
=================================================================== */
#pad {height:140px;}
#menu {
	padding:0;
	list-style:none;
	height:40px;
	background:url(ulback.gif) repeat-x;
	margin-top: 20px;
	margin-right: 350;
	float: right;
	width: 680px;
}
#menu li {float:left;}
#menu li a {display:block; height:40px; line-height:40px; padding:0 20px 0 0; float:left; color:#fff; text-decoration:none;}
#menu li a b {display:block; height:40px; float:left; padding:0 0 0 20px; cursor:pointer;}
#menu li a:hover, 
.home #menu li#home a,
.single #menu li#single a,
.dropdown #menu li#dropdown a,
.dropline #menu li#dropline a,
.flyout #menu li#flyout a,
.support #menu li#support a,
.contact #menu li#contact a
{background:url(tab_a.gif) no-repeat right top; line-height:36px;}
#menu li a:hover b,
.home #menu li#home a b,
.single #menu li#single a b,
.dropdown #menu li#dropdown a b,
.dropline #menu li#dropline a b,
.flyout #menu li#flyout a b,
.support #menu li#support a b,
.contact #menu li#contact a b
{background:url(tab_b.gif) no-repeat left top; line-height:36px;}

/* ================================================================ 
CSS Comentarios
=================================================================== */
.comentarios {padding:0 10px; margin-bottom:10px; clear:both;}
.comentarios h5 { color:#aa0b07; font-size:13pt; padding-left:20px; background:url(/imgs/ico-comentario.gif) no-repeat left center;}
.comentarios textarea { width:592px; margin:10px 0;}
.comentarios input {
	height:30px;
	width:104px;
	border:none;
	float:right;
	background-image: url(/imgs/btn-enviar.gif);
}
.comentarios p.legales { width:475px; font-size:8pt;}
.comentarios .comentario { border:solid 1px #e1e1e1; margin:10px 0; padding:5px; *height:1%}
.comentarios .comentario:after {content:"."; display:block; clear:left; clear:both; visibility:hidden; line-height:0; height:0;}
.avatar { float:left; width:100px}
.avatar a.abuso { display:block; background:url(/imgs/ico-reportar.gif) no-repeat center left; padding-left:18px; list-style:16px; font-size:8pt; margin-top:3px;}
.datos { float:left; width:90px;}
.datos .tipo{ color:#eba633; height:16px; font-weight:700; font-size:8pt;}
.datos .user{ color:#a60b07; height:16px; font-weight:700;font-size:8pt;}
.	datos .time{ height:16px; font-weight:700;font-size:8pt;}
.txt{ float:left;}
.txt p {font-size:8pt; height:70px;}
.calificar {}
.calificar span { margin-right:10px; font-size:8pt; float:left;}
.calificar a {height:16px; width:16px; float:left;margin-right:10px; }
.hd {background:url(/imgs/ico-handD.gif);}
.hu {background:url(/imgs/ico-handU.gif);}
.positivo { color:#1f8503;}
.calificar span.negativo { color:#b10c0a;}
.paginador { text-align:center;border:solid 1px #e1e1e1; margin:10px 10px 20px 10px;; padding:3px 0;}
.paginador a { color:#b10c0a; margin:0 10px;line-height:30px;}
.paginador a.on { background:url(/imgs/bg-boxes.gif); padding:5px 10px;  color:#FFFFFF; cursor:default;}

.title-popup{
width:367px;
height:20px;
/*background:url(/imgs/Bt_popup_0.gif) no-repeat center;*/
background-color:#ef8615;
text-align:center;
line-height:20px;
font-weight:bold;
font-size:12px;
color: #fff;
}
