/* GLOBAL STYLES */
*
{
	margin: 0px;
	padding: 0px;
}

   
ul
{
	margin-left: 1em;
}

body
{
    font-family: lucida grande, lucida, lucida sans, sans-serif;
	font-size: 12px;
	background:url(../images/bg.jpg) top center no-repeat #100503;
	text-align: justify;
}

a
{
    color: #860000;
    text-decoration: none;
}

a img
{
    border: none;
}

/* GLOBAL CLASSES */
img.block
{
	display: block;
}

img.left
{
	float: left;
}

img.right
{
	float: right;
}

img.center
{
    float: center;
}

div.clear
{
	clear: both;
}

div.odd_news, div.even_news
{
	padding: 12px 8px;
}

div.even_news
{
	background-color: #bf762a;
}


.text {
    color: #860000;
}

.text2 {
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.tituloSeccion {
    font-size: 19px;
    border-bottom: 1px solid #860000;
    width: 640px;
}

.tituloSeccionSinBorde {
    font-size: 19px;
    width: 640px;
}

.tituloLink {
    font-size: 14px;
    border-bottom: 1px solid #860000;
    width: 640px;
}


.strong_text
{
	font-weight: bold;
	color: #860000;
}

.strong_italic_text
{
    font-weight: bold;
    font-style: italic;
    color: #860000;

}

.bold
{
	font-weight: bold;
}

/* SITE STRUCTURE */

#wrapper
{
	width: 988px;
	margin: 0px auto;
	color: #fff;
}

/* HEADER NAVIGATION STYLE */
#header
{
	margin: 0px;
	position: relative;
	height: 101px;
    background-image: none;
    background: url(../images/header_bg.jpg) top left no-repeat;
}

#header li
{
	list-style-type: none;
	display: block;
	position: absolute;
}

#header li a
{
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#logo
{
	top: 5px;
	left: 44px;
}

#logo a
{
	width: 500px;
	height: 90px;
	background-image: url(../images/titulo.jpg);
}

#coronacion
{
	top: 36px;
	left: 790px;
}

#coronacion a
{
	width: 100px;
	height: 22px;
	background-image: url(../images/link_coronacion.gif);
}

#home
{
	top: 36px;
	left: 895px;
}

#home a
{
	width: 59px;
	height: 22px;
	background-image: url(../images/home.gif);
}

/* MAIN NAVIGATION STYLE */
#main_nav
{
	margin: 0px;
	padding: 0px 31px 0px 28px;
	height: 63px;
	background: url(../images/nav_bg.jpg) top left no-repeat;
}

#main_nav li
{
	float: left;
	display: block;
	list-style-type: none;
}

#main_nav li a
{
	display: block;
	text-indent: -2000px;
	height: 63px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main_nav li #current
{
    background-position: 0px -126px;
}

#main_nav li a:hover
{
	background-position: 0px -126px;
}

#main_nav li a.active
{
	background-position: 0px -126px !important;
}

#nav_01 a
{
	width: 123px;
	background-image: url(../images/nav/nav_01.jpg);
}

#nav_02 a
{
	width: 112px;
	background-image: url(../images/nav/nav_02.jpg);
}

#nav_03 a
{
	width: 170px;
	background-image: url(../images/nav/nav_03.jpg);
}

#nav_04 a
{
	width: 146px;
	background-image: url(../images/nav/nav_04.jpg);
}

#nav_05 a
{
	width: 161px;
	background-image: url(../images/nav/nav_05.jpg);
}

#nav_06 a
{
	width: 126px;
	background-image: url(../images/nav/nav_06.jpg);
}

#nav_07 a
{
    width: 91px;
    background-image: url(../images/nav/nav_07.jpg);
}

/* MAIN BANNER STYLE */
#home_banner
{
	width: 988px;
	height: 319px;
	background: url(../images/home-bg.jpg) top left no-repeat;
}

/* CONTENT SECTION STYLE */
#content
{
	background: url(../images/content_bg.jpg) center top repeat-y;
	color: #000000;
}

#wrap_top
{
	background: url(../images/wrap_top_bg.jpg) center top no-repeat;
}

#wrap_bottom
{
	/* make sure our content is always at least 370 tall */
	min-height: 370px; 
	height: auto !important;
	height: 370px;

	padding: 0px 49px 35px 36px; /* Bottom padding needed cause ie6 blows up without it */
	background: url(../images/wrap_bottom_bg.jpg) center bottom no-repeat;
}

#col_1
{
    float: left;
	width: 350px;
	padding-right: 12px;
	line-height: 18px;
}

#col_2
{
	float: left;
	width: 278px;
}

#col_1_menu
{
    
    float: left;
    width: 80px;
    padding-right: 12px;
    line-height: 18px;
}

#col_2_menu
{
    float: left;
    width: 225px;
    font-family: lucida grande, lucida, lucida sans, sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

#col_3_menu
{
    float: left;
    width: 205px;
    font-family: lucida grande, lucida, lucida sans, sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

#col_4_menu
{
    float: left;
    width: 153px;
}

#location_logo
{
	border-bottom: 7px solid #bf762a;
}

#location_info
{
	padding: 15px 10px;
	line-height: 20px;
}

#location_map
{
	height: 200px;
	background-color: #f2efe9;
	border: 5px solid #bf762a;
}

/*double wide column*/
#col_1_2
{
    float: left;
	width: 590px;
	padding-right: 30px;
	padding-left: 20px;
}

.location
{
	padding-top: 12px;
}

#col_3_text {
    text-align: justify;
    padding-left: 20px;

}

#col_3
{
	float: left;
	width: 263px;
	text-align: right;
}

/* FOOTER STYLE */
#footer
{
	margin: 0px;
	height: 67px;
	position: relative;
	background: url(../images/footer_bg.jpg) top left no-repeat;
}

#footer li a:hover
{
    background-position: 0px -38px;
}

#footer li
{
	display: block;
	list-style-type: none;
	position: absolute;
	top: 29px;
}

#footer li a
{
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 38px;
}

#footer li a.active
{
	background-position: 0px -38px !important;
}

#sitemap
{
	left: 30px;
	width: 350px;
	color: #f79f35;
	padding-top: 12px;
}

#sitemap a
{
	display: inline !important;
	text-indent: 5px !important;
	color: #f79f35;
	line-height: 20px;
	text-decoration: none;
	height: 20px !important;
	font-size: 9px;
	font-family: Verdana, Sans-serif;
}

#actividades
{
    left: 543px;
}

#actividades a
{
    width: 105px;
    background-image: url(../images/footer/actividades.jpg);
}

#foro
{
    left: 648px;
}

#foro a
{
    width: 53px;
    background-image: url(../images/footer/foro.jpg);
}

#noticias
{
	left: 701px;
}

#noticias a
{
	width: 87px;
	background-image: url(../images/footer/noticias.jpg);
}

#enlaces
{
	left: 788px;
}

#enlaces a
{
	width: 82px;
	background-image: url(../images/footer/enlaces.jpg);
}

#creditos
{
	left: 870px;
}

#creditos a
{
	width: 92px;
	background-image: url(../images/footer/creditos.jpg);
}

#content_col_1
{
    float: left;
	width: 290px;
	padding-right: 40px;
}

#content_col_2
{
	float: left;
	width: 250px;
}

#icpsignup ul
{
	list-style-type: none;
	margin: 0px;
}

#icpsignup li
{
	clear: left;
}

#icpsignup label
{
	float: left;
	clear: left;
	display: block;
	width: 90px;
	text-align: right;
	padding: 3px 10px 3px 0px;
}

.input
{
	padding: 6px 5px;
	float: left;
	display: block;
	width: 300px;
	margin-bottom: 5px;
	border: 1px solid #bfbfbf;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

.submit
{
	width: 412px;
	text-align: right;
}

/* estilos para THICKBOX */
#thickbox_contents
{
    background-color: #fff;
	height: 300px;
	width: 300px;
	display: none;
}

/* link */

a.link_menu {
    text-decoration: none;
}

a.link_menu:hover{
    text-decoration: underline;
}

a.link {
    text-decoration: underline;
}

#lista {
    list-style-type: circle;
    color: #860000;
    margin-left: 2em;
}

#lista_descarga {
    list-style-image: url(../images/flecha.gif);
    list-style-type: circle;
    color: #860000;
    margin-left: 2em;
}


#lista p{
    color: #000;
    margin-left: 2em;
}

#the-caption{
    display: none;
}

/* noticias */

.titular-not {
    border-bottom:1px solid #860000;
    font-size:13px;
    font-weight:bold;
    padding-bottom:5px;
    color: #860000;
}

.entrada-not {
    border-bottom:1px solid #860000;
    font-size:11px;
    padding-bottom:15px;
    padding-top:5px;
}

input.a {
    background-image:url(../images/bg-form.gif);
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    font-family:arial,verdana;
    font-size:11px;
}