/* IMAGEN DE DECORACION EN EL LATERAL IZQUIERDO */
#homeDestacado{
	/*display:inline;
	margin-left:-454px;
	position:absolute;
	top:80px;*/
	background: url("/images/detalleHome.gif") no-repeat left top;
	position:absolute;
	width:100%;
	height:80%;
	text-indent:-5000px;
	top:80px;
	left:-454px;
	display:inline;
}

::-moz-selection{
	background:#DC9610;
	color:#fff;
}
::selection{
	background:#DC9610;
	color:#fff;
}

/* ==================== */
/* ==================== */
/* ESTRUCTURA GENERAL  */
*{
	margin: 0;
	padding:0;
}

a{
	text-decoration:none;
}
body{	
	font-family: Arial, Tahoma; 
	font-size: 11px;
	color: #666;
	background: url("/images/bgVert.gif") repeat-y center top;
}
#wrap{
	position:relative;
	width:100%;
	margin:0 auto;
	background: url("/images/bgHeader.gif") no-repeat center top;
	min-height:	100%;
}
#wrapBlog{
	position:relative;
	width:950px;
	margin:0 auto;
	background: #000 url("/images/bodyBg.jpg") repeat left top;
}
#content{
	width:667px;
	background: url(images/bgPost.gif) repeat-y right top;
	float:left;
	padding-bottom:70px;
	position:relative;
}
#footer{
	position:absolute;
	bottom:0;
	border-bottom:10px solid #fff;
	height:282px;
	margin:0 auto;
	width:948px;
	left:50%;
	margin-left:-474px;
	background: #9e6d0d url(images/bgHeaderPie.gif) no-repeat top;
}
#fondoInf{
	position:absolute;
	bottom:0;
	right:0;
	border:none;
}
.clear{
	clear:both;
}
/* ==================== */
/* ==================== */
/* CABECERA */
/* ==================== */


#header{
	height:79px;
	background:url(images/bgCabecera.png) no-repeat left top;
}
#header ul{
	list-style-type:none;
	position:relative;
	padding-left:400px;
	padding-top:30px;
}
#header li a:hover {
	text-decoration:underline;
}
#header li a {
	color:#fff;
	text-decoration:none;
	padding-right:10px;
}
#header li{
	font-size:10px;
	text-transform:uppercase;
	font-family:Arial, Verdana, Tahoma, sans-serif;
	float:left;
	margin-right:9px;
}
#header span{
	color:#DC9610;
}
/* ==================== */
/* ==================== */
/* CONTENIDO DEL BLOG*/
/* ==================== */

#contBlog{
	display:block;
	background:url(images/bgContenido.png) no-repeat left top;
	padding-bottom:310px;
	padding-top:14px;
}
.post .cabeceraPost h2 a:hover, .tituloPost a:hover{
	text-decoration:underline;
	color:#000;
}
.post .cabeceraPost h2 a, .tituloPost a{
	font-size:20px;
	font-family:"Lucida Sans", Arial,Verdana sans-serif;
	color:#333;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;	
}
.post .cabeceraPost .postmetadata a{
	color:#5f5f5f;
	text-transform:uppercase;
	text-decoration:none;
	font-size:10px;
}


/* ==================== */
/* ==================== */
/* ESTILOS DE LOS POSTS */
/* ==================== */
.post {
	display:inline;
	margin-top:36px;
	margin-left:10px;
	width:650px;
	float:left;
	padding-top:4px;
	background:url(/images/separadorPost.gif) no-repeat right top ;

}
/* --- CSS  de cabecera en post */
/* ==================== */

.post .cabeceraPost .fechaPost{
	float:left;
	margin-left:1px;
}
.post .cabeceraPost h2{
	float:left;
	width:500px;
	margin-left:10px;
	padding-top:3px;
}
.post .cabeceraPost .postmetadata{
	float:left;
	margin-left:10px;
	padding-top:3px;
}
.entry img{
	display:block;
	margin:10px;

}
.entry ul{
	list-style-type: square;
	margin:10px;
	
}
.entry blockquote p{
	background:url(images/blockquote-bg2.gif) no-repeat right bottom;
	padding-bottom:30px;
	padding-right:40px;

}
.entry blockquote{
	font-family:"Lucida Sans", Arial, sans-serif;
	color:#f7aa15;
	font-size:18px;
	background:url(images/blockquote-bg.gif) no-repeat left top;
	display:block;
	width:320px;
	padding:40px;
	margin-top:30px;

}
.entry a img, .entry object {
	display:block;
	border:5px solid #736248;
}
.entry ul, .entry ol{
	margin-left:20px;
	margin-bottom:15px;
}
.entry  li{
	padding-bottom:10px;
}
.entry{
	line-height:140%;
	font-size:12px;
	color:#555;
}
.entry p{
	margin-bottom:16px;
	
}
.entry a{
	color:#f0a412;
}
.entry a:hover{
	text-decoration:underline;
	color:#b87f12;
}
.entry a:hover img {
border:5px solid #5b4b32;

}
/* --- CSS  de entrada post */
/* ==================== */


