body{
	font-size: 0.9em; /* Resets 1em to 10px */
	font-family: Arial;
	text-align: center;
	background-color: #00112B;/*#f3f8ff;#fdfeff;*/
}

a{
	color: #00112B;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #D45500;
	text-decoration: underline;
}

#todo{
	margin: 20px auto;
	width: 1100px;
	padding: 0;
	background-color: #FFFFFF;
}

#cabecera{
	width: 100%;
	padding-top:7px;
}

#cabecera h1{
	margin: 0%;
	padding: 0%;
}

#logo{
	width: 900px;
	height: 100px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

#logo a{
	display: block;
	width: 900px;
	height: 100px;
}

#logo span{
	display: none;
}


#menu{
	width: 100%;
	background-repeat: repeat-y;
	background-image: url(images/barra_fondo_menu.jpg);
	text-align: left;
	border: 1px solid #00112B;
	height: 20px;
	padding-top:10px;
	padding-bottom:10px;
}

#menu a{
	font-weight: normal;
}

#menu_menu{
	float: left;
	width: 75.5%;
}

#menu_otros{
	float: right;
	width: 24%;
}

#menu_otros img{
	border:0px;
	margin-top:-4px;
}

#menu_menu ul, #menu_otros ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu_menu ul li, #menu_otros ul li{
	display: inline;
	margin-left: 2.2%;
	margin-right: 2.2%;
	font-size: 1.2em;/*13px;*/

}

.letra_accesskey{
	font-weight: bold;
}

#cuerpo{
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	text-align: left;
	margin-top: 10px;
}

/*inicio footer*/
#footer{
	clear: both;
	background-image: url(images/fondo_pix_footer.png);
	background-repeat: repeat-x;
	height: 200px;
	text-align:left;
	margin-top: 5px;
}

#footer_menu, #footer_sindicacion, #footer_licencia, #footer_enlared{
	width:25%;
	float:left;
}

#footer_menu{

}

#footer_menu ul{
	list-style: none;
}

#footer_menu ul li{
	margin-bottom:10px;
}

#footer_sindicacion{

}

#footer_sindicacion_logo{
	background-image: url(images/sindicacion_footer.png);
	background-repeat: no-repeat;
	width:68px;
	height: 68px;
	float:left;
}

#footer_sindicacion_logo a{
	display: block;
	width:68px;
	height: 68px;
}

#footer_sindicacion_logo span{
	display: none;
}

#footer_sindicacion_texto{
	width:auto;
	float:left;
}

#footer_sindicacion_texto ul{
	list-style: none;
	margin-top:0px;
	padding-left:10px;
	margin-left:0px;
}

#footer_sindicacion_texto ul li{
	margin-bottom:15px;
}

#footer_licencia{

}

#footer_licencia_cc_by_3_0{
	background-image: url(images/cc_by_88x31.png);
	background-repeat: no-repeat;
	width:88px;
	height: 31px;
}

#footer_licencia_cc_by_3_0 a{
	display: block;
	width:88px;
	height: 31px;
}

#footer_licencia_cc_by_3_0 span{
	display: none;
}

#footer_enlared{

}

#footer_enlared_bitacoras{
	background-image: url(images/footer_logo_bitacoras.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 47px;
}

#footer_enlared_bitacoras a{
	display: block;
	width: 50px;
	height: 47px;
}

#footer_enlared_twitter{
	background-image: url(images/footer_logo_twitter.png);
	background-repeat: no-repeat;
	width: 155px;
	height: 36px;
}

#footer_enlared_twitter a{
	display: block;
	width: 155px;
	height: 36px;
}

#footer_enlared_flickr{
	background-image: url(images/footer_logo_flickr.png);
	background-repeat: no-repeat;
	width: 92px;
	height: 26px;
}

#footer_enlared_flickr a{
	display: block;
	width: 92px;
	height: 26px;
}

#footer_enlared_bitacoras span, #footer_enlared_twitter span, #footer_enlared_flickr span{
	display: none;
}

#footer_developer{
	clear: both;
	text-align:right;
	padding-right: 1%;
}
/*fin footer*/

#clearboth{
	clear: both;
}

#cuerpo_contenido{
	float:left;
	width: 77%;/*679px;*/
	margin-left: 10px;
	/*margin-right: 10px;*/
	background-color: #FFFFFF;/*#00112B;
	border-right: 1px solid #00112B;*/
}

#cuerpo_contenido a{
	color: #083983;
}

#cuerpo_lat_izq{
	float: right;
	width: 20%;/*178px;*/
	margin-left: 10px;
	margin-right: 10px;
	border-left: 1px solid #00112B;
	color: #00112B;
}

.post_cuerpo_contenido{
	width: 98%;/*658px;*/
	min-height: 200px;
	margin-top:20px;
	padding: 1%;/*10px;*/
	background-color: #f3f8ff;
	border: 1px solid #D45500;
}

.post_cuerpo_contenido h2{
	margin-top:0px;
}

.post_fecha_autor_cuerpo_contenido{
	float: left;
}

.post_cuerpo_contenido .postmetadata{
	float: right;
	margin-right:10px;
}

.post_tags_cuerpo_contenido{
	font-size: 0.8em;
}

.caja_cuerpo_lat_der{
	width: 100%;
	background-color: #f3f8ff;
	border-bottom: 1px solid #00112B;
}

