/**
Theme : AERCO
Author URI: http://www.sourtech.com
Version: 1.0
Author: sourtech
Description: Aerco Theme 
*/

/* -------------------------------------- */

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
	height: 100%;
}

* html .clearfix {
	height: 1%; 
	height: 100%;/* IE5-6 */
}

body {
	background:#ECF2D8 url(images/fondo.jpg) no-repeat top left;
	font:normal 11px Tahoma, Verdana;
	color:#717171;
	height: 100%;
}

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

a:hover { color:#020000; }

#wrapper {
	background-color: transparent;
	margin:0 auto;
	padding:0 8px;
	width:940px;
/*	border-left:1px solid #750101;
	border-right:1px solid #750101;*/
}

/* header */
#header {
	/*background:url(images/header-bg.gif) repeat-x 0 36px;*/
}

#header-in {
	/*background:url(images/header-top-bg.png) no-repeat 0 0;*/
	height:auto;
	overflow:hidden;
}

#page-menu ul {
	display:block;
	height:36px;
	overflow:hidden;
}

#page-menu ul li {
	display:inline;
}

#page-menu a {
	color:#E6E7E0;
	font-size:10px;
	text-transform:uppercase;
	line-height:36px;
	margin:16px;
}

#page-menu, #top-search-wrap {
	float:left;
	width:700px;
	display:block;
	height:36px;
}

#top-search-wrap {
	background:url(images/top-searc-form-bg.gif) no-repeat 0 6px;
	float:right;
	width:287px;
	height:28px;
	padding-top:8px;
	position:relative;
}

#top-search {
	position:absolute;
}

#top-search input {
	border:none;
	background:none;
}

#top-s {
	font-size:10px;
	text-transform:uppercase;
	margin-left:10px;
	width:245px;
	color:#363636;
}

#top-search-submit {
	width:21px;
	cursor:pointer;
	margin-left:6px;
}

#branding {
	clear:both;
	height:99px;
	overflow:hidden;
}

#blog-title {
	display:block;
	float:left;
	font:bold 52px Verdana, Tahoma, Arial;
	margin:0 14px 0 11px;
	line-height:99px;
	text-transform:uppercase;
}

#blog-title a { color:#020000; }

#blog-title a:hover { color:#920000; }

#blog-description {
	display:none;
}

#cat-menu { clear:both; background: url(images/menu2.png) no-repeat top left; height:63px;}

#cat-menu ul {
	display:block;
	overflow:hidden;
	margin:0 0 0 30px;
}

#cat-menu ul li {
	display:inline;
}

#cat-menu a {
	/*background:transparent url(images/menu-separator.gif) no-repeat 100% 2px;*/
	display:block;
	float:left;
	height:40px;
	font-size:12px;
	color:#FFF;
	padding:30px 25px 0 12px;
	text-transform:uppercase;
}

#cat-menu a:hover{
	color:#009245;
}

#cat-menu .current_page_item a {
	color:#009245;
}


#cat-menu a:hover, #cat-menu .current-cat a {
	color:#009245;
}

/* container */
#container {
	padding-left:0px;	
}

/* content */
#content {
	padding:20px 5px 8px 30px;
	margin:0 0 0 10px;
	float:left;
	width:560px;
}
#content img{ border:solid 3px #9DC042;}

#bg-content {
	margin:0 0 0 0px;
	float:left;
	width:940px;
	background:url(images/bg-content.png) repeat-y;
}

#bg-end-content {
	margin:0 0 0 0px;
	float:left;
	width:940px;
	height:23px;
	background:url(images/bg-end-content.png) repeat-y;
}

#bg-content2 {
	margin:0 0 0 0px;
	float:left;
	width:940px;
	background:url(images/fondo-sombra.png) repeat-y;
}

#bg-end-content2 {
	margin:0 0 0 0px;
	float:left;
	width:940px;
	height:23px;
	background:url(images/bg-end-content2.png) repeat-y;
}


.pagetitle {
	font-size:14px;
	font-weight:normal;
	color:#555C61;
	margin:0 0 5px;
}

.post .title {
	font:normal 16px Tahoma, Verdana;
	color:#007AA3;
	margin-bottom:5px;
	font-weight:bold;
}

.post .title a{
	color:#3C9BB7;
	text-decoration:none;
}
.post .title a:hover{
	color:#3C9BB7;
	text-decoration:underline;
}
.meta {
	display:block;
	height:18px;
	font-size:10px;
	color:#555555;
	text-transform:uppercase;
}

