/* CSS Document */
@import "formato_basico.css";
@import "contenidos.css";
@import "../especificos/menu_principal.css";
@import "../especificos/columna_derecha.css";
@import "../especificos/columna_izquierda.css";
@import "../especificos/encabezado.css";

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	margin-top:5px;
	/*background-image:url(../../imagenes/estructura/bicentenario/fondo.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
}

#contenedor_general{
	width:995px;
	margin:0px auto;
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;	
	border-color:#E5E5E5;	
	border-bottom-width:0px;
}

#contenedor_encabezado{
	width:995px;
	text-align:left;

}

#contenedor_encabezado_superior{
	background-image:url(/imagenes/estructura/encabezado/encabezado_superior.jpg);
	/*background-image:url(../../imagenes/estructura/bicentenario/encabezado_superior.jpg);*/
	background-repeat:no-repeat;
	width:995px;
	/*height:103px;*/
	height:140px;
	margin-top:10px;
}

#contenedor_encabezado_central{
	/*background-color:#F6F6F6;*/
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

#contenedor_encabezado_inferior{
	/*background-image:url(/imagenes/estructura/encabezado/encabezado_inferior.jpg);
	background-repeat:no-repeat;*/
	width:995px;
	height:8px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#contenedor_contenidos{
	width:975px;
	background-color:#FFF;
	margin:0px 0px 0px 0px;
	padding:5px 10px 5px 10px;
}

#contenedor_columnas_noticias{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#contenedor_columna_izquierda{
	width:425px;
	float:left;
	text-align:left;
	padding:0px 10px 0px 0px;	
}

#contenedor_columna_central{
	width:210px;
	float:left;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;	
}

#contenedor_columna_derecha{
	width:303px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 7px;	
	text-align:center;
	border-left-color:#E5E5E5;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#E5E5E5;
	border-right-style:solid;
	border-right-width:1px;
}

#columna_derecha_publicidad{
	width:215px;
	float:right;
	padding:0px 0px 0px 5px;	
}

#contenedor_pie_pagina{
	width:995px;
	text-align:center;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	position:relative;
	top:25px;
}

#contenidos_pie_pagina{
	width:995px;
	text-align:center;
	margin:0px auto;	
	color:#9D9D9D;
	border-bottom-width:1px;
	border-bottom-style:solid;	
	border-bottom-color:#E5E5E5;	
	padding:0px 0px 0px 0px;
}

#fondo_pie_pagina{
	background-color:#EFEFEF;
	background-position:center;	
	margin:0px 10px 10px 5px;
	padding:10px 0px 0px 0px;
}

#firma_creartel{
	width:995px;
	text-align:right;
	padding: 0px 5px 0px 0px;
	font-size:10px;
	margin: 0px auto;
}

#firma_creartel a:link, #firma_creartel a:visited{
	color:#999999;
}

#firma_creartel a:hover{
	color:#FF9900;
}