body {
	margin: 0;
	padding: 0;
	color: #636363;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em; 
	background-color: #fff;
	background-position: top;
	background-repeat: repeat-x;
}

a, a:link, a:visited { 
	color: #990000; 
	font-weight: normal; 
	text-decoration:none;
	
}

a:hover{ 
	color: #ff0000; 
	text-decoration:underline;
	
}

#logo{
padding:0px 0px 19px 26px;
margin:-10px;
height:125px;

}

#menu {
	list-style:none;
	width:918px;
	margin:12px auto 0px auto;
	height:43px;
	padding:0px 20px 0px 20px;

	/* Rounded Corners */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */
	
	background: #660000;
	background: -moz-linear-gradient(top, #660000, #000000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#660000), to(#000000));
	
	/* Borders */
	
	border: 1px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
	
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 8px 4px 1px;
	margin-right:0px;
	margin-left:0px;
	margin-top:7px;
	border:none;
	z-index:9999;
}

#menu li:hover {
	border: 1px solid #777777;
	padding: 4px 7px 4px 0px;
	
	/* Background color and gradients */
	
	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	color: #EEEEEE;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#menu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;
}
#menu li .drop {
	padding-right:17px;
	background:url("img/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("img/drop.png") no-repeat right 7px;
}

.dropdown_zcolumn, 
.dropdown_0column, 
.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_zcolumn {width: 254px;}
.dropdown_0column {width: 328px;}
.dropdown_1column {width: 462px;}
.dropdown_2columns {width: 420px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 708px;}

#menu li:hover .dropdown_0column, 
#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_x {
	font-family:Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	letter-spacing:0.03em;
	line-height:0px;

}	
	
.col_z,
.col_y,
.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:-0.01em;
	display:inline;
	float: left;
	position: relative;
	margin-left: 2px;
	margin-right: 3px;
}

.col_x {width:200px;}
.col_z {width:118px;}
.col_y {width:155px;}
.col_1 {width:130px;}
.col_2 {width:200px;}
.col_3 {width:410px;}
.col_4 {width:450px;}
.col_5 {width:700px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#menu h2 {
	font-size:18px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 5px 0;
	padding-bottom:8px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
	color:#000066;
}
#menu li:hover div a:hover {
	color:#990000;
	text-decoration:underline;
}


.strong {
	font-weight:bold;
}

.strong2 {
	font-weight:bold;
	color: #006600;
}

.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:0px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {   /* Talla de los elementos del submenu */
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
/*	width:230px;*/
	width:auto;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	padding:0px 6px 0px 6px;
	margin:0px 0px 4px 0px;
	width:auto;

/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:0px 6px 0px 6px;
	margin:0px 0px 4px 0px;
}


/* End of menu styles */

/*--------PAGE TITLE NEWSPAPER-----------------------*/

#content_top { 	
	padding: 20px 0 5px; 
	margin-bottom: 15px; 
	border-bottom: 3px solid #900; 
}
#content_top2 { 	
	padding: 20px 0 5px; 
	margin-bottom: 15px; 
	border-bottom: 3px solid #000; 
}

#page_title { 
	float: left; 
	font-size: 20px; 
	padding-bottom: 6px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #900;
	letter-spacing:-1px;
	line-height:0.9em; 
}  
#page_title2 { 
	float: left; 
	font-size: 20px; 
	padding-bottom: 6px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #000;
	letter-spacing:-1px;
	line-height:0.9em; 
}  

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

/*--------PAGE TITLE NEWSPAPER-----------------------*/

/*TEMPLATE BODY*/


blockquote { 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	letter-spacing:0em;
	border: 1px solid #ccc; 
	border-left: 5px solid #990000; 
	padding: 19px;
	margin: 20px 0 0 0;
}

/*#templatemo_content {
	float: left;
	width: 650px;
}
*/


/* try */
.post_box { 
	clear: both; 
	margin-bottom: 4px; 
/*	padding-bottom: 30px; */
	background: url(images/templatemo_divider.png) repeat-x bottom; 
}

.post_box img { 
/*	float: left; */
	margin:auto;
    padding-top: 10px; 
    padding-bottom: 10px; 
/*	margin-right: 20px; */
}

.post_box h2 { 
	font-size: 30px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	border-bottom: 2px solid #000; 
}

.post_box p { 
	font-family: Tahoma, Arial, Geneva, sans-serif;
	padding-top: 7px;
    font-size: 13px; 
	letter-spacing:0.07em; 
/*	padding-bottom: 10px; */
}

.float_l { float: left }
.float_r { float: right }

a.more{ 
	display: block; 
	margin-top: 20px; 
	width: 110px; 
	height: 26px; 
	line-height: 26px; 
	text-align: left; 
	padding-left: 10px; 
	text-decoration: none; 
	background: url(images/templatemo_more.png) center left;
	color: #fff;
}

.post_meta a.more { margin: 5px 0 0 }