#contBlog .entry{
	float:left;
	width:450px;
	min-height:	140px;
	height:auto!important;
	height:140px;
}
/* ---- CSS de barra en el post    */
/* ==================== */

.post .postInfo{
	width:126px;
	height:180px;
	float:left;
	clear:both;
	margin-right:5px;
	margin-left:3px;
}

.post .postInfo .infoComentarios{
	margin-left:2px;
	padding-bottom:5px;
	border-bottom:1px solid #e7e7e7;
	width:114px;
}
.post .postInfo .infoComentarios a {
	text-decoration:none;
	text-transform:uppercase;
	color:#5f5f5f;
}
.post .postInfo .linkShare ul{
	list-style-type:none;
}
.post .postInfo .linkShare li a{
	display:block;	
	height:24px;
	width:20px;
}
.post .postInfo .linkShare li{
	text-indent:-2100px;
	float:left;
	height:24px;
	width:20px;
}
.post .postInfo .linkShare{
	border-top:1px solid #e7e7e7;
	width:106px;
	padding-left:10px;
	padding-top:10px;
	margin-top:10px;
}
.post .postInfo .autorPost{
	padding-top:8px;
	height:34px;

}
.post .postInfo .autorPost a{
	color:#f7aa15;
	text-decoration:none;
}
.post .postInfo .autorPost p{
	text-indent:6px;
	font-size:10px;
	padding-top:2px;
}


.post .postInfo .autorPost a:hover{
	color:#ca8d16;
	text-decoration:underline;
}
.post .postInfo .autorPost img{
	border:6px solid #e7e7e7;
	float:left;
	display:block;
	margin-left:8px;
}
#sidebar ul{
	list-style-type:none;
}
.post .postInfo .infoComentarios span{
	display:block;
	height:22px;
	width:26px;
	margin-left:5px;
	background: url(/images/bgComentarios.gif) no-repeat top left;
	text-align:center;
	padding-top:2px;
}
.post .postInfo .autorPost p.enlaceUsuario  a{
	color:#777;
	text-decoration:none;
}
.post .postInfo .autorPost p.enlaceUsuario  a:hover{
	color:#333;
	text-decoration:underline;
}

/* ==================== */
/* ===== ESTILOS SIDEBAR*/
/* ==================== */

/* GENERALES */
/* ==================== */
#sidebar{
	float:left;
	width:271px;	
	margin-left:11px;
	background: url(images/bgFooter.png) no-repeat left bottom;
	padding-bottom:20px;
	color:#fff;
	min-height:600px;
	height:auto!important;
	height:600px;
}
#sidebar ul{
	background:#fff;
}
#sidebar li{
	border:1px solid #262626;
}
#sidebar strong{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#sidebar h2{
	background-color: #262626;
	font-family: Arial,"Arial Narrow", Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color:#f7aa15;
	height:21px;
	padding-top:36px;
	text-indent:20px;
}
#sidebar ul{
	background-color: #262626;
}

/* INICIO SIDEBAR */
/* ==================== */
#sidebar p{
	font-family:"Arial Narrow", Arial, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	background:	#262626;
	width:220px;
	margin-left:12px;
}
#sidebar #que {
	height:125px;
	margin-bottom:15px;
}
#sidebar #que h2{
	background:url(images/bgSidebar1.png) no-repeat left top;
}

/* FLASH DESTACADO */
/* ==================== */
#flashDestacados{
	padding-left:10px;
}

#sidebar #flipamos h2{
	background:url(images/bgSidebar2.png) no-repeat left top;
}
#sidebar .categories li:before, #sidebar .linkcat li:before{
	content: "\002A";
}
#sidebar #que, #sidebar #flipamos{
	background: url(/images/bgBordeSidebar.gif) no-repeat left bottom;
	padding-bottom:13px;
}
#sidebar .categories {
	display:block;
	padding-top:10px;
}
#sidebar .categories ul {
	background: url(/images/bgBordeSidebar.gif) no-repeat left top;
	padding-bottom:20px;
	
}
#sidebar{
	width:271px;
}

