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

body {
	margin: 0 auto;
	background-color:#000000;
	background-image: url(images/bg-pattern.gif);
	background-repeat: repeat;
}

h2 {
	margin-top: 0;
	padding-top: 0;
	border-bottom: solid 1px #CCC;
	color: #B84F94;
}

ul{
    padding-left: 10px;
    margin-left: 20px;
    list-style-type: none;
}

ul li {
    padding-left: 12px;
    background: url(images/bullet_mini.gif) 0em 0.5em no-repeat;
    margin-bottom: 0.1em;
}

#wrapper_principal {
	margin: 0 auto;
	width: 998px;
	border-left: solid 1px #878787;
	border-right: solid 1px #878787;
}

#header {
	width: 998px;
	background-image: url(images/bg_logo_menu.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 250px;
	position: relative;
}

#home_link {
	display: block;
	width: 364px;
	height: 114px;
	text-decoration: none;
}

#header_topimg {
	position: absolute;
	top: 0;
	left: 364px;
}

.main_menu {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
}

.main_menu a {
	color: #FFFFFF;
	text-decoration: none;
}

.main_menu a:hover {
	color: #BC508C;
}


.left_menu {
	top: 126px;
	left: 19px;
}

.right_menu {
	top: 126px;
	left: 193px;
}

#contenido {
	padding: 10px 10px 10px 5px;
	width: 983px;
	background-color: #FFFFFF;
}

#content_left {
	width: 400px;
	float: left;
	padding-right: 13px;
	display: inline;
}

#content_right {
	width: 570px;
	float: left;
	display: inline;
}

#wrapper_noticias {
	width: 550px;
	padding: 0 10px 0 10px;	
}

#noticias_left {
	display: inline;
	float: left;
	width: 260px;
	padding-right: 30px;
}

#noticias_right {
	float: left;
	width: 260px;
	display: inline;
}

.noticia {
	width: 260px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #999999;
}

#wrapper_noticias a {
	color: #BF0877;
	font-weight: bold;
	text-decoration: none;

}

#wrapper_noticias a:hover {
	color: #333333;
	text-decoration: underline;

}

#publicidad_left {
	float: left;
	width: 275px;
	padding-right: 20px;
}

#publicidad_right {
	float: left;
	width: 275px;
}

#footer {
	height: 135px;
	background: url(images/bg_footer.png) repeat-x #FFFFFF bottom;
	text-align: center;
	position: relative;
}

#footer a {
	color: #BA4D8F;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #333333;
}

#footer_logos {
	position: absolute;
	top: 72px;
	left: 15px;
	width: 900px;
}

#footer_logos img {
	float: left;
	margin-right: 10px;
}












.no_mandp {
	margin: 0;
	padding: 0;
}

.hidden {
	visibility: hidden;
}

.txt_main_menu {
	font-family: "trebuchet MS", verdana;
	font-size: 16px;
	color: #FFFFFF;
}

.txt_events_tble {
	font-family: "trebuchet MS", verdana;
	font-size: 11px;
}

.events_tble_fecha {
	text-align: right;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #B00602;
	padding-right: 7px;
}

.header_tabla {color: #B00602}

.txt_contenido {
	font-family: "trebuchet MS", verdana;
	font-size: 14px;
	color: #333333;
}

.txt_noticia {
	font-size: 12px;
	line-height: 13px;
}

.txt_footer {
	font-family: "trebuchet MS", verdana;
	font-size: 12px;
	color: #666666;

}

.noticia_title {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-top: 0;
}











.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 10px;	
	font-family: arial;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
	text-shadow: 1px 1px 0 #202020;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }
