/* 
    Document   : comun
    Created on : 23/07/2009, 12:12:48 AM
    Author     : Lalo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body {
	margin: 0;
	height: 100%;
	padding: 0;
	background-color: #000000;
	font-size: 10px;
	text-align: center;
}

#contenedor {
	width: 1024px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	padding: 10px;
	background-color: black;
	text-align: center; 
	 
}

#encabezado {
	
	width: 932px;
	height:165px;
}

#tabs {
	width: 932px;
	margin-right: 2px;
	
	
}

#barraLateral {
	width: 150px;
	float: left;
}

#pie {
	clear: both;
	width: 928px;
	margin-left: 2px;
	text-align: left;
	overflow: hidden;
}

.contenido {
	width: 780px;
	float: right;
	background-color: white;
}

.contenido2 {
	width: 850px;
}

.noticias {
	padding: 3px;
	font-size: smaller;
	border: 1px solid silver;
}

#noticia-1 {
	width: 100%;
	border-left: none;
	border-right: none;
}

#noticia-2 {
	width: 48%;
	float: left;
	border: none;
	border-right: 1px solid silver;
}

#noticia-3 {
	width: 48%;
	float: right;
	border: none;
}