/*  
Theme Name: yeah yeah yeahs!
Theme URI: http://247tv.cl
Description: El tema mas bacan del mundo.
Version: 2.0
Author: Pablo Noel
Author URI: http://useme.cl
*/


#pariz{
	position:relative;
	left:126px;
	top:44px;
	}
	
#parde{
	position:relative;
	left:56px;
	top:51px;
	}	
	

body {
	margin:0;
	padding:0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:url('img/fondo.jpg') 0% 0% repeat-x #8F0100;
	color: #333;
	text-align: center;
	}
	
#contenedor{
	margin:auto;
	padding:0;
	width:800px;
	text-align:center;
	clear:both;
}	

#cabeza{
	background:url('img/top.jpg') no-repeat;
	width:100%;
	height:126px;
	text-align:center;
	}


#contenido{
	margin:0;
	padding:0;
	width:800px;
	clear:both;
	text-align:center;
	background:#000;
	}
	
#centro{
	margin:auto;
	padding:0;
	width:340px;
	height:407px;
	text-align:center;
	}

	
#izquierda{
	margin:0;
	padding:0;
	float:left;
	width:219px;
	height:407px;
	background:url('img/menuizq.jpg') no-repeat 0% 0%;			
	text-align:left;	
	}
	
	
#derecha{
	margin:0;
	padding:0;
	float:right;
	width:230px;
	height:407px;
	background:url('img/menuder.jpg') no-repeat 1px 0%;
	text-align:left;			
	}	

#pie{
	margin:0;
	padding:0;
	background:url('img/pie.jpg') no-repeat;
	width:100%;
	height:53px;
	clear:both;
	}


#izquierda ul{
	margin:0;
	padding:0;
	margin-top:105px!important;
	list-style:none;
	}

#derecha ul{
	margin:0;
	padding:0;
	margin-top:51px!important;
	margin-left:1px!important;
	list-style:none;
	}




#izquierda li, #derecha li{
	margin-top:-2px!important;
	}







#barra{
    position: absolute;
    bottom: 0;
    left: 0;
	height:36px;
	width:100%;
	background:#000;
	text-align:center;
	}


#barra div{
	margin:auto;
	padding:0;
	width:700px;
	text-align:right!important;
	clear:both;
	}

#barra div img{
	margin:0;
	padding:0;
	float:right;
	}


#archivo{
	position:absolute;
	top:372px;
	left:50%;
	margin-left:-170px;
	height:150px;
	overflow:auto;
	background:#000;
	width:326px;
	z-index:10000;
	}


#archivofull{
	width:326px;
	height:400px;
	overflow:auto;
	background:#000;
	}

#post{
	margin:auto;
	padding:0;
	text-align:left;
	width:327px;
	height:400px;
	overflow:auto;
	}

#post p{
	padding-top:5px;
	}

img{
	border:0;
}

a{	
	color:#fff;
	text-decoration:none;
	}
	
a:hover{
	text-decoration:underline;
	}	

p{
    margin:0;
    padding:0;
    font-size:1em;
    color:#fff;
	text-align:left;
}


blockquote{
margin:0;
margin-left:10px;
padding:0;
}	



.archivo{
	clear:both;
	height:65px;
	border-bottom:1px solid #333;
	}

.programa{
	padding-right:5px;
	height:50px;
	width:50px;
	color:#555;
	float:left;
	text-align:right;
	}

.archivo a img{
	padding-right:5px;
	float:left;
	}



/* Begin Contact Form ][ CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 2px solid #ff0000;
}
/* End Contact Form ][ CSS */