html, body { margin: 0; padding: 0; }

body { 
	background: #1B6293 url(../images/body-bg.gif) top left repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-stretch:wider;
	font-weight:lighter;
	text-align: center;
	border-top: 5px solid #17547E;
	border-bottom: 5px solid #17547E;
}

body * {margin: 0px; padding: 0px;}

a {
	color: #1B6293;
	text-decoration: underline;
}
a:hover { color: #B0C126; text-decoration: underline; }
p, ul, ol, blockquote {color: #333;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 10px;
	padding: 10px;
	background: #FFF;
	border-top: 1px solid #A4D0EF;
	border-left: 1px solid #A4D0EF;
	border-bottom: 1px solid #1B6293;
	border-right: 1px solid #1B6293;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }


h1 { /* This style used as title on single posts and pages */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #1B6293;
	text-decoration: none;
}
h2 { /* This style used as header in the sidebars */	
	font-size: 18px;	
	font-family: Helvetica, Arial, Sans-Serif;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #1B6293;
	font-weight: normal;
}
h3 { /* This style used as the post titles on homepage/archive */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #1B6293;
	text-decoration: none;
}
h3 a {
	color: #1B6293;
	text-decoration: none;
}
h3 a:hover {
	color: #1B6293;
	text-decoration: underline;	
}
	
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #1B6293;
	text-decoration: none;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0px 8px 0px;
	margin: 0px;
	color: #1B6293;
	text-decoration: none;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 10px 0px 8px 0px;
	margin: 0px;
	color: #1B6293;
	text-decoration: none;
}

#container {
	background: #EEF3F6 url(../images/container-bg.jpg) 50px 0px repeat-y;
	border-left: 15px solid #1B6293;
	border-right: 15px solid #1B6293;
	text-align: left;
    margin: 0px auto;
    width: 901px;
    padding: 0px;
}

/*********************************************
		Header Styles
*********************************************/
#header {	
	background: #1B6293 url() no-repeat top left;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	width: 901px; 
	height: 530px;
}
#header #top {
	margin: 0px; 
	padding: 0px 0px 0px 20px;
	color: #FFF;
	height:142px;
}
#header .logo {
	float:left;
	width:125px;
	height:130px;	
}

/*********************************************
		Horizontal Navigaion Styles
*********************************************/
#navi {		
	display:block;
	float:center; 
	width:695px;
	color: #FFF;
	font-size: 11px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;			
	padding: 0px 12px 0px 12px;
	margin: 13px 10px 0px 0px;	
	background:url(../images/navi.png)left top no-repeat;
}

#dropmenu, #dropmenu ul {	 
	list-style-type:none; 
	list-style-position:outside; 
	position:relative; 
	line-height:1.5em; 
	z-index:300; 
	width:100%; 	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	clear:both;
	padding:0px;
	margin:0px;	
}
#dropmenu a {display:block; padding:0.25em 1em; color:#FFF; text-decoration:none;height:26px;}
#dropmenu a:hover {
	color:#333;	
	background: url(../images/menu-bg-active.gif) right 0px repeat-x;
}
#dropmenu li {
	float:left; 
	position:relative;
	background: url(../images/menu-bg.gif) right 0px repeat-x;
}
#dropmenu li:hover {
	background:url(../images/navi_bg.jpg) repeat-x;	
}
#dropmenu ul {position:absolute; display:none; width:18em; top:2.5em; left:-1px;}
#dropmenu li ul {width:20em;}
#dropmenu li ul a {/*background:url(../images/navi_bg_link.png) repeat-x;*/width:18em; height:auto; float:left;}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:18em; margin:0px 0 0 10px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}

/*********************************************
		Header Blurb
*********************************************/
#banner {
	width: 900px;
	height:295px;
	border:#FFF 3px solid;
	margin-top:50px;
}



