/*
Theme Name: Gallery, a Thematic child theme
Theme URI: http://www.chris-wallace.com/2009/06/22/gallery-1-2-released/
Description: The ultimate gallery-style Thematic child theme for WordPress.
Author: Chris Wallace
Author URI: http://chris-wallace.com
Template: thematic
Version: 1.2.1
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


input,select,textarea{
  color: #eee;
  background-color: #3F3F3F;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}
input[type="submit"],
input[type="button"],
#nav-below a,
button{
  background: url(images/bg_btn.png) repeat-x;
  color:#ddd;
  font-weight: normal;
  position: relative;
  height: 27px;
  overflow: hidden;
  border: 1px solid #710000;
  padding: 3px 8px 5px;
  font-size: 10px;
  line-height: 0.75em;
  text-transform: uppercase;
  cursor: pointer;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px
}
input[type="submit"]:hover,
input[type="button"]:hover,
#nav-below a:hover,
button:hover{
  background: url(images/bg_btn_on.png) repeat-x;
  color: #fff;
  border: 1px solid #9b0707;
}
input[type="submit"]:active,
input[type="button"]:active,
button:active{
  background-position: 0 -44px;
  padding-top: 4px;
  padding-bottom: 0
}
abbr{
  border-bottom: 1px dotted #555
}
pre{
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px;
  margin: 10px 0;
  white-space: pre;
  overflow: auto
  
}
pre,
code{
  font-size: 12px;
}
body {
  background: #710000 url("images/body-background.jpg") repeat-x top;
  color: #fff;
  font-family: "Georgia", New York, serif;
  font-family: Calibri,Helvetica,Arial,Verdana,sans-serif;
  font-size: 90%;
  font-style: normal;
  line-height: 2em
}
#wrapper{
  height: auto;
  min-height: 300px;
}
a {
  color: #FDA003;
  text-decoration: none
}
a:hover {
  color: #FFBF4F;
}
h1, h2, h3{
  color: white
}
h2{
  font-size: 1.5em;
  margin-bottom: 0.7em
}
#content ol,
#content ul{
  margin-bottom: 1em
}
.single #content li{
  line-height: 1.4em
}
.single #content ul{
  border-top: 1px solid #4F0000;
  border-bottom: 1px solid #7F0000;
}
.single #content li{
  padding: 10px 0 10px 24px;
  list-style: none;
  position: relative;
  border-top: 1px solid #7F0000;
  border-bottom: 1px solid #4F0000
}
.twitter{
  background: url("images/icons/twitter.png") no-repeat left center
}
.delicious{
  background: url("images/icons/delicious.png") no-repeat left center
}
.designer{
  background: url("images/icons/person.png") no-repeat left center
}
.site-link{
  background: url("images/icons/globe.png") no-repeat left center
}
.facebook{
  background: url("images/icons/facebook.png") no-repeat left center
}
#header {
  margin: 0 auto;
  padding: 0;
  width: 1200px;
  height: 230px;
  background: url(images/mongelechiche_cap.jpg);
  position: relative;
  z-index: 20;
}
#branding,#access {
  margin: 0 auto;
  overflow: visible;
}
#branding{
  float: left;
  width: 325px;
  height: 216px;
  margin-left: 105px;
}
.ie8 #branding{
	
}
#blog-title {
  float: left;
  width: 325px;
  height: 216px;
}
#blog-title a{
  display: block;
  width: 325px;
  height: 216px;
  text-indent: -99999px;
}
.msie #blog-title a{
  
}
#blog-description {
  font-size: 30px;
  line-height: 1.0em;
  text-align: right;
  textShadow: '#520000 -1px -1px';
  color: '-linear-gradient(white, #ffc740)';
  position: absolute;
  top: 70px;
  right: 105px;
  width: 400px;
  
  display: none;
}


#access {
  float: left;
	width: 665px;
  height: 230px;
  margin-right:105px;
}

#searchform {
	top: 40px;
  right: -23px;
  width:338px;
  position: absolute;
}

#searchform #s {
	background: #BF6700;
	border: 1px solid #BF6700;
	color: #FFAE4F;
}

#category-menu ul{
  	top: 187px;
  right: -5px;
  width: 670px;
  position: absolute;
}
#category-menu li{
  float: left;
  background: url(images/menu_separador.png) no-repeat top right;
}
#category-menu li a {
  display: block;
  font-size: 28px;
  color: #710000;
  height: 43px;
  padding: 8px 13px 0;
}
#category-menu li.home a{
  display: none;
}

#category-menu li.current_page_item, #category-menu li.current-cat {
	background: url(images/menu_bg_activo.png) repeat-x;
}
#category-menu li.current_page_item a, #category-menu li.current-cat a{
  color: #fff;
}
#category-menu > li:first-child{
	background: none;
}
#category-menu li a:hover{
  color: #b64500;
}
#category-menu li.blog-description{
  display: none;
}

#page-menu{
  position: absolute;
  right:0;
  top: 5px;
  margin: 0;
  font-size: .8em;
  color: #710000;
  z-index: 100
}
#page-menu #page-nav{
  text-align: right
}
#page-menu #page-nav li{
  float: right;
 background: url(images/menu_separador_p.png) no-repeat right bottom;
  padding: 0 10px;
  height: 21px;
}
#page-menu #page-nav li a{
  padding: 0;
  font-size: 12px;
  color: #710000;
  text-transform: uppercase
}
#page-menu #page-nav li.rss {
  border-right: none;
}

#page-menu #page-nav li.rss a{
  padding-left: 20px;
  background: url("images/ico-rss-trans.png") no-repeat left center;
}
#page-menu #page-nav li a:hover{
  color: white
}

.sf-menu .current_page_item a, 
.sf-menu .current_page_ancestor a, 
.sf-menu .current_page_parent a {
}
.sf-menu a, .sf-menu a:visited {
	color:#FFFFFF;
}
.sf-menu li {
	position: relative;
	background:transparent;
}
body #access #category-menu .sf-menu li li {
  width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto
	
}
.sf-menu li li li {
	background: red ;
}
body #access #category-menu .sf-menu a:focus, 
body #access #category-menu .sf-menu a:hover, 
body #access #category-menu .sf-menu a:active {
	
}
body #access #category-menu .sf-menu .home a:focus, 
body #access #category-menu .sf-menu .home a:hover, 
body #access #category-menu .sf-menu .home a:active {
  
}
body #access #category-menu .sf-menu ul a:focus, 
body #access #category-menu .sf-menu ul a:hover, 
body #access #category-menu .sf-menu ul a:active {
	
}
.sf-menu li li a:hover {
	background:#333333;
}
.sf-menu ul {
	border:medium none;
}
.sf-menu li:hover ul, 
.sf-menu li.sfHover ul {
	top: 45px;
	position: absolute;
	border: 3px solid #333;
	background: #1A1A1A;
	padding: 0;
	border-top: none
}
.sf-menu ul ul {
	top: auto;
	left: auto;
	margin-top:0;
}
body #access #category-menu .sf-menu ul a {
	background:#111111;
	color: white;
	padding: 5px 0 5px 5px;
	margin: 0;
	line-height: 20px;
	height: 20px;
	display: block;
	width: auto
}
.sf-menu ul a:hover {
	color:#CC0000;
}

/* home */
#index-top .widget_text {
	background: url(images/robertito.jpg) no-repeat 168px 0;
	height: 460px;/*490px - 30px*/
	text-align: right;
	padding: 30px 330px 0 0;
	float: left;
	width: 350px;
}