em { color: #000; }

/* end try */

/* TEMPLATE BODY END */

/* TEMPLATE BOTTOM*/

#templatemo_sidebar {
	float: right;
	width: 280px
}

.col_04 { 
	float: left; 
	width: 232px; 
	margin-right: 20px; 
}

.rmc { margin-right: 0 }

.sb_box { 
	margin-bottom: 30px; 
}

.sb_box h3 { 
	padding-bottom: 4px; 
	border-bottom: 2px solid #000; 
}

.sb_list { 
	padding: 0; 
	margin: 0; 
}

.sb_list li { 
	padding: 0 0 3px 0; 
	margin: 0 0 5px 0; 
	list-style: none; 
	border-bottom: 1px solid #ccc; 
}

.sb_list li a { 
	color: #636363; 
	text-decoration: none; 
	padding-left: 20px; 
	background: url(images/templatemo_list.png) no-repeat scroll 0 7px; 
}


#templatemo_bottom {
	clear: both;
	margin: 30px 0 10px;
	padding: 30px 0;
	font-size: 11px;
	color:#660033;
	background: url(images/templatemo_bottom.jpg) top repeat-x;
	line-height:17px;
}

.col_f { 
	padding-left: 15px; 
	width: 210px; 
}

.col_l { 
	padding-right: 15px; 
	width: 210px; 
}

.footer_link { 
	margin: 0; 
	padding: 0; 
}

.footer_link li { 
	margin-bottom: 5px; 
	padding-bottom: 3px; 
	border-bottom: 1px solid #666; 
	list-style: none; 
}

.footer_link li a { 
	color: #000; 
	text-decoration: none; 
}

.footer_link li .social { 
	padding-left: 30px; 
}

.footer_link li .correo { 
	background: url(images/correo.png) left center no-repeat; 
}

.footer_link li .encuesta { 
	background: url(images/encuesta.png) left center no-repeat; 
}
.footer_link li .foro { 
	background: url(images/foro.png) left center no-repeat; 
}

.footer_link li .buzon { 
	background: url(images/buzon.png) left center no-repeat; 
}

.footer_link li .facebook { 
	background: url(images/facebook.png) left center no-repeat; 
}

.footer_link li .twitter { 
	background: url(images/twitter.png) left center no-repeat; 
}

.footer_link li .youtube { 
	background: url(images/youtube.png) left center no-repeat; 
}

.keyboard a{ 
	color:#ffffff;
	letter-spacing:-0.05em;
}