/*********************************************
		Header Search
*********************************************/
#search {
	width: 270px;
	height: 50px;
	float: right;
	padding: 30px 30px 0px 30px;
	text-align: center;
}
#search #s {
	width: 215px; height: 19px;
	padding: 3px 3px 3px 3px; margin: 0px 10px 0px 0px;
	background: url(../images/s.gif) no-repeat;
	border: none;
	float: left;
}
#search .submit-button {
	width: 30px; height: 28px;
	background: url(../images/submit-button.gif) 0px 0px no-repeat;
	border: none;
	float: right;
}
	
/*********************************************
		Content Div
*********************************************/
#content {
	float: left;
	margin: 0px;
	padding: 0px 25px 20px 25px;
	width: 540px;
	display: block;
	border: 0px solid black;
	text-align:justify;
	font-weight: normal;
}
#content  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0px 8px 0px;
	margin: 0px;
	color: #1B6293;
	text-decoration: none;
}
#content .floatleft {
	float: left;
	margin: 0px 8px 3px 0px; padding: 0px;
}
#content .floatright {
	float: right;
	margin: 0px 0px 3px 8px; padding: 0px;
}
#content img { border: 0px; background: none; padding: 5px; }
.feature {
	display: inline;
	display: block;
	width: 260px;
	float: left;
	background: #FFF url(../images/feature-footer.jpg) bottom left no-repeat;
	margin: 15px 10px 0px 0px; padding: 0px 0px 10px 0px;
}
.feature h6 {
	background: #FFF url(../images/feature-header.jpg) top left no-repeat;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	padding: 3px 10px; margin: 0px;
}
.feature p {
	margin: 10px 10px 0px 10px; padding: 0px;
}
.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}

/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 8px 0px;
	margin: 0px 0px;
	border-top: 1px solid #17547E;
	color: #999;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 10px 0px;
	margin: 0px;
}
.meta-top a, .meta-bottom a {
	color: #999;
	text-decoration: none;
}
.meta-top a:hover, .meta-bottom a:hover {
	color: #1B6293;
	text-decoration: underline;
}
.meta-date {
	margin: 0px 0px; padding: 3px 0px 3px 18px;
	background: url(../images/calendar.gif) 0px 2px no-repeat;
}
.meta-author {
	margin: 0px 5px; padding: 3px 0px 3px 18px;
	background: url(../images/user.gif) 0px 2px no-repeat;
}
.meta-comments {
	margin: 0px 5px; padding: 3px 0px 3px 18px;
	background: url(../images/comment.gif) 0px 3px no-repeat;
}
.meta-category {
	margin: 0px 5px;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}
	
/*********************************************
		Left Sidebar
*********************************************/
#l_sidebar {
	background: url(../images/sidebar-top.gif) top right no-repeat;
	display: inline;
	float: left;
	border: 0px solid black;
	width: 260px;
	margin: 0px 0px 15px 0px; padding: 0px 0px 0px 50px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}
#l_sidebar h2 {
	background: url(../images/h2-bg.gif) no-repeat;
	font-size: 18px;
	color: #FFF;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 5px 0px 5px 0px;
	padding: 3px 8px;
	font-weight: normal;
}
#l_sidebar p, #l_sidebar .textwidget {
	padding: 5px;
	text-align:justify;
}
#l_sidebar img {
	text-align: center;
}
#l_sidebar form {
	padding: 0px;
	margin: 5px;
}
#l_sidebar ul {
	list-style-type: none;
	padding: 0px 11px 0px 10px;
	margin: 0px;
}
#l_sidebar ul li {
	padding: 0px 0px 0px 0px;
	margin:0px 0px 40px 0px;
}
#l_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
}
#l_sidebar ul li ul li {
}

/* Default / Fallback */
#l_sidebar ul li ul {
	border-top: 1px solid #E8E8E8;
	margin: 0px 10px; padding: 0px;
}
#l_sidebar ul li ul li {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E8E8E8;
}
#l_sidebar ul li ul li a {
	display: block;
	background: url(../images/bullet_blue.gif) 2px 9px no-repeat;
	color: #1B6293;
	text-decoration: none;
	padding: 4px 0px 4px 15px; margin: 0px;
	font-weight: bold;
}
#l_sidebar ul li ul li a:hover {
	color: #1B6293;
	text-decoration: none;
	background: #EFEDED url(../images/bullet_blue.gif) 2px 9px no-repeat;
}