#index-top .widget_text .widgettitle {
	font-size: 65px;
	margin-bottom: 15px;
}

#index-top .widget_text .textwidget p {
	font-size: 20px;
	margin: 0 50px 10px 30px;
	line-height: 20px;
}

#categoryposts-4 {
	float: left;
	width: 250px;
	height: 430px;/*490px - 60px*/
	padding: 60px 0 0 0;
}

#categoryposts-4 h3 {
	font-size: 40px;
	margin-bottom: 15px;
}

#categoryposts-4 li {
	background: url(images/mano.png) no-repeat 0 6px;
	padding: 0 0 15px 40px;
	border-bottom:1px dotted #872E2E;
	margin-bottom: 15px;
}

#categoryposts-4 .post-title {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	padding: 0;
}

#categoryposts-4 p {
	line-height: 1em;
	font-size: 12px;
}

#index-top {
	overflow: hidden;
}


/* fin home */


.skip-link {
  display: none;
}
#main{
	position: relative;
	z-index: 5;
  margin: 0 auto;
  width: 1200px;
}
#primary,
#secondary{
  display: none
}
.page #primary{
  display: block
}
.aside{
  
}
#content{
   width:1000px;
    margin: 0 95px 0 105px;
    overflow:hidden;
  float: none;
}
/*
.msie #content,
.single #content,
.home #content,
.page #content{
  padding-top: 
}
.page #content{
  margin-left: 320px;
  width: 620px
}*/
.page #content li{
  list-style: disc;
  margin-left: 20px
}
.single #container{
  position: relative
}
.single .entry-content{
  margin: 0;
}
.single div.video .entry-content{
	margin:20px 0 0 680px;
	width:255px;
}
.single div.video ul.meta,
.single div.video #nav-below{
	display: none
}
.single .artwork-container{
  
}
.single .entry-artwork{
  padding: 20px;
  text-align: center;
}

