/*
Design & Development:  El Webstudio - http://www.elwebstudio.com/ - info@elwebstudio.com
Last update:  2009-08-29 - 03:05 hs
-->	  
*/
/*RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
a{ color: #000; text-decoration: none;}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a {
	outline:none;
}
/* END RESET */
body{
	font-family: Georgia,Times,serif;
	font-size: 13px;
	color: #333;
	/*background-color: #D3E1F0;*/
}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px; }
}
p{
	font-family: Georgia,Times,serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 1em;
	color: #424B54;
}
p strong{
	font-weight: bold;
	color: #424B54;
}
strong{
	color: #CC2600;
	font-weight: bold;
}
h1{
	display: block;
	width: 436px;
	height: 40px;
	font-size: 40px;
	font-weight: bold;
	margin: 0px;
	display: inline-block;
	color: #CC2600;
	float: left;
	text-indent: 0;
}
h2{
	font-family: Georgia,"Times New Roman",Times,Serif;
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	color: #50789E;	
	margin: 0px 0px 10px 0px;
	display: inline-block;
	padding: 0px 5px;
}
h2 a{
	color: #50789E;
	text-decoration: none;
}
h2 a:hover{
	color: #CC2600;
	text-decoration: none;
}
h3{
	font-size: 26px;
	font-family: Georgia,"Times New Roman",Times,Serif;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
.titulo_area{
	font-size: 16px;
	color: #50789E;
	font-family: Georgia,"Times New Roman",Times,Serif;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	border-bottom: 2px solid #CC2600;
	padding: 0px 0px 3px 0px;
}
#wrapper{
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#header{
	color: #333;
	width: 960px;
	float: left;
	height: 50px;
	margin: 10px 0px 20px 0px;
	border-bottom: 5px solid #CC2600;
	padding: 0 0 5px 0;
}
#header img{
	display: block;
	float: left;
}

/* navigation */

#navigation {
	float: right;
	width: 500px;
	height: 36px;
	padding: 0px 0px 10px 0px;
	color: #000;
	margin: 0px 0px 0px 0px;
}
#navigation ul {
	display: block;
	width: 500px;
}
#navigation li a {
	display: block;
	float: left;
	width: 200px;
	text-indent: 0px;
	height: 32px;
	margin: 0px 33px 0px 25px;
}
#navigation li#btn-categorias a {
	width: 135px;
	padding: 0px 3px;
	background: #fc0;
	text-indent: -9999px;
}

#navigation li#btn-categorias a:hover {
	background-position: -137px -2px;
}

#navigation li#btn-categorias a.selected {
	background-position: -137px -2px;
}

#navigation li#btn_categorias #submenu{
	position: absolute;
	width: 354px;
	height: 240px;
	z-index: 9999;
	background: #fc0;
	margin: 0px 320px;
	padding: 20px 30px 30px 30px;
	display:none;
	top: 210px;
}

#navigation li#btn_categorias #submenu li{
	display: block;
	line-height: 20px;
	height: 20px;
	width: 160px;
	margin: 0 0 5px 0;
	padding: 0;
	text-indent: 0px;
	color: #000;
	float: left;
}
#navigation li#categorias #submenu li a{
	display: block;
	background: none;
	color: #000;
	position: relative;
	height: 17px;
	line-height: 17px;
	margin: 0;
	padding: 3px 0 0 15px;
	text-indent: 5px;
}
#navigation li#btn-categorias #submenu li a:hover{
	font-weight:bold;
}
/*End Navigation*/