/* Categories */
#l_sidebar ul li.categories ul {
	padding: 0px;
	margin: 0px;
	border: none;
}
#l_sidebar ul li.categories ul li {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	border: none;
}
#l_sidebar ul li.categories ul li a {
	display: block;
	background: url(../images/cat.gif) 8px 6px no-repeat;
	color: #1B6293;
	text-decoration: none;
	padding: 4px 10px 4px 25px;
	font-weight: bold;
}
#l_sidebar ul li.categories ul li a:hover {
	color: #1B6293;
	text-decoration: none;
	background: #EFEDED url(../images/cat.gif) 8px 6px no-repeat;
}
#l_sidebar ul li.categories ul li ul {
	padding: 0px;
	margin: 0px 10px;
	border-top: 1px solid #E8E8E8;
}
#l_sidebar ul li.categories ul li ul li {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E8E8E8;
	font-weight: normal;
	text-transform: none;
}
#l_sidebar ul li.categories ul li ul li a {
	display: block;
	background: url(../images/subcat.gif) 10px 7px no-repeat;
	color: #666;
	text-decoration: none;
	padding: 3px 10px 3px 20px;
	font-weight: normal;
}
#l_sidebar ul li.categories ul li ul li a:hover {
	color: #666;
	text-decoration: none;
	background: #EFEDED url(../images/subcat.gif) 10px 7px no-repeat;
}

/* Recent Posts */
#l_sidebar ul li.recentposts ul {
	margin: 0px; padding: 0px;
	border: none;
}
#l_sidebar ul li.recentposts ul li {
	padding: 0px;
	margin: 0px;
	border: none;
}
#l_sidebar ul li.recentposts ul li a {
	display: block;
	background: url(../images/recentpost.gif) 8px 6px no-repeat;
	color: #1B6293;
	text-decoration: none;
	margin: 0px; padding: 4px 0px 4px 25px;
	font-weight: bold;
	width:60%;
	float:left;
}
#l_sidebar ul li.recentposts ul li img {
	margin: 0px 5px 0px 5px; 
	padding: 1px;	
	float:right;
	border:solid 1px #000;
}
#l_sidebar ul li.recentposts ul li a:hover {
	color: #1B6293;
	text-decoration: none;
	background: #EFEDED url(../images/recentpost.gif) 8px 6px no-repeat;
}

/* Links */
#l_sidebar ul li.links ul {
	border-top: 1px solid #E8E8E8;
	margin: 0px 10px; padding: 0px;
}
#l_sidebar ul li.links ul li {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E8E8E8;
}
#l_sidebar ul li.links ul li a {
	display: block;
	background: url(../images/link.gif) 0px 6px no-repeat;
	color: #1B6293;
	text-decoration: none;
	padding: 4px 0px 4px 15px; margin: 0px;
	font-weight: bold;
	border: none;
}
#l_sidebar ul li.links ul li a:hover {
	color: #1B6293;
	text-decoration: none;
	background: #EFEDED url(../images/link.gif) 0px 6px no-repeat;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	padding: 0px;
	display: block;
	width: 520px;
	border-top: 1px dotted #17547E;
}
#comments .even, #comments .odd {
	margin: 15px 0px;
	padding: 0px;
	background: #FFF url(../images/comment-footer-bg.jpg) bottom left no-repeat;
	overflow: hidden;
}
#comments .odd {
}
#comments .odd p, #comments .even p {
	padding: 10px 12px 10px 12px;
}
.comment-head {
	background: #FFF url(../images/comment-head-bg.jpg) top left no-repeat;
	padding: 7px;
	color: #FFF
}
.comment-head a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
.comment-head a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}


