@import url("extra.css");

/* @group Reset */

/*reset.css*/body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*fonts.css*/body {font:13px/1.22 "helvetica neue",helvetica,arial,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}.clear:after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}.clear {display: block; overflow: hidden;}

/* @end */

/* @group Basic */



body {
	background: #f7fbfc url(images/bg.jpg) repeat-x 0 0;
	color: #333;
	margin:0;
	padding:0;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	}
	
h1, h2 {
	border-bottom: 1px solid #e5e5e5;
	color: #027191;
	font-size: 22px;
	padding: 0 0 5px;
	}
	
h3 {
	color: #000;
	font-size: 18px;
	}
	
h4 {
	font-size: 14px;
	font-weight: bold;
	}
	
p {
	line-height: 1.4;
	margin: 0 0 15px;
	}

input.submit {
	padding-left:5px;
	padding-right:5px;
	}


/* @end */

#main {
	margin:5px auto;
	width:1000px;
	background:url(images/fondoa.jpg);
	padding-bottom:10px;
}


#container {
	width: 960px;
	margin:0 0 0 0px;
	padding:0;
	text-align:left;
	}

#header {
	height:115px;
	}
	
.logo {
	float: left;
	margin: 10px 0 0 0;
	width: 100px;
	height:100px;
	}


.Letras {
	float: left;
	font-size:16pt;
	margin: 35px 0 0 15px;
	color:#0000ff;
}

	
#top_nav {
	float: right;
	margin: 35px 15px 0 0;
	width: 470px;
	height:10px;
	text-align:right;
	}
	
#top_nav div {
	float: right;
	margin: 0;
	text-align:right;
	}
	
#top_nav div, #top_nav ul div a {
	float: right;
	}
	
#top_nav div a {
	border-right: 1px solid #654633;
	color: #654633;
	display: block;
	font-size: 12px;
	padding: 0 10px;
	text-decoration: none;
	}

#top_nav div.last a {
        border-right: 0px;
	color: #654633;
	display: block;
	font-size: 12px;
	padding: 0 10px;
	text-decoration: none;
}

#top_nav div a:hover {
	text-decoration: underline;
	}
	

#main_nav {
	background: url(images/navbar.png) no-repeat 0 0;
	margin: 10px 0 0 3px;
	padding:0;
	width: 960px;
	height:40px;
	}

#main_nav_right {
	float: right;
	padding-right:5px;
	}
#main_nav_right li, #main_nav_right li a {
	float: right;
	}
	
#main_nav_right li a {
	background: transparent url(images/navdiv.gif) no-repeat 0 50%;
	color: #eee;
	display: block;
	font-size: 14px;
	margin: 4px 0 0 0;
	padding: 8px 18px;
	text-decoration: none;
	}
	
#main_nav_right li.selected a, 
#main_nav_right li a:hover {
	color: #fff;
	text-decoration: underline;
	}




	
#main_nav_list {
	float: left;
	padding-left:5px;
	}
	
#main_nav_actions {
	float: right;
	width: 210px;
	}

#main_nav_list li, #main_nav_list li a {
	float: left;
	}
	
#main_nav_list li a {
	background: transparent url(images/navdiv.gif) no-repeat 100% 50%;
	color: #efefef;
	display: block;
	font-size: 14px;
	margin: 4px 0;
	padding: 8px 18px;
	text-decoration: none;
	}
	
#main_nav_list li.selected a, 
#main_nav_list li a:hover {
	color: #fff;
	text-decoration: underline;
	}

#content {
	background: transparent url(images/contenedormiddle.png) repeat-y 50% 0;
	width: 960px;
	padding:0px;
	margin:0;
	}

#content_holder {
	width: 960px;
	padding: 0;
	margin:0;
	}


#content_center {
	float:left;
	width:760px;
	margin-left:10px;
	padding:0;
	}
	
#content_unico {
	float:left;
	width:930px;
	margin:0;
	padding:15px;
	}

#content_main {
	float:left;
	width:960px;
	margin:0;
	padding:15px;
	}
	
