

/* Etiquetas y estilos generales */

body{
	margin: 0;
	padding: 0;
	font: 11px Arial, sans-serif;
	color: #000;
	height: 100%;
	min-height: 100%;
}


a{
	text-decoration:none;
	color: #DE0000;
}

a:hover{
	text-decoration: underline;
}

img{
	vertical-align: top;
}

/* Contenedores */

#contenedor{
	width: 669px;
	margin: auto;
	height: 100%;
	min-height: 100%;
	border: 1px solid #999;
}

#franja{
	width: 100%;
	background: #DE0000;
	height: 28px;
	border-bottom: 1px solid #000;
}

#header{
	color: #fff;
	font-family: Arial, sans-serif;
	text-align: center;
	width: 669px;
	height: 104px;
	background: url(../img/css/header/header.gif) no-repeat;
	margin-bottom: 10px;
}

#header h1{
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
}


#header h2{
	font-weight: bold;
	font-size: 14px;
}


#subHeader{
	border-bottom: 1px dashed #666;
	padding: 0px 10px 10px 10px;	
}

#subHeader p{
	margin:0;
	padding: 0;
	margin-right: 100px;
	margin-left: 130px;
	color: #DE0000;
}


#contenido{
	height: 100%;
	min-height: 100%;
	background: url(../img/css/back.gif) right repeat-y;
	padding-left: 10px;
}

/* Posts */



#post-content{
	width: 430px;
	margin-top: 20px;
	margin-right: 160px;
}

.post{
	border-bottom: 1px dashed #666;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.post .fecha{
	text-transform: uppercase;
}

.post h2{
	color: #CC0000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.post .content{
	font-size: 12px;
	margin-bottom: 10px;
}

.post .content img{
	margin-top: 5px;
	
}
.post .post-data{
	font-size: 10px;
}

.post .caption{
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}

/* side bar */

#sidebar{
	float: right;
	width: 155px;
	padding: 10px;
	margin-top: 2px;
	height: 100%;
	min-height: 100%;
}

#sidebar a{
	color: #000;
}

#sidebar a:hover{
	color: #DE0000;
	text-decoration: none;
}

#sidebar .block{
	border-bottom: 1px dashed #666;
	font-size: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
}
#sidebar .block img{
	margin-top: 5px;
}

#sidebar .block strong{
	color: #DE0000;
}
#sidebar h3{
	font-size: 11px;
	color: #DE0000;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

#sidebar .block form{
	margin: 0; 
	padding: 0;
}

#sidebar .block input{
	font-size: 10px;
	border: none;
}