.caja_cuerpo_lat_der h2{
	font-size: 1.3em;
	margin-left: 1%;
	padding-left: 40px;
	background-image: url(images/pix_h2.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #D45500;
}

.caja_cuerpo_lat_der img{
	border:0px;
}

#caja_buscador{
	/*text-align: center;*/
	width:24%;
	float: right;
}

#caja_buscador .hidden{
	display: none;
}

#caja_buscador #s, #searchsubmit{
	color: #00112B;
	background-color: #FFFFFF;
	border: 1px solid #00112B;
}

#caja_buscador #s{
	width:70%;
}

#searchsubmit{
	background-color: #f3f8ff;
	border: 1px solid #D45500;
}

#linkcat-2{
	list-style: none;
	margin:0px;
	padding:0px;
}

#google_adsense_noticias{
	text-align: center;
}

#form_contacto{
	float: left;
	width:50%;
	padding:10px;
	border: 1px solid #D45500;
	background-color: #f3f8ff;
}

#form_contacto form{
	margin:0;
	padding: 0;
}

#form_contacto table{
	width: 100%;
}

#form_contacto input, #form_contacto  textarea{
	color: #00112B;
	border: 1px solid #00112B;
}

#form_contacto #enviar{
	background-color: #f3f8ff;
	border: 1px solid #D45500;
}

#form_contacto .formu_input{
	width: 100%;
}

#info_contacto{
	float: right;
	width: 41%;
	background-color: #f3f8ff;
	border: 1px solid #D45500;
	padding: 10px;
}

#img_error404{
	background-image: url(images/ae.com.png);
	background-repeat: no-repeat;
	min-height: 186px;
}

/******************* PROMOCION REDES SOCIALES *******************************/
#promo_sociales{
	width: 100%;
	background-color: #F3F8FF;
	border: 1px solid #D45500;
}

#promo_twitter, #promo_googlefriend{
	width: 48%;
	min-height: 300px;
	padding: 7px;
}

#promo_sociales, #promo_twitter, #promo_googlefriend, #promo_twitter_logo, #promo_twitter_twitter{
	min-height: 430px;
}

#promo_twitter{
	float: left;
	/*background-color: #213222*/;
}

#promo_twitter_logo{
	float: left;
	background-image: url("images/logo_twitter_withbird_1000_allblue_rotada.png");
	background-repeat: no-repeat;
	width: 47%;
}

#promo_twitter_logo a{
	display: block;
	width: 100%;
	height: 400px;
}
	
#promo_twitter_logo a span{
	display: none;
}

#promo_twitter_followus{
	background-image: url("images/follow_us-a.png");
	width: 160px;
	height: 27px;
}

#promo_twitter_followus a{
	display: block;
	width: 160px;
	height: 27px;
}

#promo_twitter_followus a span{
	display: none;
}

#promo_twitter_twitter{
	float: right;
	width: 53%;
}

#promo_googlefriend{
	float: right;
	/*background-color: #FF4411*/;
}

#promo_googlefriend_logo{
	background-image: url("images/google_friends_logo_mini.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 138px;
}
	
#promo_googlefriend_friends{
	width:100%;
	min-height: 300px;
}
/******************* FIN PROMOCION REDES SOCIALES *******************************/


/* Begin Images */
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* BOTONES REDES SOCIALES */

#iconos_redes_sociales, .iconos_redes_sociales{
	margin-bottom: 10px;
	float: right;
}

#iconos_redes_sociales ul, .iconos_redes_sociales ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#iconos_redes_sociales ul li, .iconos_redes_sociales ul li{
	display: inline;
	margin-right: 5px;
}

.icono_rs_bitacoras{
	float: left;
	margin-right: 5px;
}

.icono_rs_meneame, .icono_rs_wikio, .icono_rs_facebook, .icono_rs_twitter, .icono_rs_barrapunto, .icono_rs_linkedin, .icono_rs_gbuzz{
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}

.icono_rs_meneame a, .icono_rs_wikio a, .icono_rs_facebook a, .icono_rs_twitter a, .icono_rs_barrapunto a, .icono_rs_linkedin a, .icono_rs_gbuzz a{
	display: block;
	width: 16px;
	height: 16px;
}

.icono_red_social span, .icono_rs_meneame span, .icono_rs_wikio span, .icono_rs_facebook span, .icono_rs_twitter span, .icono_rs_barrapunto span, .icono_rs_linkedin span, .icono_rs_gbuzz span{
	display: none;
}

.icono_rs_meneame{
	background-image: url(images/iconos_redes_sociales/meneame.gif);
}

.icono_rs_wikio{
	background-image: url(images/iconos_redes_sociales/wikio.gif);
}

.icono_rs_facebook{
	background-image: url(images/iconos_redes_sociales/facebook.png);
}

.icono_rs_twitter{
	background-image: url(images/iconos_redes_sociales/twitter.gif);
}

.icono_rs_barrapunto{
	background-image: url(images/iconos_redes_sociales/barrapunto.png);
}

.icono_rs_linkedin{
	background-image: url(images/iconos_redes_sociales/linkedin.gif);
}

.icono_rs_gbuzz{
	background-image: url(images/iconos_redes_sociales/gbuzz.png);
}
/* FIN BOTONES REDES SOCIALES*/

.codigo_fuente{
	margin: 5px;
	padding:5px;
	width: 96%;
	border: 1px solid #D45500;
	font-style: italic;
	font-weight: bold;
	background-color: #FFFFFF;
}

#comment{
	width:679px;
}

