@import "formato-basico.css";
@import "contenidos.css";
@import "../especificos/menu.css";
@import "../especificos/seccion_derecha.css";
@import "../especificos/seccion_izquierda.css";
@import "../especificos/seccion_compras.css";
@import "../especificos/banners.css";

html{
	overflow:hidden;
}

body {
	margin:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	overflow:hidden;
	height:100%;
	/*background-image:url(../../imagenes/estructura/fondo_pagina_sanisidro.jpg);
	background-repeat:repeat-x;	
	background-color:#CA0028;*/
	background-color:#000000;
}

#contenedor_body{
	margin:0px;
	overflow:scroll;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}

#contenedor_general{
	width:1000px;
	margin:0 auto;
}

#contenedor_encabezado{
	width:1000px;
	height:123px;
}

#contenedor_enlaces{
	width:1000px;
	text-align:left;
	background-color:#E9E9E9;
}

#contenedor_contenidos{
	width:1000px;
	text-align:center;
	clear:both;
}

#contenedor_pie{
	width:1000px;
	height:52px;
	background-image:url(../../imagenes/estructura/fondo_pie_pagina.jpg);
/*	background-image:url(../../imagenes/estructura/fondo_pie_pagina_sanisidro.jpg);*/
	background-repeat:repeat-x;	
	border-style:solid;
	border-width:1px;
	border-color:#464646;
}

#contenidos_pie_pagina{
	color:#464646;
	/*color:#FFF;*/
	text-align:center;
	padding:4px 0px 0px 0px;
}

#firma_creartel{
	width:780px;
	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;
}

/*Definimos la sección de columna oscura*/
#contenedor_seccion_oscura{
	width:998px;
	background-image:url(../../imagenes/estructura/fondo_pagina_seccion_oscura.gif);
	background-repeat:repeat-y;
	text-align:center;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 2px;
	z-index:1;
}

/*Definimos la sección de columna clara*/
#contenedor_seccion_clara{
	width:998px;
	background-image:url(../../imagenes/estructura/fondo_pagina_seccion_clara.gif);
	background-repeat:repeat-y;
	text-align:center;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 2px;
}

#seccion_izquierda{
	float:left;
	width:160px;
	background-color:#EFEFEF;
}

#seccion_central{
	float:left;
	width:350px;
	background-color:#FFFFFF;
	text-align:center;
	margin-left:8px;	
	margin-right:5px;
}

#seccion_derecha{
	float:left;
	width:246px;
	margin-left:8px;
}

#seccion_compras{
	width:217px;
	float:right;
	text-align:center;
	margin-top:5px;
}

#seccion_datos_entidades{
	float:right;
	width:217px;
	text-align:left;
}