.artwork_iz {
	width: 615px;
	float: left;
}

.single .text_artwork,
#gb_form_div {
  background-color: #630000;
  border: 1px solid #630000;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 20px;
  color: #DFC3C3;
}

.artwork-container .entry-artwork img {
margin: 0;
border: 10px solid #480000;
}

.single .navigation{
  margin-top: 10px;
  padding-top: 0;
}
.single .entry-content h1,
h1.page-title,
h1.entry-title {
  font-size: 50px;
  margin: 30px 0 15px;
}

.single .entry-content p{
  line-height: 1.3em;
}
.not-singular .entry-content{
  float: left;
  width: 250px;
  margin: 0 0 15px 0;
}
.not-singular .entry-content a{
  display: block;
  height: 140px;
  width: 240px;
  overflow: hidden;
  position: relative;
  background: #3c0000;
}
.not-singular .entry-content a img{
  position: absolute;
  z-index: 5;
  margin: 0;
}
.not-singular .entry-content a span.slide-title{
  position: absolute;
  top: 121px;
  left: 10px;
  width: 500px;
  line-height: 1em;
  color: #FFB236 !important;
  font-size: .9em;
  font-style: italic;
  z-index: 0
}
.not-singular .entry-content{
  position: relative
}
.not-singular .entry-content .new{
  display: block;
	position: absolute;
	top: -6px;
	right: 14px;
	width: 76px;
	height: 35px;
	background: url("images/ico-new-trans.png") no-repeat top left;
	z-index: 200
}
.not-singular .video .new{
	background: url("images/ico-video-trans.png") no-repeat top left;
	width: 74px;
}
span.cover-up{
  background: url(images/galeria_tapa.png);
  position: absolute;
  left: 0;
  top: 0;
  height: 190px;
  width: 240px;
  z-index: 6
}
.main-aside h3{
  font-weight: bold;
  color: #fff;
  padding: 5px 0 5px 10px
}
.main-aside .xoxo li{
  margin: 0 0 10px 0;
  padding: 15px;
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}
.main-aside .xoxo li div{
  padding: 0 0 0 10px;
  font-size: .8em;
  line-height: 2em
}
.main-aside .xoxo li ul li{
  margin: 0;
  padding: 0 0 0 10px;
  background: transparent;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0
}
.main-aside p{
  margin-bottom: 1em
}
form{
  margin: 0 0 15px 0
}
legend{
  font-size: 26px;
  color: #E7CACA;
 	height: 56px;
	text-transform: uppercase;
}
.form-label,
.wpcf7-form label{
  display: block;
  margin: 5px 0 0 0
}
input[type="text"],
input[type="password"],
textarea,
select{
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #303030;
  background: #191919;
  color: #999999;
  padding: 4px 10px;
}
.navigation {
 margin: 10px 0 0;
  overflow: hidden;
  text-transform: uppercase;
  width: 100%;
  font-size: 10px;
}
#nav-above {
  display: none;
}
#nav-below{
  clear: both;
  padding-top: 10px;
  height: auto;
  overflow: auto;
  padding-bottom: 11px
}