.meta a { color:#9DBF44; }

.meta a:hover { color:#9DBF44; text-decoration:underline }

.post .entry {
	background:#FFFFFF url(images/entry-bg.gif) no-repeat 50% 0;
	padding-top:3px;
}

.navigation .alignleft a, .navigation .alignright a {
	background-color:#F7F7F7;
	border:1px solid #CFCFCF;
	display:block;
	float:left;
	font:normal 12px Tahoma, Verdana;
	color:#717171;
	height:27px;
	line-height:27px;
	padding:0 7px;
}

/* sidebar */
#sidebar {
	float:right;
	padding:8px 0;
	width:310px;
	height: 100%;
	/*background:url(images/bg-sidebar.jpg) repeat-y;*/
	margin:0;
	}

.widget {
	clear:both;
	margin-bottom:7px;
}

.widget-title {
	font:normal 11px Tahoma, Verdana;
	color:#9DC042;
	text-transform:uppercase;
	padding:0 9px;
	overflow:hidden;
	font-weight:bold;
}

.widget-content {
	padding:0 8px 4px;
}

.widget-content .current_page_item a {
	font-weight:bold;
}

.widget-content ul li {
	padding-left:20px;
	display:block;
	line-height:32px;
	width:240px;
	border-bottom:1px solid #e7e7e7;
	color:#9DC042;
	text-transform:uppercase;
}



.widget-content ul li a {
	color:#52A9C5;
}

.widget-content ul li a:hover {
	color:#52A9C5;
	text-decoration:underline;
}

/* sidebar 2 */

#sidebar2 {
	float:right;
	padding:8px 0;
	width:309px;
	height: 100%;
	border-left:#CCCCCC solid 1px;
	margin:0;
	}	
	
.widget2 {
	clear:both;
	margin-bottom:7px;
}

.widget-title2 {
	font:normal 11px Tahoma, Verdana;
	color:#9fbf42;
	text-transform:uppercase;
	padding:0 9px;
	overflow:hidden;
	font-weight:bold;
}

.widget-content2 {
	padding:0 8px 4px;
}

.widget-content2 ul li {
	padding-left:20px;
	display:block;
	line-height:32px;
	border-bottom:1px solid #e7e7e7;
	color:#9fbf42;
	text-transform:uppercase;
}

.widget-content2 ul li a {
	color:#9fbf42;
}

.widget-content2 ul li a:hover {
	color:#669933;
}

#sidebar2 .widget-content ul li {
	padding-left:20px;
	display:block;
	line-height:25px;
	width:240px;
	border-bottom:1px solid #e7e7e7;
	color:#9DC042;
	text-transform:uppercase;
}

#sidebar2 .widget-title {
	font:normal 11px Tahoma, Verdana;
	color:#9DC042;
	text-transform:uppercase;
	padding:0 9px 9px;
	overflow:hidden;
	font-weight:bold;
}

#tag_cloud-2 a {
	text-decoration:none;
	color:#3C9BB7;
}
#tag_cloud a{
	text-decoration:none;
	color:#3C9BB7;
}
#tag_cloud a:hover{
	color:#3C9BB7;
	text-decoration:underline
}

#sidebar2 .widget-content ul li {
	padding-left:20px;
	display:block;
	line-height:32px;
	width:240px;
	border-bottom:1px solid #e7e7e7;
	color:#9DC042;
	text-transform:uppercase;
}

#sidebar2 .widget-content ul li a {
	color:#9DC042;
}

#sidebar2 .widget-content ul li a:hover {
	color:#9DC042;
	text-decoration:underline;
}

#sidebar2 .recentcomments .url {font-weight:bold}

/* footer */
#footer {
	font-size:10px;
	padding:0px 0 0 0;
	margin:10px 0 0 10px;
	float:left;
	width:920px;
	border-top:#9EBE42 solid 1px;
	background-color:#ECF2D8;
}
#footer ul {
	display:block;
	overflow:hidden;
	padding:15px 0 0 0;
}

#footer ul li {
	display:inline;
}

#footer ul li a {
	display:block;
	float:left;
	color:#1A1A1A;
	padding:9px 18px 0 12px;
	text-transform:uppercase;
}

#footer ul li a:hover {
	color:#9EBE42;
}

#footer p{ margin:0px; padding:10px 0 0 10px;}
#footer p a{color:#9DC042};

/*::::*/
#copyright {
	float:left;
}

#credit {
	float:right;
}


#footer a, #footer a:hover {
	color:#1A1A1A;
}


.logo{width:350px; height:auto; margin:0px;}
.floatLeft{float:left;}

.floatRight{float:right;}
.logoFoot{width:230px; height:51px; margin:5px 20px 0 0;}

.clear{clear: both;	height: 0px; font-size: 1px;line-height: 0px;}	

/*:::::::::::::::::        contacto       ::::::::::::*/	

.contacto-input{ width:250px; border: #e5e6e1 solid 1px; height:20px; background:#f9f9f5; font-size:11px; line-height:15px; color:#000000; }
.contacto-input-dni{ width:80px; border: #e5e6e1 solid 1px; height:20px; background:#f9f9f5; font-size:11px; line-height:15px; color:#000000; }

.contacto-textarea{ width:560px; border: #e5e6e1 solid 1px; height:150px; background:#f9f9f5; font-size:12px; line-height:15px; color:#000000; }

.submit-contacto {background:#f9f9f5 url(images/widget-title-bg.gif) repeat-x; border:none; height:30px; color:#006600; font-size:13px; font-family:"Trebuchet MS", sans-serif; }
