/*  
Theme Name: Stylized
Theme URI: http://www.freewpthemes.net/
Description: Tema de dos columnas, ideal para resoluciones de 1024x768.Traducido por <a href="http://mundoblog.es">Mundoblog</a> y <a href="http://plantillaswp.com">Plantillas Wordpress</a>.
Version: 1.0
Author: NodeThirtyThree + Free WordPress Themes
Author URI: http://www.nodethirtythree.com + http://www.freewpthemes.net/

*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/*#header{
	height:150px;
	width:800px;
	color:#ffffff;
	position:absolute;
	float: left;
	display: inline-block;
	padding-left: 150px;
}*/

h1, h2, h3 {
}

h1 {
	letter-spacing: -1px;
	font-size: 20px;
	color: #255eac;
}

h2 {
	font-size: 24px;
	color: #255eac;
}

h3 {
}

p, ul, ol {
/*	margin-bottom: 3px;*/
	/*text-align: justify;*/
	
}

p {
margin-bottom: 8px;
}

ul, ol {
	/*list-style: none;*/
}

ul {
}

ol {
}

a {
	color: #255eac;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
}

img.right {
}

.tn img {
	border: 8px solid #F5F5F5;
}

hr {
	display: none;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* Logo */

#header {
	width: 801px;
	height: 146px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	padding: 70px 37px 0 0;
	height: 54px;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -2px;
}

#header h2 {
	float: right;
	padding: 98px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 13px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}


#navigation{
	height:35px;
	line-height:2.2em;
	width:800px;
	background: url(images/barra-normal.jpg) repeat-x;
	color:#5A5A5A;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	
}

#navigation li{
	list-style-type:none;
	border-right:0px solid #5A5A5A;
	white-space:nowrap;
	z-index:10;
	}

#navigation li a{
	display:block;
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #5A5A5A;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background: url(images/navon.gif) repeat-x;
color:#5A5A5A;
text-decoration:none;
}

.masinfo{
	color: #255eac;
	margin: -10px;
	float: right;
	margin-right: 0px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
	border: 0 none;
	width: 800px; /*For KHTML*/
	list-style: none;
	height: 34px;

}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 26px;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 170px;
  list-style: none;  
  display: none;
  position: absolute;
  top: 34px;
  left: 0px;
}

*html ul#navmenu-h ul {
	position: absolute;

}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 170px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
	border-right: 1px solid #FFFFFF;
	border-bottom: 2px solid #036AB5;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;	
	background-image:url(images/menu.jpg);
	color: #fff;
	font: bold 10px/20px Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 14px;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  background: #3B8CC3;
  color: #fff;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #3B8CC3;
  color: #fff;
  padding: 2px 15px 2px;
width: 170px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #469DE0;
  color: #fff;
width: 170px;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #3B8CC3;
  color: #fff;
width: 170px;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #469DE0;
  color: #fff;
width: 170px;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #3683B6;
  color: #fff;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;

}

ul#navmenu-h ul ul,

ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 215px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

/* Menu */

/*#menu {
	width: 801px;
	height: 50px;
	margin: 0 auto;
	background: #255eac;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 10px;
	padding: 5px 20px 0 20px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	background: #255eac;
}*/

/* Page */

/*#bg {
	background: url(images/fondo.jpg) no-repeat center top;
}*/

#page {
	width: 800px;
	margin: 0 auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: right;
	margin-top:10px;
	padding-left:1px;
}

/* Content */

#contenido{
	/*width:572px;*/
	
	}

#content {
	float: left;
	width: 560px;
	position: relative;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: auto;
	padding-left: 5px;
/*	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;*/
	height:auto;
}
*html #content {
	
	
	
}

.post h1.title {
	padding-left: 15px;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.post h2.title {
	margin: 40px 0 25px 0;
	padding-left: 15px;
}

.title{
color: #255eac;
}

.title2{
color: #255eac;
padding-left: 15px;
}

.titulo2{
color: #255eac;

}

.post .title a {
	text-decoration: none;
	color: #255eac;
}

.post .entry {
	padding-left: 15px;
	
}

.post ul, .post ol {
	margin-left: 3em;
}

.post ul {
	/*list-style-type: square;*/
}

.post ol {
	list-style-type: decimal;
}

/*.post .meta {
	background: url(images/img06.gif) repeat-x -40px -40px;
	left: 0px;	
}*/

.post .meta p {
	/*margin: 0;*/
	line-height: normal;
}

.navigation {
	padding-top: 50px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Comments */

#comments {
}

#comments ol, #comments p {
	margin: 0;
	line-height: normal;
}

#comments ol li {
	padding: 10px 0;
	border-bottom: 1px dotted #3E3E3E;
}

#comments ol {
	margin-left: 32px;
}

#comments p {
	padding-top: 10px;
}

/* Respond */

#respond {
}

#respond p {
	margin-bottom: 5px;
}

#comment {
	width: 400px;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
	background: url(images/img06.gif) repeat-x;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#prev {
	text-align: left;
}

#next {
	text-align: right;
}

#calendar a {
	font-weight: bold;
}

#clearing { 
	clear:both;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 208px;
	/*background-image: url(images/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: left;*/
	padding: 0px;
	margin-top:10px;
	margin-bottom:0px;
	/*margin-bottom: 0;*/
	height: 780px;
	min-height: 100%;
	position: relative;
}
/**html #sidebar {
	position:inherit;
}*/
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#sidebar li {
	padding-bottom: 20px;
	font-size: 11px;
}

#sidebar li ul {
	
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

#sidebar li h2 {
	height: 25px;
	background: url(images/fondo_titulo.jpg) no-repeat;
	font-size: 13px;
	color: #000000;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
}

#sidebar a {
	color: #255eac;	
}


.widget widget_recent_entries{
	padding-left: 10px;
	float: left;
	
}
.widgetsearch {
	font-size: 12px;
	color: #666666;
	width: 120px;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.botonsearch {
	font-size: 12px;
	color: #000000;
	margin-top: 8px;
	margin-bottom: 7px;
}

.banner1{
	padding-left: 8px;
}
/* Search */

#search {
}

#search form {
	padding: 26px 26px 50px 26px;
	
}

#search input {
	float: right;
}

#search #s {
	width: 160px;
}

#rightcol {
	width:560px;
	margin-top: 20px;
	color:#333333;
	font-size: 11px;
	text-align:justify;
	
	}

#rightcol img {
	float:left;
	margin:0px 10px 4px 0;
	padding:0px;
	}

#rightcol  p{
	margin: 0px;
	line-height: 130%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	}
#rightcol h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 15px;
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:15px 0 15px;
	}


/*.widgettitle {display:none;}*/

#twitter_div{
	background-image: url(images/twitterbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 170px;
	}
	
#twitter_div ul {
	margin-top: 26px;
	color: #FFFFFF;
	}

#volver{
	float:right;
	padding-bottom:10px;
}
#volver h3{
	font-size: 12px;
	color: #0033FF;
}

#fondolargo{
	background-image: url(images/fondo_largo.jpg);
	background-repeat: repeat-y;
	float:right;
	background-position: bottom;
	height: 100%;
	width: 800px;
}
/* Footer */

#footer a {
	color: #255eac;
}

#footer{
	width: 800px;
	background-image: url(images/pie.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer p{
	font-size: 12px;
	line-height: normal;
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: auto;
	color: #255eac;
	padding-left: 0px;
	margin-top: auto;
	//margin-top: 5px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: 15px;
	height:65px;
}