#nav-below a,
button{
  padding: 3px 8px 3px;
}
.nav-next {
  float: right;
  text-align: right;
  width: 47%;
}
.not-singular .nav-next{
  margin-right: 5px	
}
.nav-previous {
  float: left;
  width: 47%;
}
#nav-above{
  display: none;
}
.hentry{
  width: auto
}
.entry-title {
  color: white;
  font-size: 2.6em;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 1em;
  padding-bottom: 1px;
}
.entry-title a{
  color: white
}
.post .entry-meta,.post .entry-utility {
  color: #afafa1;
  font-size: 0.825em;
  margin-bottom: 24px;
  padding-bottom: 5px;
}
.post p, .entry-content p {
  margin-bottom: 1em;
  font-style: italic;
}
.post pre,#content .page pre {
  font-size: 1.6em;
}
.post dt {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.post dd {
  color: #eee;
  margin-bottom: 1em;
}
.post dl {
  margin-bottom: 1.3em;
  padding-left: 20px;
}
.post a.more-link {
  background: #be194f;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.post a.more-link:hover {
  background: #d93c6f;
}
a.more-link .meta-nav {
  display: none;
}
.post h3,.post h4,.post h5,.post h6 {
  margin: 5px 0;
  padding: 5px 0;
}
.post h4 {
  font-size: 1.4em;
}
.post h5 {
  font-size: 1.2em;
  text-transform: uppercase;
}
.post h6 {
  font-size: 1.1em;
  text-transform: uppercase;
}
.post blockquote {
  font: italic 2em Georgia, "Times New Roman", Times, serif;
  color: white;
  margin: 10px 0px;
  padding: 10px 20px 1px 10px;
}
.post blockquote p {
  font-stayle: italic;
}
.post .page-link {
  font-size: 0.825em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.page-link a {
  background: #f0f0f0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #eee;
  border-right: 1px solid #ddd;
  border-top: 1px solid #eee;
  padding: 5px 10px;
  text-decoration: none;
}
.post .entry-utility {
  border-top: 1px solid #232323;
  margin-bottom: 0;
  padding: 5px 0 0 0;
}
.btc-powered{
  font-size: 0.825em
}
#comments {
	float: left;
	width: 365px;
	margin-left: 10px;
  overflow: auto
}
#comments,#comments input[type="text"],#comments textarea {
  font-size: 12px;
}
#comments h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 7px 12px 7px 42px;
  background: url("images/ico-comment.png") no-repeat 16px center
}
#comments #respond h3{
  background-image: url("images/ico-person.png")
}
#comments #comments-list #respond h3{
  background-image: url("images/ico-reply.png")
}
#comments-list {
  float: left;
  margin-right: 30px;
  padding: 0 0 18px;
  width: 365px;
}
#comments-list ol,#comments-list ul {
  list-style: none;
  margin: 0;
}
#comments-list ol {
  margin: 0 0 18px 0;
}
#comments-list li {
  padding: 18px 1.5em 18px 1.5em;
  position: relative;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #101010
}
#comments-list ol {
  
}
.single #content #comments-list li,
.page #content #comments-list li{
  padding: 20px 0;
  position: relative;
  z-index: 0
}
#comments-list li .avatar {
  height: 60px;
  width: 60px;
  padding: 4px;
  border: 1px solid #282828;
  background: #171717;
  float: left;
  position: relative;
  margin-left: -95px
}
#comments-list .comment-author,
#comments-list .comment-meta,
#comments-list .comment-content,
#comments-list .unapproved{
  display: block;
  margin-left: 100px
}
#comments-list .unapproved{
  background-color: #191919;
  margin-bottom: 15px;
  padding: 10px;
  color: white
}
#comments-list .comment-author {
  font-weight: bold;
  font-size: 1.3em
  padding: 5px 0 0 0;
}
#comments-list .comment-meta {
  color: #C73E3E;
  font-size: 11px;
  padding: 10px 0 9px 0;
}
#comments-list .comment-meta a {
  font-style: italic;
  text-decoration: none;
}
#comments-list .comment-meta a:active,#comments-list .comment-meta a:hover {
  
}
#comments-list .comment-content{
  padding-right: 10px
}
#commentform{
  padding: 15px;
  width: 360px
}
.comment-reply-link {
  font-size: 11px;
  padding: 0 0 18px 0;
  text-align: right;
}
.hover-url{
  color: #fff;
  margin-left: 11px;
  font-weight: normal;
  font-style: italic;
  font-size: 10px;
  font-family: Georgia, "Georgia MS", Times, serif
}
.comment-reply-link a {
  
  font-style: italic;
  text-decoration: none;
}
.comment-navigation {
  font-weight: bold;
  margin-right: 0.5em;
  padding: 0;
}
.comment-navigation a {
  border: 1px solid #ccc;
  color: #eee;
  font-weight: normal;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.comment-navigation a:active,.comment-navigation a:hover {
  color: #FF4B33;
}
.comment-navigation a,.comment-navigation span {
  margin-right: 0.5em;
}
#trackbacks-list .comment-content {
  left: -9000px;
  position: absolute;
}
#respond {
  margin-bottom: 22px;
  overflow: hidden;
  padding: 0;
  width: 365px;
  float: right;
  position: relative;
  z-index: 4
 }
