@charset "utf-8";
/* CSS Document */

body {
	background-color:#b8b7b8;
	background-image: url(imagenes/MainBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
}


.MainBg{
	background-image: url(imagenes/MainBg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.HeaderBg{
	background-image: url(imagenes/RedHeader.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:120px;
	margin-bottom:10px;
}

.HeaderMov{
	background-image: url(imagenes/RedHeader.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:0px;
	margin-bottom:10px;
	padding-top: 40px;
	padding-right: 39px;
	text-align:right;
}

.Logo {
	position:relative;
	top:10px;
	left:30px;
}

.Logo2 {
	position:relative;
	left:400px;
	text-align:right;
}

.boxup {
	background-image: url(imagenes/boxup.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:15px;
	width:188px;
	font-size:10px;
}
.boxcenter {
	background-image: url(imagenes/boxcenter.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 10px;
	vertical-align: top;
	top: 0px;
	width:188px;
	font-size:10px;
}

.boxdown {
	background-image: url(imagenes/boxdown.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:15px;
	width:188px;
	font-size:10px;
}

.boxnewsup {
	background-image: url(imagenes/boxnewsup.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:1px;
	width:188px;
	font-size:10px;
}
.boxnewscenter {
	background-image: url(imagenes/boxnewscenter.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 10px;
	vertical-align: top;
	top: 0px;
	width:188px;
	font-size:10px;

}

.boxnewsdown {
	background-image: url(imagenes/boxnewsdown.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:15px;
	width:188px;
		font-size:10px;
}

.HeaderTablasInicio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-image: url(imagenes/BgHeaderTablasInicio.jpg);
	background-position: left center;
	background-repeat: repeat-y;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	text-transform: uppercase;
	text-indent: 10px;
	background-color: #cb0000;
}

.HeaderSecciones {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-image: url(imagenes/BgHeaderTablasInicio.jpg);
	background-position: left center;
	background-repeat: repeat-y;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	text-transform: uppercase;
	text-indent: 10px;
	background-color: #cb0000;
	margin-top:8px;
}

.TitulosSecciones {
	font-size: 20px;
	color: #999;
	font-style: italic;
	font-weight: bold;
}

.SubTitulosSecciones {
	font-size: 12px;
	color: #666;
	font-weight: bold;
}

.MainContent{
	padding: 10px;
}

.fondo-promos{
	background-image: url(imagenes/fondo-promos.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height:162px;
	padding:15px;
}

.newstitle{
	font-size: 14px;
	font-weight: bold;	
}

.eventssubtitle{
	font-size: 10px;
	font-weight: bold;
	color:#333;
}
.eventofondotabla{
	padding:15px;
}
.eventofondotabla2{
	background-color: #CCC;	
	padding:15px;
}

.directoriofondotabla2{
	background-color: #ece7c4;
	padding:15px;
	text-transform:uppercase;
}

.directoriofondotabla{
	background-color: #ece7c4;
	padding:15px;
}

.textoRojoBold{
	color:#ab0000;
	font-weight:bold;
}

/* COMIENZA MENU */

#lijeva_kolona {
	text-align:left;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	width:168px;
	
}


#lijeva_kolona a, #lijeva_kolona a:visited {
	display: block;
	background: url(menulink.gif);
	padding-top: 3px;
	padding-left: 20px;
	color: #FFF;
	text-decoration:none;
	margin:3px 0px;
	font-size:12px;
}


#lijeva_kolona a:hover {
	color: #CCC;
	text-decoration: underline;
}

/* TERMINA MENU */

/*Estilos Directorio*/
.titulo-dir{
	background-image:url(imagenes/fondo-Directorio.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	color:#333;
	border-top-color:#ffffff;
	border-bottom-style:solid;
	border-bottom-width:2px;
}
.titulo-dir a{
	text-decoration:none;
	display:block;
	font-size:16px;
	color:#900;
}
.directorio {
	background-color:#950029;
	color:#FFF;
	font-weight:bold;
	height:20px;
}
.directoriocont tr{
	text-transform:uppercase;
	color:#333;
}
.directoriocont td{
	padding-left:15px;
	height:30px;
}

.directorioc {
	background-color:#950029;
	color:#FFF;
	font-weight:bold;
}
.directoriocontc tr{
	text-transform:uppercase;
	color:#333;
}
.directoriocontc td{
	padding-left:15px;
	height:30px;
	font-size:9px;
}

#login {
	width:150px;
	position:relative;
	top:-12px;
	left:15px;
}

#login a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

#login a:hover{
	color:#FFC4C4;
	text-decoration:none;
}

/*-------------ESTILOS CALENDARIO----------------------------------*/
#calendario .vereventos a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#006;
	text-decoration:none;
	background-image:none;
}
#calendario .header a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#006;
	text-decoration:none;
	background-image:none;
}
#calendario{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#036;
}
#calendario tr{
	background-image:url(imagenes/bg1.jpg);
	background-repeat:repeat-x;
}
#calendario td{
	text-align:center;
}
#calendario table{
	background-color:#d9d9d9;
}
/*
#calendario td a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	background-image:url(imagenes/bg2.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
	display:block;
}*/

.link{
	background-image:url(imagenes/bg2.jpg);
	background-repeat:repeat-x;
}
.link a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	display:block;
	text-decoration:none;
	cursor:default;
}
	
/*--------ESTILOS LIGHTBOX DE EVENTOS------------*/
.evento{
	background-image:url(imagenes/bg_evento.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#003
}
.evento a{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-image:url(imagenes/bg2.jpg);
	background-repeat:repeat-x;
	text-align:center;
	display:block;
	cursor:default;
}
.spacer{
	background-image:url(imagenes/eventos_spacer.png);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
}
/*----------ESTILOS SECCION DE EVENTOS----------------------*/
.eventoCal{
	background-image:url(imagenes/spacer_linea.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
}
.tituloEvento{
	color:#9a8057;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}
/*----------ESTILOS PAGE NOT FOUND----------------------*/
#errorpage {
	width:561px;
	height:545px;
	background-image:url(imagenes/error404.png);
	background-repeat:no-repeat;
	background-position:top;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	text-align:right;
}
#errorpage a {
	text-decoration:none;
	color:#FFF;
}
#errorpage a:hover {
	text-decoration:none;
	color:#999;
}
.texterror {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:50px;
	font-weight:bold;
	color:#FFF;
}