#sidebar h2#categorias{
	margin-top:10px;
	background:url(images/bgSidebar3.png) no-repeat left top;
}
#sidebar a{
	color:#f7aa15;
	font-family: Arial, "Arial Narrow",Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

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

#sidebar #busqueda input#s{
	border:1px solid #df9c1b;
	height:20px;
	background:#404040;
}
/* ===== BARRA DE BUSQUEDA */
/* ==================== */
#sidebar #busqueda{
	padding-top:15px;
	position:relative;
	
}

#sidebar #busqueda h2{
	background:url(images/bgSidebar4.png) no-repeat left top;
	text-indent:-2000px;
}
li#busqueda{
	display:block;
	height:75px;
	background:url(/images/bg-busqueda.gif) no-repeat right top;
	border:none;
}

#busqueda form{
	display:inline;
	position:absolute;
	top:-16px;	
	left:50px;
}
#busqueda input{
	float:left;
	margin-top:38px;
}
#busqueda #searchsubmit{
	margin-top:35px;
	margin-left:10px;
}
#searchform label{
	display:none;
}
#searchform input{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	size:11px;
}


#sidebar .categories ul, #sidebar .linkcat ul{
	margin-left:30px;
	color:#f7aa15;
	padding-bottom:10px;
}

#sidebar .linkcat ul{
	margin-left:30px;
}
#sidebar .linkcat h2{
	background:url(images/bgSidebar5.png) no-repeat left top;
}
#sidebar .linkcat{
	margin-top:10px;
}
#sidebar h2{
	margin-left:-14px;
	position:relative;
}
/* ==================== */
/* ==================== */
/* ===== ESTILOS FOOTER */
/* ==================== */
#footer #masPopulares li , #footer #ultimosComentarios li{
	background: url(images/bgEnlacePie.gif) no-repeat left 4px;
}
#footer #masPopulares ul a:hover, #footer #ultimosComentarios ul a:hover{
	color:#fff;
	text-decoration:underline;
}
#footer #masPopulares ul a, #footer #ultimosComentarios ul a{
	text-decoration: none;
	font-family:"Arial Narrow", Arial, sans-serif;
	color:#f7aa15;
	font-size:11px;
	padding-left:13px;
	display:block;
}
#footer #masPopulares ul{
margin-left:8px;

}
#footer #masPopulares ul, #footer #ultimosComentarios ul{
	list-style-type:none;
	color:#fff;
	margin-top:55px;
	width:230px;
	border-right:1px solid #c19d58;
	padding-right:35px;
 
}
#footer #infoEnfoca img{
	border:6px solid #fff;
	float:left;
	display:block;
	margin-bottom:200px;
	margin-right:15px;

}
#footer #infoEnfoca {
	float:left;
	width:325px;
	margin-left:15px;
	padding-top:60px;
	height:200px;

}
#footer #infoEnfoca p{
	color:#f0ddb8;
	font-family:"Arial Narrow",Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:110%;
	text-align:justify;
	padding-bottom:10px;

}
#footer #infoEnfoca a:hover{
	text-decoration:underline;
}
#footer #infoEnfoca a{
	color:#f7aa15;
	font-family:"Arial Narrow",Arial, Helvetica, sans-serif;
	font-size:14px;
}
#footer #masPopulares, #footer #ultimosComentarios{
	margin-left:20px;
	float:left;
}
/* ==================== */
/* ==================== */
/* ===== ESTILOS NAVIGATION DE LOS POSTS */
/* ==================== */

.navigation {
	clear:both;
	background:url(/images/separadorPost.gif) no-repeat left top;
	padding-top:20px;
	height:60px;
	width:480px;
	margin:0 auto;
	margin-left:130px;

	
	
}
.navigation a{
	display:block;
	line-height:31px;
	text-indent:20px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8d8d8d;
	font-weight:bold;
	width:157px;
	height:35px;
}

.navigation a:hover{
	color:#333;
}
.navigation .alignleft a{
	background:url(/images/bgEnlaceAnterior.gif) no-repeat left top;
	float:left;
}
.navigation .alignright a{
	background:url(/images/bgEnlaceSiguiente.gif) no-repeat left top;
	float:right;
}
.rec-twitter
{
	float:left;
	width:100px;
	height:20px;
	margin-right:20px;

}.rec-fbook
{
	float:left;
	width:140px;
	height:20px;

}
/* ==================== */
/* ==================== */
/* ARCHIVOS   */
/* ==================== */