#respond code {
  font-size: 11px;
  color: #EF7777;
 }
 
 
#comments-list #respond {
  margin: 0;
  padding: 0;
  float: none;
  width: 365px;
}
#comments-list #commentform {
  width: auto
}
#comments-list ul #respond {
  margin: 0;
}
#cancel-comment-reply {
  font-size: 11px;
  position: absolute;
  right: 1.5em;
  top: 20px;
}
#respond .required {
  color: #FF4B33;
  font-weight: bold;
}
.form-section{
  padding: 0 0 10px 0;
  clear: both;
  overflow: auto
}
.form-section label {
  font-size: 11px;
}
.form-section .form-label{
  width: 35%;
  float: left;
  clear: both;
  text-align: right
}
.form-section .form-input{
  width: 65%;
  float: right;
  text-align: right
}
.form-section .form-input input{
  width: 80%
}
.form-section .form-textarea{
  width: 100%;
  text-align: right
}
.form-section .form-textarea textarea{
  width: 90%
}
#respond #comment-notes{
  line-height: 1.2em;
  margin: 5px 0 20px 0;
  font-size: 0.9em
}
#comments-list ul.children{
  margin-left: 20px;
}
.single #content #comments-list ul.children li{
  padding-left: 25px;
  background: url("images/ico-reply.png") no-repeat 5px 20px
}
#form-section-comment .form-label{
  display: none
}
#form-allowed-tags p {
  color: #fff;
  font-size: 11px;
  line-height: normal;
  margin: 0;
}
#form-allowed-tags span {
  font-style: italic;
  display: block;
}
.form-submit {
  padding: 18px 0 0 0
}
.subscribe-to-comments {
  color: #eee;
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 18px 0 0 0;
}
.solo-subscribe-to-comments {
  color: #eee;
  font-size: 11px;
  padding: 18px 0 0 0;
}
.comment_license {
  clear: both;
  color: #eee;
  font-size: 11px;
  margin: 0;
  padding: 18px 0 0 0;
}
#footer {
  z-index: 0;
  border-top: 1px solid #353535;
  padding: 30px 0 40px;
  color: #555;
  background-color: #0F0F0F;
  margin-top: 40px
}

#footer h3 {
  font-size: 25px;
  margin: 0 0 20px;
  text-align: right;
}
#footer a{
  color: #666
}
#footer #subsidiary .aside{
  width: 940px	
}
#footer .widgetcontainer{
  float: left;
  width: 270px;
  padding: 10px;
  margin: 10px 10px 20px 10px;
  background: #121212;
  border: 1px solid #282828;
 }
#footer .widgetcontainer h3{
  margin-bottom: 10px
}
#footer .widgetcontainer a:hover{
  color: #999
}
#footer .reset{
  clear: both
}
#siteinfo{
  
}
#siteinfo a, .footer_cosas p a{
  text-decoration: none;
  border-bottom: 1px dotted #333;
  color: #ccc;
}
#siteinfo a:hover, .footer_cosas p a:hover {
  border-bottom-color: #555555
}
#author-info {
  border: 1px dotted #ccc;
  padding: 5px;
  overflow: hidden;
  font-size: 1.2em;
  margin-bottom: 20px;
}
#author-info h2 {
  border-bottom: 3px double #ddd;
  padding: 5px 0;
  font-size: 1.8em;
  margin-bottom: 10px;
}
#author-info .avatar {
  float: left;
  border: 3px double #ddd;
  margin: 0 10px 10px 0;
}

/* IE6 fixes */

.ie6 .single .entry-content{
  height: 450px
}

.ie6 .entry-content {
  height:130px;
}

