@charset "utf-8";

/* ESCRUCTURA GENRAL DE PAGINA */

#ui-datepicker-div {
	display:none;
}

body{
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(fondo.png);
	background-repeat:     repeat-x;
	background-position: center top;
	background-attachment: fixed;
}

p, font, a, div, form, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	font-size: 11px;
}
a:link, a:visited, a:hover, a:active{
	/*color: #00a;*/
}
#contenedor{
	width:1024px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#pie {
	height: 45px;
	width: 100%;
	margin-top: 15px;
	background-image: url(fondo_pie.png);
	background-repeat:  repeat-x;
	text-align: center;
	clear: both;
	padding-top: 25px;
}
#menu {
	height: auto;
	width: auto;
	text-align: left;
	left: 25px;
	margin-left: 30px;
	margin-bottom: 2px;
}
/* CUADRO CENTRAL DE PAGINA */

#main {
	width: 961px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#main_center {
	padding-left: 10px;
	background-color: #FCFCF5;
	height: auto;
	text-align: left;
	padding-right: 10px;
}
#main_up {
	background-image: url(main_up.png);
	height: 8px;
	width: 961px;
	margin-right: auto;
	margin-left: auto;
	background-position: bottom;
	background-repeat: no-repeat;

}
#main_down {
	background-image: url(main_down.png);
	height: 8px;
	width: 961px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: top;
}

#main_izq {
	background-image: url(main_izq.png);
	float: left;
	height: 570px;
	width: 10px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
}
#main_der {
	background-image: url(main_der.png);
	float: right;
	height: 570px;
	width: 10px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
}
#clear{
	clear:both;
}
/*Referente a Popoup*/
#pop_main {
	margin-top: 10px;

}
#pop_center {
	padding-left: 35px;
	height: auto;
	text-align: left;
	width:565px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E3E9ED;
}

#pop_up {
	background-image: url(pop_up.png);
	height: 8px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-position: bottom;
	background-repeat: no-repeat;

}
#pop_down {
	background-image: url(pop_down.png);
	height: 8px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: top;
}
/* COLUMNAS EN CUADRO CENTRAL */

#main_columna_izq {
	height: auto;
}
#main_columna_der {
	width: 650px;
	min-height: 550px;
	margin-left:auto;
	margin-right:auto;
}

/* GENERIC BOX  */

#generic_box {
	float:right;
	width: 276px;
}
#generic_box_main {
	background-image: url(news_box_main.png);
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat:  repeat-y;
	background-position: left top;
}
#generic_box_up {
	background-image: url(news_box_up.png);
	background-repeat: no-repeat;
	height: 11px;
	margin: 0px;
	background-position: bottom;
}
#generic_box_down {
	background-image: url(news_box_down.png);
	background-repeat: no-repeat;
	height: 11px;
}

#generic_box_sep{
	height:10px;
}

/* Referente a estilos basicos*/

.text_menu{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	
}
.titulo_pagina{
	font-size: 24px;
	color: #003399;
	font-weight: bold;
	padding-top: 5px;
}
.iconos {
	margin-right: 1px;
}