#content{
	color: #424B54;
	margin: 0px 5px 5px 0px;
	/*padding: 30px;
	width: 580px;*/
	width: 642px;
	float: left;
	/*
	background-color: #fff;
	border: 1px solid #8CAAC5;
	
	box-shadow: 2px 2px 2px #8CAAC5;
  	-moz-box-shadow: 2px 2px 2px #8CAAC5;
  	-webkit-box-shadow: 2px 2px 2px #8CAAC5;
  	*/
}
#content strong{
	font-weight: bold;
}
#content em{
	font-style: italic;
}
#content a{
	color: #50789E;
}
#content a:hover{
	text-decoration: underline;
	color: #CC2600;
}
#content ol{
	color: #333;
	list-style-type: decimal;
	list-style-position: inside;
	padding: 0 1em 1.4em 1em;
	line-height: 1.4em;
}
#content ul{
	display: block;
	color: #333;
	list-style-type: disc;
	list-style-position: inside;
	padding: 0 1em 1.4em 1em;
	line-height: 1.4em;
}
.post{
	color: #424B54;
	margin: 0px 5px 30px 0px;
	padding: 30px;
	width: 580px;
	float: left;
	
	background-color: #fff;
	border: 1px solid #8CAAC5;
	
	box-shadow: 2px 2px 2px #8CAAC5;
  	-moz-box-shadow: 2px 2px 2px #8CAAC5;
  	-webkit-box-shadow: 2px 2px 2px #8CAAC5;
  	
  	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}
.imagen{
	display: block;
	margin: 10px 0px 20px 0px;
}
.autor{
	display: block;
	margin: 0px 0px 20px 0px;
	font-size: 11px;
	font-weight: normal;
	font-style:italic;
	color: #50789E;
}
.autor a{
	font-weight: bold;
	color: #50789E;
}
.autor a:hover{
	text-decoration: underline;
}
.autor-no-link{
	font-size: 11px;
	font-weight: normal;
	font-style:italic;
	font-weight: bold;
	color: #50789E;
}
.categorias{
	display: block;
	margin: 30px 0px;
	border-top: 1px solid #8CAAC5;
	padding: 10px 10px 10px 10px;
	color: #333;
	width: 560px;
}
.categorias .addthis{
	display: block;
	float: right;
}
.categorias a{
	text-decoration: none;
	font-style:italic;
	font-weight: bold;
	color: #CC2600;
	display: inline-block;
}
#rightcolumn{
	color: #333;
	margin: 0px 0px 0px 10px;
	/*padding: 10px 0px 10px 5px;*/
	padding: 0;
	width: 300px;
	float: left;
}
#suscripcion #input_suscribite{
	display: block;
	width: 250px;
	line-height: 16px;
	padding: 4px;
	border: 1px solid #8CAAC5;
	font-family: Gergia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #50789E;
} 
.column-box{
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 15px;
	width:  270px;
	
	background-color: #fff;
	border: 1px solid #8CAAC5;
	
	box-shadow: 2px 2px 2px #8CAAC5;
  	-moz-box-shadow: 2px 2px 2px #8CAAC5;
  	-webkit-box-shadow: 2px 2px 2px #8CAAC5;
  	
  	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}
#twitterfeed.column-box{
	color: #8CAAC5;
}
#twitterfeed.column-box .twiteo{
	font-size: 20px;
	font-style: italic;
	color: #8CAAC5;
}
#facebook.column-box{
	height: auto;
	padding: 0px;
	width:  300px;
	height: 275px;
}
#facebook.column-box iframe{
	border: 0;
	margin: 10px 10px;
}
#ws.column-box{
	font-style: italic;
	color: #8CAAC5;
}
#columnas.column-box,
#colaboradores.column-box{
	font-style: italic;
	color: #8CAAC5;
	line-height: 20px;
}
#banner.column-box{
	display: block;
	min-height: 125px;
	padding: 10px 0 0 0;
	width: 300px;
}
#licencia-cc.column-box{
	display: block;
}
#licencia-cc.column-box p{
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
	margin: 0;
}
.column-box a{
	color: #8CAAC5;
	text-decoration: none;
}
.column-box a:hover{
	color: #50789E;
	text-decoration: none;
}
#leftcolumn{
	float: left;
	color: #333;
	margin: 0px 5px 5px 0px;
	padding: 10px 0px 10px 5px;
	width: 210px;
	display: inline;
	background: #fff;
}
#columnista{
	display: block;
	width: 580px;
}
.columnista{
	display: block;
	width: 580px;
	min-height: 50px;
	clear: both;
	padding: 5px 0px 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #ccc
}
.columnista .img-columnista-small{
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
}
.columnista .nombre-columnista{
	display: inline;
	float: left;
	width: 520px;
	margin: 0px 0px 5px 0px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 12px;
	color: #D3E1F0;
	clear: right;
}
#columnista .columnista .nombre-columnista a{
	color: #8CAAC5;
	text-decoration: none;
}
#columnista .columnista .nombre-columnista a:hover{
	color: #8CAAC5;
	text-decoration: none;
}