#content_top img {
	width: 968px;
	margin: 10px 0 0;
	float: left;
	}

#content_title {
	margin: 5px 0 0;
	background: url(images/header.png) no-repeat;
	width: 960px;
	height: 60px;
	}

#content_title div.title {
	padding-top:18px;
	padding-left:30px;
	font-size:16pt;
	color:#eee;
}


#content_side_left {
	float: left;
	width: 150px;
	margin-right:10px;
	}
	
#content_side_right {
	float: right;
	margin: 10px 30px 0 0;
	width: 150px;
	}

	
#footer {
	width:960px;
	background: transparent url(images/contenedorbottom.png) no-repeat 0 0;
	padding: 25px 15px 0;
	text-align: center;
	}
	
#footer ul li {
	display: inline;
	}
	
#footer ul li a {
	color: #654633;
	font-size: 11px;
	margin: 0 5px;
	text-decoration: none;
	}
	
#footer p {
	color: #654633;
	font-size: 11px;
	margin: 10px 0;
	}

.sm_icons a {
	margin:10px;
}

#sesion {
	margin-top:0;
	margin-bottom:20px;
	border-collapse:collapse;
	background:url(images/sesion.png) no-repeat;
	width:150px;
	height:170px;
}
#sesion thead th {
	font-size:10pt;
	color:#eee;
	text-align:center;
	padding:5px;
}
#sesion tbody td {
	padding:3px;
	padding-left:15px;
}
#sesion tfoot td {
	padding-bottom:10px;
	padding-left:5px;
}


#ModuleTitle {
	color:#027191;
	font-size:20pt;
	padding: 5px 0 5px;
	border-bottom: 1px solid #e5e5e5;
}

#htmlmodule {
	text-align:left;
	width:100%;
	margin:0 0 20px 0;
}

#htmlmodule p.html {
	color:#000;
	text-align: justify;
}

#enlacesmodule {
	margin:0 0 20px 0;
}
#enlacesmodule .enlaces {
	border-bottom: 1px solid #e5e5e5;
	color: #027191;
	font-size: 14px;
	padding: 5px 0 5px;
	text-align:left;
}

#enlacesmodule a.enlace {
	font-size: 14px;
	color: #027191;
	text-decoration:none;
}
#enlacesmodule a.enlace:hover {
	color: #32a1c1;
	text-decoration:none;
}


.eventotitulo {
	font-size: 10pt;
	color: #027191;
}
.eventofecha {
	color: #800000;
}
.eventolugar {
	color: #800000;
}
.eventodescripcion {
	padding-top:2px;
	color: #000;
	text-align: justify;
}


.anunciotitulo {
	padding-top:5px;
	font-size: 12pt;
	color: #027191;
}
.anunciodescripcion {
	color: #000;
	text-align: justify;
}


	#default {
		border-collapse:collapse;
		background-color: #fafafa;
		width:100%;
		border:1px solid #c0c0c0;
	}
	#default caption{
		background-color:#50ADEA;
		border-top:1px solid #50ADEA;
		border-left:1px solid #50ADEA;
		border-right:1px solid #50ADEA;
		border-bottom:3px solid #1975D7;
		color:#FFF;
		padding:10px;
		text-transform:uppercase;
		background-image:url(imagenes/cornera.gif);
		background-position:top right;
		background-repeat:no-repeat;
		font-size:10pt;
		}
		
	#default thead th{
		background-color:#E8E8E8;
		border-bottom:3px solid #CCC;
		color:#666;
		padding:5px;
	}
	

	#default tbody tr td {
		padding: 2px 2px;
		border-bottom:1px solid #e0e0e0;
		font-size:8pt;
	}
	
	#default .1 {
		background:#ffffff;
	}

	#default .2 {
		background:#f5f5f5;
	}

	#default tfoot tr td{
		background-color:#50ADEA;
		color:#B7B7B7;
		padding:10px;
		text-align:center;
		vertical-align:middle;
	}