/*********************************************
		Footer Styles
*********************************************/
#footer {
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 50px 0px;
	clear: both;
	background: #1B6293 url(../images/footer-bg.jpg) top left no-repeat;
	border-top: 0px solid #697279;
	text-align: left;
	width: 901px;
	color: #FFF;
}
#footer a.theme {
	color: #FFF;
	text-decoration: none;
}
#footer a.theme span {
	color: #B0C126;
}
#footer a.theme:hover {
	color: #FFF;
	text-decoration: none;
}
#footer a.theme:hover span {
	color: #B0C126;
}
#footermenu {
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	text-align: left;		
	margin: 78px 0px 0px 0px;
	padding-left:52px;
}
#footermenu a {
	color: #FFF;
	text-decoration: none;		
}
#footermenu a:hover {	
	text-decoration: underline;
}
#footermenu ul li.home a {
	border-left: none;
}

#footer a.creditos {
	color: #FF0;
	text-decoration: underline;
}
#footer a.creditos:hover {
	color: #FF0;
	text-decoration: underline;
}
.callnow {
	float:left;
	text-align:left;
	font-weight:bold;
}
#flash_header {
	width:750px;
	height:106px;
	float:right;
}

#contact_form { width:450px; float:left; margin-bottom:15px;}
#contact_form img { float: left; margin: 5px 20px 2px 0; padding: 3px; border: 1px solid #ccc; }
#contact_form form { padding-left: 15px; }
#contact_form label { float: left; display: block; clear: both; padding: 3px 0; color: #666; font-weight: normal; width: 150px; font-size:12px; font-family:Arial, Helvetica, sans-serif; }
#contact_form .labelcaptcha{ float: left; display: block; clear: both; padding: 3px 0; color: #666; font-weight: normal;font-size:12px; font-family:Arial, Helvetica, sans-serif; }
#contact_form .lcurrent { font-weight: bold; }
#contact_form label img { vertical-align: middle; }
#contact_form input.text, textarea, select { float: left; margin: 0 5px 5px 0; padding: 3px; width:250px; border: 1px solid #ccc; }
#contact_form textarea { height: 80px; }
#contact_form select {  }
#contact_form input.radio {  }
#contact_form input:focus { border-color:#aaa; }
#contact_form textarea:focus { border-color: #aaa; }	
.error { float:left;font-size: 11px; color: #F00; margin: 0 0 10px 10px; display: none; font-family:Arial, Helvetica, sans-serif; }
#contact_form .submit { border: 0; background: #1B6293; color: #fff; padding: 5px; float: left; margin-left: 150px; }
#message_sent h1 {
	font-size:25px;	
	color:#999;
	font-stretch:wider;
	font-weight:lighter;
	margin:0;
	padding:0;
}
#message_sent {
	float:left;
	width:450px;
	padding-top:40px;
	padding-left:50px;
}
.submit { border: 0; background: #1B6293; color: #fff; padding: 5px; float: left; }

#cotizaciones { width:470px; float:left;}
#cotizaciones img { float: left; margin: 5px 20px 2px 0; padding: 3px; border: 1px solid #ccc; }
#cotizaciones form { padding-left: 15px; }
#cotizaciones label { float: left; display: block; clear: both; padding: 3px 0; color: #666; font-weight: normal; width: 150px; font-size:12px; font-family:Arial, Helvetica, sans-serif; }
#cotizaciones .labelcaptcha{ float: left; display: block; clear: both; padding: 3px 0; color: #666; font-weight: normal;font-size:12px; font-family:Arial, Helvetica, sans-serif; }
#cotizaciones .lcurrent { font-weight: bold; }
#cotizaciones label img { vertical-align: middle; }
#cotizaciones input.text, textarea, select { float: left; margin: 0 5px 5px 0; padding: 3px; width:250px; border: 1px solid #ccc; }
#cotizaciones textarea { height: 80px; }
#cotizaciones select {  }
#cotizaciones input.radio {  }
#cotizaciones input:focus { border-color:#aaa; }
#cotizaciones textarea:focus { border-color: #aaa; }	
.error { float:left;font-size: 11px; color: #F00; margin: 0 0 10px 10px; display: none; font-family:Arial, Helvetica, sans-serif; }
#cotizaciones .submit { border: 0; background: #1B6293; color: #fff; padding: 5px; margin-top:15px; float: left; }
.creditos-cot{padding:25px 0px 0px 25px; float:left; width:490px;}