#columnista .columnista .ultima-nota-columnista{
	display: inline;
	float: left;
	width: 520px;
	margin: 0px 0px 5px 0px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #424B54;/*#50789E;*/
}
#columnista .columnista .ultima-nota-columnista a{
	color: #424B54;
	text-decoration: none;
}
#columnista .columnista .ultima-nota-columnista a:hover{
	color: #CC2600;
	text-decoration: none;
}

#footer{
	width: 940px;
	font-size: 11px;
	clear: both;
	color: #8CAAC5;
	text-align: right;
	border-top: 1px solid #8CAAC5;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px;
}
#footer a{
	text-decoration: none;
	color: #8CAAC5;
}
#footer a:hover{
	text-decoration: none;
	color: #50789E;
}
/* Formulario de contacto */
#form-contacto{
	display: block;
	margin: 20px 0;
	width: 440px;
}
#form-contacto #nombre,
#form-contacto #email,
#form-contacto #asunto{
	display: block;
	line-height: 2em;
	height: 2em;
	width: 480px;
	padding: 0.3em;
	font-size: 1em;
	font-family: 'Georgia', Times New Roman, Times, serif;
	border: 1px solid #d3e1f0;
	background: #fff;
	margin: 0 0 1em 0;
	font-style: italic;
}
#form-contacto #comentarios{
	display: block;
	line-height: 2em;
	height: 12em;
	width: 480px;
	padding: 0.3em;
	font-size: 1em;
	font-family: 'Georgia', Times New Roman, Times, serif;
	border: 1px solid #d3e1f0;
	background: #fff;
	margin: 0 0 1em 0;
	font-style: italic;
}
#form-contacto label{
	color: #333;
	line-height: 1.4em;
}
#form-contacto #btn-borrar a,
#form-contacto #btn-enviar a{
	border: 1px solid #d3e1f0;
	color: #424B54;
	display: inline;
	padding: 0.5em 1em;
	float: left;
}
#form-contacto #btn-enviar{
	float: right;
}
#form-contacto #btn-borrar a:hover,
#form-contacto #btn-enviar a:hover{
	background: #d3e1f0;
	color: #424B54;
	text-decoration: none;
}
#gracias{
	padding: 20px;
	color: #8CAAC5;
	border: 1px solid #d3e1f0;
	margin: 40px 0 210px 0;
}
#gracias img{
	display: inline;
	margin: 0 10px -4px 0;
}