.ie6,
.ie6 #container{
  width: 100%;
  overflow: hidden
}
.ie6 #blog-title a{
  overflow: auto
}
.ie6 #category-menu,
.ie6 #category-nav{
  width: 940px
}
.ie6 #category-menu{
  margin: 10px 0 0 10px
}
.ie6 #category-nav li {
  float: left;
  display: inline;
  padding: 0;
  margin: 0;
  height: auto
}
.ie6 #category-nav li.blog-description{
  float: right
}
.ie6 #category-nav li.blog-description span{
  float: right
}
.ie6 #category-nav a{
  float: left
}
.ie6 .single #content {
  height: auto
}

#category-menu #category-nav .cat-item-11,
.miniaturas .category-noticias {
	display: none;
}



/* Styles for Contact Form 7 plugin */

div.wpcf7-response-output{
  display: none
}

/* Styles for WP Post Ratings plugin */

.post-ratings{margin-bottom: 10px; float: right; width: 100px !important; margin-top: 5px; overflow: hidden; height: 20px}
.post-ratings small{font-size: .7em;}
.post-ratings-text{display:none !important}

/* Styles for BuySellAds widget */

.BuySellAds_widget{
  width: 938px;
  margin: 0;
  padding: 3px 0;
  height: auto;
  overflow: auto;
}
.BuySellAds_widget a {
background-color:#191919;
border:3px solid #191919;
display:block;
height:125px;
overflow:hidden;
position:relative;
width:125px;
float: left;
margin:0 3px 0 0;
}
.BuySellAds_widget a:hover{
  border-color: #191919
}
.BuySellAds_widget img {
  border: 0;
  clear: right;
}
.BuySellAds_widget a.adhere {
  background: #191919;
  border:3px solid #191919;
  color: #666;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  width: 125px;
  height: 125px;
  margin:0 3px 0 0;
}
.BuySellAds_widget a.adhere:hover {
  background: #191919;
  border: 3px solid #191919;
  color: #777;
}

.form_iz, 
.form_de {
	float: left;
}

.form_iz {
	width: 300px;
}

.form_de {
	width: 650px;
}

.form_de textarea {
	width: 620px;
}

.form_de .button {
	margin-top: 25px;
}

.contacto_texto {
	position: relative;
	height: 144px;
	font-size: 15px;
}

.contacto_texto img {
	position: absolute;
	top: -97px;
	right: 150px;
}

.tit_home {
	margin: -70px 0 30px!important;
}

.footer_cosas {
    clear:both;
    width:990px;
    margin:0 auto;
	 overflow: hidden;
}

.footer_cosas p {
   	float: left;
		width: 490px;
		font-size: 11px;
		line-height: 15px;
}

.footer_menu li {
	float: right;
	margin: 0 0 20px 15px;
}

.footer_menu li a {
	color: #bebebe!important;
	font-size: 17px;
	text-transform: uppercase;
}

.footer_menu li a:hover {
	color: #dbdbdb!important;
}

.dataweb {
	font-size: 14px!important;
	line-height: 40px!important;
	background: url(images/dataweb_hosting.jpg) no-repeat left;
	padding-left: 95px;
	height: 58px;
	width: 350px;
	margin: 0 0 10px;
}

.para_el_maldito_ie6 {
	display: none;
}

.themelink {
	padding-left: 95px;
	width: 500px;
	margin: 20px 0 10px;
}

.download {
	background: url(images/download.png) no-repeat right;
	padding-right: 14px;
}

.download:hover {
	background: url(images/download_on.png) no-repeat right;
}

.agenda {
	overflow: hidden;
}

.agenda h2, .agenda h3 {
	float: left;
	font-size: 1.5em;
	margin: 0 0 15px 0;
	padding: 0;
}

.agenda h2 {
	width: 25%;
	text-align: right;
	color: #DF6161;
	margin-right: 10px;
}

.agenda h3 {
	width: 70%;
}

.agenda h2, .agenda h3 {
	float: left;
}

.clear {
	clear: both;
}

/*search */

.search .hentry {
	overflow: hidden;
	padding: 1.5em;
	border-top: 1px solid #4F0000;
	border-bottom: 1px solid #870000;
}

.search .hentry .entry-utility {
	border: none;
}

.search .hentry .entry-content {
	float: none;
	width: 100%;
	margin: 0;
}

.search .hentry .entry-meta {
	margin-bottom:0;
	padding-bottom:5px;
}

.search .hentry .entry-title {
	margin-bottom:0;
}

#categoryposts-4 ul { overflow: auto; height: 300px; }
