/*
Theme Name: Blank 1 sidebar - left (theme development)
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Anna
Author URI: 
Tags: empty, clean, development, design

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* -- just some ugly styling to make it easier to get started, can safely be removed */

/* - BASIC STUFF - */
body {
	color:#414141;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #666666;
	background-image: url(imagen/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: justify;
}
a {
	text-decoration:none;
	color: #B00000;
}
a:hover {
	text-decoration:none;
	color: #999;
}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:0px;padding:0;}
li {
	list-style-type:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {
	margin-left:10px;
	list-style:disc;
	list-style-position:outside
}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
h1.entry-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: left;
	font-style: oblique;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #A60000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A60000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}


h2#comments{margin:20px auto 10px;font-size:140%;}
/* headings inside posts */
.entry-content h3 {
}
.entry-content h4 {
}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}

/* -- MAIN DIV'S -- */
#wrapper {
	float:none;
	clear:both;
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	padding: 0;
	background-image: url(imagen/wrapper.jpg);
	background-repeat: repeat-y;
}
#header {
	height:53px;
	text-align:center;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFF;
	padding-top: 13px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	width: 976px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height:232px;
	overflow:hidden;
	clear:both;
	float:none;
	text-align:center;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap {
	float:right;
	clear:none;
	width: 620px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
}

/* -- SIDEBARS --*/
.sidebar-wrap {
	overflow:hidden;
	float:left;
	clear:none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sidebar {
	clear:none;
}
.block-1 {
	float:left;
	width: 276px;
	margin-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}
#header h1 {
	display: none;
}
#header h2 {
	display: none;
}

.content-logo {
	background-image: url(imagen/content-logo.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #a80b0c;
	padding-top: 33px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-left: 12px;
}
.fono {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #f5cd14;
	font-weight: bold;
	margin-right: 18px;
	margin-left: 18px;
}
.call {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #f5cd14;
	font-weight: bold;
	margin-right: 18px;
}
.text-sidebard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.cont-fono {
	padding-bottom: 14px;
}
.posts-wrap2 {
	float:right;
	clear:none;
	margin: 0px;
	width: 712px;
}
.silde {
	float: left;
	height: 315px;
	width: 700px;
}
.banners-home {
	float: left;
	background-color: #000;
	padding-left: 2px;
	width: 698px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
}
.home {
	float: left;
	width: 422px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 40px;
	margin-right: 14px;
}
.bhome01 a {
	background-image: url(imagen/bhome01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 76px;
	font-size: 11px;
	width: 108px;
	text-indent: -9999px;
}
.bhome01 a:hover {
	background-image: url(imagen/bhome01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 11px;
}
.bhome02 a {
	background-image: url(imagen/bhome02.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 76px;
	font-size: 11px;
	width: 108px;
	text-indent: -9999px;
}.bhome02 a:hover {
	background-image: url(imagen/bhome02.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 11px;
}
.bhome03 a {
	background-image: url(imagen/bhome03.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 76px;
	font-size: 11px;
	width: 108px;
	text-indent: -9999px;
}.bhome03 a:hover {
	background-image: url(imagen/bhome03.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 11px;
}
.bhome04 a {
	background-image: url(imagen/bhome04.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 76px;
	font-size: 11px;
	width: 108px;
	text-indent: -9999px;
}.bhome04 a:hover {
	background-image: url(imagen/bhome04.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 11px;
}
.bhome05 a {
	background-image: url(imagen/bhome05.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 76px;
	font-size: 11px;
	width: 108px;
	text-indent: -9999px;
}.bhome05 a:hover {
	background-image: url(imagen/bhome05.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 11px;
}
.bhome06 a {
	background-image: url(imagen/bhome06.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 76px;
	font-size: 11px;
	width: 108px;
	text-indent: -9999px;
}.bhome06 a:hover {
	background-image: url(imagen/bhome06.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 11px;
}
.t1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding-bottom: 10px;
	font-weight: bold;
}

.t2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #a6131c;
	padding-bottom: 10px;
	font-weight: bold;
}
.t3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #a6131c;
	padding-bottom: 10px;
	font-weight: normal;
	text-align: left;
}
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.pie a {
	color: #FFF;
}
.pie a:hover {
	color: #d6b3b3;
	text-decoration: none;
}

.content-pie {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-color: #000;
	color: #FFF;
	font-size: 12px;
}
.contact {
	margin-left: 12px;
	padding-left: 35px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
}

.txt-pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fcf6c3;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#tcform {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#contactsubmit {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	border: 1px solid #CCC;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
	background-color: #800809;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#tcf_msg {
	width: 200px;

}
.form-text {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.banners-home2 {
	float: right;
	background-color: #000;
	padding-left: 0px;
	width: 700px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	margin-right: 12px;
}
.right-page {
	float: right;
	width: 700px;
}
.block-1 h3 {
	display: none;
}
a:focus {
	outline:none;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background-image: url(imagen/botonera.png);
	background-repeat: repeat-x;
	background-position: center;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 100%;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	background-image: url(imagen/linea-boton.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 16px;
	padding-right: 35px;
	padding-bottom: 16px;
	padding-left: 35px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 15px;
	margin: 0px;
}
#access ul ul {
	box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	margin-left: 0px;
}
.sub-menu {
	margin: 0px;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #fff;
	background-color: #000;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
.sidebarright {
	float: right;
	margin-top: 15px;
	margin-right: 12px;
}
.home2 {
	float: left;
	width: 422px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-right: 14px;
}

