/* CSS Document */
body{
	margin-top: 0px;
	margin-left:0px;
	text-align:center;
	font-family:"Trebuchet MS", Helvetica, sans-sarif;
	background-image:url(../../imagen/estructura/imagen_fondo.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#C8C9CB;
}

body, td, input, select, textarea {
	font-size: 12px;
	font-weight: normal;
}

#contenedorGeneral{
	width:995px;		
	margin:0 auto;
	background-color:#FFFFFF;
}
#contenedor_general{
	width:720px;
	float:right;
	margin:0px;
	padding-top:14px;
/*	border-color:#00F;
	border-style:solid;
	border-width:1px;*/
}
#contenedorEncabezado{
	width:995px;
	height:186px;		
	margin:0px 0px 0px 1px;
	padding:0px 0px 0px 0px;
	clear:both;
}

#contenedorCentral{
	width:995px;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
/*	border-color:#F00;
	border-style:solid;
	border-width:1px;*/
}

#contenedorContenidos{
	width:520px;
	margin:0px 0px 0px 10px;
	padding:0px 9px 0px 0px;
	text-align:left;
	float:left;
}
#columna_derecha{
	float:right;
/*	border-color:#090;
	border-style:solid;
	border-width:1px;*/
	width:176px;
	height:250px;
}
#contenedorPie{
	background-image:url(../../imagen/estructura/fondo_pie.jpg);
	background-repeat:no-repeat;
	width:995px;
	height:144px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
}
#piePagina{
	margin:0px 0px 0px 0px;
	padding:92px 0px 0px 0px;
	color:#666666;
}

#links_pie a:link, #links_pie a:visited, #links_pie a:hover{
	color:#999999;
	text-align:right;
	float:right;
}


#info_direccion, #info_telefono, #info_correo{
	font-size:11px;
	text-align:left;
	color:#999999;
	position:relative;
	top:35px;
}
#info_direccion{
	float:left;
	left:338px;
}
#info_direccion span, #info_telefono span, #info_correo span{
	color:#000000;
	font-size:13px;
	font-weight:bold;
}
#info_telefono{
	float:left;
	width:150px;
	left:420px;
}

#info_correo{
	float:right;
	right:36px;
}
#info_correo a:link,#info_correo a:visited{
	color:#999999;
	text-decoration:none;
}
#info_correo a:hover{
	text-decoration:underline;
}