#templatemo_footer {
	clear: both;
	text-align: center;
	line-height: 40px;
	width: 960px;
	height: 50px;
	background: url(images/templatemo_footer_bottom.jpg) repeat-x
}
/* TEMPLATE BOTTOM*/
h5, h6S{ color: #992000; font-weight: bold;  font-family: Georgia, "Times New Roman", Times, serif; letter-spacing:-1px }
h5 { font-size: 15.5px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.h50 { height: 50px }
.h60 { height: 60px }

.float_l { float: left }
.float_r { float: right }

.templatemo_list { 
	margin: 10px 0 10px 0; 
	padding: 0; 
	list-style: none; 
}

.templatemo_list li { 
	color:#636363; 
	margin: 0 0 5px 0; 
	padding: 0 0 0 20px; 
	background: url(images/templatemo_list.png) no-repeat scroll 0 7px;  
}

.templatemo_list li a { 
	color: #636363; 
	font-weight: normal; 
}

.templatemo_list li a:hover { color: #000 }



.center_content{
width:980px;
clear:both;
margin:auto;
padding:20px 10px 10px 0;
}
.center_content_pages{
width:960px;
clear:both;
margin:auto;
padding:20px 0 20px 0;
background:url(images/center_bg_pages.gif) no-repeat center top;
}
.home_section_left{
width:235px;
height:auto;
float:left;
margin:0 14px 0 14px;
padding:0 15px 10px 5px;
background:url(images/home_block_bg.gif) no-repeat center bottom;
}
.home_section_left p{
clear:both;
}
.home_section_left p span{
font-weight:bold;
}
img.home_section_icon{
width:63px;
float:left;
}
h2.home_title{
width:190px;
float:left;
font-size:20px;
padding:20px 0 0px 10px; margin:0px;
color:#B52025;
}
.home_subtitle{
width:190px;
float:left;padding:0px 0 0px 10px; font-size:12px; color:#a7a7a7;
}
.home_section_thumb{
float:left; clear:both;
padding:2px; text-align:center;margin:10px 0 10px 0; border:1px #dcdcdc solid;
}
a.more{
float:right;
}
img.projects{
float:left;
padding:2px;margin:5px; 10px 0 0; border:1px #dcdcdc solid;
}

.left_content{
width:660px;
float:left;
padding:0;
}
.left_block{
	width:250px;
	float:left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
}
.left_block_wide{
width:945px;
float:left;
padding:20px 20px 10px 15px;
}

.left_block_wire{
width:620px;
float:left;
padding:20px 20px 10px 15px;
}

.financial-application-form{
width:530px;
float:left;
padding:20px 20px 10px 15px;
}
.financial-application-form p{
margin-bottom:30px;
}
.testimonials{
width:360px;
float:right;
padding:20px 20px 0 0;
}
.block_wide{
width:625px;
float:left;
margin:10px 20px 10px 15px;
padding-top:10px;
border-top:1px #ededed solid;
}
.wide_content{
width:930px;
clear:both;
padding:10px 15px 0 15px;
}
.right_block{
width:280px;
float:right;
padding:20px 20px 10px 0;
}
img.pic{
border:3px #22496a solid;
margin:0 0 10px 0;
}
.home_news a{
font-size:12px;
color:#c82127;
text-decoration:none;
border-bottom:1px #bcbcbc dotted;
padding:10px 0 5px 12px;
display:block;
float:left;
background:url(images/arrow.gif) no-repeat left top;
background-position: 0px 13px;
}
.home_news a:hover{
text-decoration:underline;
}
input.newsletter_input{
background-color:#fdeaeb;
border:1px #e2c7c8 solid;
width:193px;
height:18px;
padding:4px;
float:left;
}
form#newsletter{
padding:10px 0 0 0;
}
input.newsletter_submit{
background-color:#b52025;
color:#FFFFFF;
text-align:center;
float:left;
padding:4px 4px 3px 4px;
margin:0 0 0 10px;
border:1px #fdeaeb solid;
cursor:pointer;
}
.testbox{
padding:20px 10px 5px 0;
margin:0;
border-bottom:1px #ededed solid;
}
.testbox p{
font-style:italic;
}



/*-----------------------contact_form-------------------*/
.form{
width:500px;
height:auto;
float:left;
padding:20px 10px 10px 20px;
border:1px #fdeaeb solid;
}
.form_row{
width:425px;
float:left;
clear:both;
padding:7px 0 7px 0;
}
label{
width:auto;
float:left;
color:#b52025;
/*text-align:right;
font-weight:bold;*/
}
input.main_input{
background-color:#fdeaeb;
border:1px #e2c7c8 solid;
width:300px;
height:18px;
padding:4px;
float:left;
}
textarea.main_textarea{
background-color:#fdeaeb;
border:1px #e2c7c8 solid;
width:300px;
height:120px;
padding:4px;
float:left;
}
input.submit{
background-color:#b52025;
color:#FFFFFF;
text-align:center;
float:right;
padding:3px 10px 2px 10px;
margin:0px 0 0 0;
border:1px #b52025 solid;
cursor:pointer;
}
/*-----------------------------footer------------------*/
.footer{
clear:both;
width:960px;
margin:auto;
background:url(images/footer_bg.jpg) no-repeat center;
height:65px;
}
.copyright{
	font-size:9.5px;
	text-align:center;
	/*float:center;*/
padding:30px 0 0 15px;
	color:#333333;
}
.copyright a{
color: #2A1C11;
text-decoration:none;
}
.footer_links{
float:right;
padding:3px 15px 0 0;
}
.footer_links a{
text-decoration:none;
color: #2A1C11;
padding-left:10px;
}
.footer_links a:hover{
text-decoration:underline;
color: #2A1C11;
}

body {
background:url(images/bg.gif) repeat;
margin:0px;
padding:0px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#000;
}
p{
text-align:justify;
line-height:19px;
padding:0px;
margin:0px;
}
h2{
	padding:0px 0 10px 0; 
	margin:0px; 
	color:#B52025; 
	font-size:20px; 
	font-weight:normal;
}
.clear{
clear:both;
}
#wrap{
width:977px;
margin:6px auto auto auto;
}
.top_corner{
width:976px;
height:15px;
background:url(images/top_bg.gif) no-repeat center bottom;
}
#main_container{
width:977px;
background:url(images/center_bg_repeat.gif) repeat-y center;
}
/*
#header{
width:960px;
margin:auto;
height:90px;
}*/
/*#logo{
padding:10px 0 0 20px;
float:left;
}
*/
/*----------------------menu-------------------------*/
/*#menu{
width:530px;
float:right;
padding:40px 0 0 0;
}
#menu ul{
list-style:none;padding:0px;margin:0px;display:block;
}
#menu ul li{
list-style:none;display:inline;float:left;width:auto;padding:0px;font-size:12px;
}
#menu ul li a{
float:left;text-decoration:none;padding:0px 10px 0 10px; margin:0px 4px 0 4px;color:#000;text-align:center; height:31px; line-height:31px; 
}
#menu ul li a:hover{
background-color:#b52025;color:#fff;
}
#menu ul li a.current{
float:left;text-decoration:none;padding:0px 10px 0 10px; margin:0px 4px 0 4px;color:#fff;text-align:center; height:31px; line-height:31px; background-color:#b52025;
}