/* BANNERS */
.banner-130x130{
	display: inline;
	float: left;
	width: 130px;
	height: 130px;
	margin: 0px 10px 10px 10px;
	font-size: 16px;
	font-style: italic;
	color: #8CAAC5;
	background: #eee;
	line-height: 130px;
	text-align: center;
}
.banner-280x65{
	display: block;
	width: 280px;
	height: 65px;
	margin: 0px 10px 10px 10px;
	clear: both;
	font-size: 16px;
	font-style: italic;
	color: #8CAAC5;
	background: #eee;
	line-height: 65px;
	text-align: center;
}
.banner-280x130{
	display: block;
	width: 280px;
	height: 130px;
	margin: 0px 10px 10px 10px;
	clear: both;
	font-size: 16px;
	font-style: italic;
	color: #8CAAC5;
	background: #eee;
	text-align: center;
	line-height: 130px;
}
.banner-280x280{
	display: block;
	width: 280px;
	height: 280px;
	margin: 0px 10px 10px 10px;
	clear: both;
	font-size: 16px;
	font-style: italic;
	color: #8CAAC5;
	background: #eee;
	line-height: 280px;
	text-align: center;
}
#suscripcion-mail a{
	display: block;
	height: 20px;
	line-height: 20px;
	text-indent: 30px;
	margin: 0px 0px 10px 0px;
	background-image:url(../imgs/icon_mail.png);
	background-position:left;
	background-repeat: no-repeat;
	font-weight: bold;
	font-style: italic;
}
#suscripcion-mail a:hover{
	color: #CC2600;
}
#suscripcion-rss a{
	display: block;
	height: 20px;
	line-height: 20px;
	text-indent: 30px;
	margin: 0px 0px 10px 0px;
	background-image:url(../imgs/icon_rss.png);
	background-position:left;
	background-repeat: no-repeat;
	font-weight: bold;
	font-style: italic;
}
#suscripcion-rss a:hover{
	color: #CC2600;
}
#suscripcion-facebook a{
	display: block;
	height: 20px;
	line-height: 20px;
	text-indent: 30px;
	margin: 0px 0px 10px 0px;
	background-image:url(../imgs/icon_facebook.png);
	background-position:left;
	background-repeat: no-repeat;
	font-weight: bold;
	font-style: italic;
}
#suscripcion-facebook a:hover{
	color: #CC2600;
}
#suscripcion-twitter a{
	display: block;
	height: 20px;
	line-height: 20px;
	text-indent: 30px;
	margin: 0px 0px 10px 0px;
	background-image:url(../imgs/icon_twitter2.png);
	background-position:left;
	background-repeat: no-repeat;
	font-weight: bold;
	font-style: italic;
}
#suscripcion-twitter a:hover{
	color: #CC2600;
}
/* HOME SLIDER */
#main-slider{
	display: block;
	margin: 0px 13px;
	width: 580px;
	height: 200px;
	position: relative;
	overflow: hidden;
	color: #424B54;
	margin: 0px 5px 30px 0px;
	float: left;
	padding: 20px 0;
	background-color: #fff;
	border: 1px solid #D3E1F0;
	
}
#main-slider ul{
	display: block;
	width: 580px;
	height: 180px;
	overflow: hidden;
	margin: 0 auto;
}
#main-slider li{
	display: block;
	float: left;
	position: relative;
	width: 580px;
	height: 180px;
	overflow: hidden;
}
#main-slider li .holder{
	display: block;
	width: 560px;
	height: 180px;
}
#main-slider li .imagen{
	display: inline;
	float: left;
	height: 180px;
	margin: 0 10px 0 0;
}
#main-slider li h3{
	display: inline;
	clear: right;
	line-height: 1.2em;
}
#main-slider li .autor{
	display: inline;
	clear: right;
	padding: 5px 0;
}
#main-slider li .copete{
	display: inline;
	clear: right;
	margin: 5px;
	height: 40px;
	color: #999;
}
#main-slider li .btn-leer-mas a{
	display: block;
	float: left;
	padding: 5px;
	border: 1px solid #D3E1F0;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	clear: right;
	color: #8CAAC5;
}
#main-slider li .btn-leer-mas a:hover{
	color: #8CAAC5;
	text-decoration: none;
	border: 1px solid #8CAAC5;
}
#paginado.post{
	padding: 10px 30px;
	text-align: center;
}
#main-navigation li#categorias #submenu{
	position: absolute;
	width: 354px;
	height: 240px;
	z-index: 9999;
	margin: 0px 320px;
	padding: 20px 30px 30px 30px;
	display:none;
	top: 210px;
}
#main-navigation.main-nav .submenu li a{
	display: block;
	clear: both;
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 1.4em;
}
#columnas.column-box .titulo_area,
#colaboradores.column-box .titulo_area{
	cursor: pointer;
}