/*Style sheet for NoProbs must be included to with HTML.*/
/*Styles for body.*/
body
{
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana, Helvetica, Tahoma, Arial, sans-serif; /*background: #f4f4f4 url(imaeges/background.gif) top center repeat-y;*/
	background: #E0DFFF;
	/* background: #E0DFFF url('images/bg.gif'); */
	color: #494949;
}

/*Styles for main content which will be wrapped to centere. */
#MainWrapper
{
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 800px;
}

/*Styles for the main header at the top. */
#Header
{
	color: #ffffff;
	background-color: Navy;
	background-image: url('images/building.jpg');
	background-position: right;
	background-repeat: no-repeat;
	height: 75px;
}
#Header h1
{
position: absolute;
top: -9999px;
}

.HeadImage
{
	margin: 20px 0 0 10px;
	float: right;
	position: absolute;
	padding-bottom: 25%;
}
#Header a
{
	font-weight: normal;
	font-size: 27px;
	text-decoration: none;
	background-color: #AEBCE6;
	color: #ffffff;
}

/*Styles for the main header menus. */
#HeaderMenus
{
	color: #FDDD94;
	height: 1.6em;
	line-height: 1.5em;
	padding-left: 11px;
	margin: 0 0 10px 0;
	background-color: #AEBCE6;
	border-bottom: 2px solid #AEBCE6;
}
#HeaderMenus ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#HeaderMenus li
{
	float:left;
	list-style-type:none;
}
#HeaderMenus li a
{
	display: block;
	padding: 0 10px;
	font-size: 1.1em;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	text-decoration: none;
	background-color: inherit;
	color: #00008B;
}
#HeaderMenus .selected
{
	color: #87CEEB;
	text-decoration: none;
	background-color: inherit;
}
#HeaderMenus a:hover
{
	background-color: inherit;
	color: #E0FFFF;
	text-decoration: none;
}

/*Styles for the contens that are displayes in side column. */
#SideContents
{
	float:right;
	width:170px;
	color: #333300;
	padding:0 6px 0 7px;
	line-height:1.4em;
	background-color:#ffffff;
}
#SideContents h3
{
	color: #7B68EE;
	font-size: 1.4em;
	margin: 0 auto;
	padding: 0 0 8px 0;
	background-color: inherit;
}
#SideContents p
{
	font-size: 90%;
	text-align: justify;
	background-color:inherit;
	color: #333300;
	margin: 0 0 12px 0;
}
#SideContents a
{
	text-decoration: none;
	background-color:inherit;
	color: #AEBCE6;
}

/*Styles for the main contets in the page. */

#MainContent
{
	margin: 0 186px 18px 10px;
	padding: 0 12px 0 10px;
	border-right: 1px solid #DDD;
	line-height: 1.6em;
}
#MainContent h2
{
	color:#336699;
	font-size: 1.3em;
	margin: 0;
	background-color:inherit;
	text-align: left;
    margin-top: 1em;
}
#MainContent h3
{
	color:#669999;
	font-size: 1.2em;
	margin: 0;
	background-color:inherit;
	text-align: left;
    margin-top: 1em;
}
#MainContent h4
{
	color:#6699CC;
	font-size: 1em;
	margin: 0;
	background-color:inherit;
	text-align: left;
    margin-top: 1em;
}
#MainContent p
{
	color:#494949;
	text-align: justify;
	background-color:inherit;
}

p.notita a {
	padding-left: 20px;
	border: none;
	display: block;
	height: 18px;
	width: auto;
	background: url(images/page_white_text.jpg) no-repeat left;
}
#MainContent a
{
	text-decoration: none;
	background-color: inherit;
	/* color: #7B68EE; */
}

#MainContent img 
{
	display: inline;
	color: inherit;
	background-color: inherit;
	border: 1px solid #AEBCE6;
}

img.headericon {
	border: none;
}

#notas {
	/* border-bottom: 1px dashed #BD8E6B ; */
	border-bottom: none;
	padding-bottom: 10px;
}
.subtitulo {
	font-size: 1.2em;
	font-weight: bold;
	color: #444;
	margin: 0;
}
.bajada {
	font-weight: bold;
}
p.vernota a {
	padding-left: 20px;
	border: none;
	display: block;
	height: 18px;
	width: auto;
	color: #0033CC;
	background: url(images/page_white_text.jpg) no-repeat left;
}
p.rss {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}
p.rss a {
	padding-left: 20px;
	border: none;
	display: block;
	height: 18px;
	width: auto;
	color: #0033CC;
	background: url(images/rss.gif) no-repeat left;
}
p.pdf a {
	padding-left: 20px;
	border: none;
	display: block;
	height: 18px;
	width: auto;
	color: #CC3333;
	background: url(images/pdf.gif) no-repeat left;
}
p.doc a {
	padding-left: 20px;
	border: none;
	display: block;
	height: 18px;
	width: auto;
	color: #CC3333;
	background: url(images/doc.gif) no-repeat left;
}
p.pps a {
	padding-left: 20px;
	border: none;
	display: block;
	height: 18px;
	width: auto;
	color: #CC3333;
	background: url(images/pps.gif) no-repeat left;
}


#separador-posts {
	background-image: url(images/ornamento.jpg);
	width: 230px;
	height: 26px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/*Styles for the page footer. */
#Footer 
{	
	margin: 0 auto;
	padding: 8px 0 2px 0;
	border-top: 1px solid #ddd;
	width: auto;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.6em;
	clear: both;
}
#Footer a 
{
	color: #000099;
	background-color: inherit;
	text-decoration: none;
}
#Footer a:hover 
{
	text-decoration: underline;
}

/*Styles for other classes. */
.AlignLeft
{
	margin: 10px 10px 5px 0;
	float: left;
}
.AlignRight
{
	margin: 10px 0 0 10px;
	float: right;
}
a.sponsor {
	border: none;
	padding: 0:
	margin: 0;
	text-indent: 0;
}
a.sponsor img {
	border: 1px solid #fff;
	padding: 0:
	margin: 0;
	text-indent: 0;
}
a.sponsor:hover img {
	border: 1px solid #ccc;
}

.horario,
.lugar,
.org {
	margin: 0;
	font-size: .9em;
	color: #eee;
}
.fecha {
	font-size: 1em;
	font-weight: bold;
	color: #444;
	margin: 0;
}
.org strong {
	font-size: 1.2em;
}
.actividad {
	background: #f4f4f4;
	padding: 5px;
	border-bottom: 1px solid #AEBCE6;
}
#anyos {
	padding: 0;
	margin: 1em 0;
	text-indent: 0;
}
#anyos li  {
	display: inline;
}
#anyos li a {
	display: inline;
	margin: .25em;
	padding: .25em;
	border: 1px solid #ccc;
}
#anyos li a:hover {
	border: 1px solid #4d6e8f;
}
h1 {
	margin: .5em 0 .25em 0;
	text-align: center;
	font-size: 1.5em;
	color: #333366;
	padding: .25em;
	border: 1px solid #333366;
}
/* Formulario */
form {
	width: 95%;
	margin: .25em auto;
}
form dt, form dd {
	margin: 0 auto;
	display: block;
	width: 95%;
}
form dd {
	margin-bottom: .75em;
}
form dt label{
	padding: 2px;
}
form dd input {
	display: inline;
	margin: 0;
	width:auto;
}
form dd textarea, 
form dt label {
	display: block;
	margin: 0 auto;
	width:100%;
}
form dd textarea {
	height: 4em;
}
form .boton {
	clear: both;
	text-align: right;
}
fieldset {
	padding: .5em;
	margin-top: .5em;
	border: 1px solid #ccc;
	background: #C7C7F6;
}
legend {
	color: #333;
	font-weight: bold;
}

#itsthetable	{
		background: #F0F0F0 url(back01.gif) no-repeat;
		}

table		{
		margin: 0;
		padding: 0;
		font: normal 0.9em tahoma, arial, sans-serif;
		line-height: 1.4em;
		border-collapse: collapse;
		border: 4px solid #ADBBCA;
		color: #4F6480;
		background: #F0F0F0;
		}
		


table caption	{
		margin: 0;
		height: 32px;
		padding: 0;
		color: #4F6480;
		line-height: 2em;
		text-align: left;
		font: bold 110% georgia, serif;
		text-transform: uppercase;
		letter-spacing: 0.14em;
		}
		
thead		{
		color: #fff;
		background: #5E7796;
		}
		
thead tr th	{
		padding: 4px 8px 4px 8px;
		}

		
thead th	{
		border: 4px solid #ADBBCA;
		}

tfoot		{
		background: #fff;
		}
		
tfoot tr td, tfoot tr th, tbody tr td	{
		padding: 4px;
		}
		
tbody tr:hover	{
		background: #fff;
		}
		
tbody tr	{
		border: 4px solid #ADBBCA;
		}
		
tbody th	{
		padding: 8px;
		border: 4px solid #ADBBCA;
		}
		
tbody td	{
		background: #E9ECEE;
		}

tbody tr.odd		{
		background: #C4CFDB;
		}
		
tbody tr.odd td		{
		background: #F0F0F0;
		color: #4F6480;
		}
		

		
tbody tr.odd:hover		{
		background: #fff;
		}
		

		
tbody tr th a:link		{
		font: bold 0.9em tahoma, arial, sans-serif;
		color: #5E7796;
		text-decoration: underline;
		
		}
		
tbody tr th a:visited		{
		font: bold 0.9em tahoma, arial, sans-serif;
		color: #5E7796;
		text-decoration: none;
		
		}
		
tbody tr th a:hover		{
		font: bold 0.9em tahoma, arial, sans-serif;
		color: #5E7796;
		text-decoration: none;
		
		}
		
tbody tr th a:active		{
		font: bold 0.9em tahoma, arial, sans-serif;
		color: #5E7796;
		text-decoration: line-through;
		
		}
		
tbody tr th a:visited:after {
		content: "\00A0\221A";
		}
		
tbody td a:link		{
		font: normal 0.9em tahoma, arial, sans-serif;
		color: #808000;
		text-decoration: underline;
		}
		
tbody td a:visited		{
		font: normal 0.9em tahoma, arial, sans-serif;
		color: #808000;
		text-decoration: none;
		}
		
tbody td a:hover		{
		font: normal 0.9em tahoma, arial, sans-serif;
		color: #808000;
		text-decoration: none;
		}
		
tbody td a:active		{
		font: normal 0.9em tahoma, arial, sans-serif;
		color: #808000;
		text-decoration: underline;
		}
			
tbody td a:visited:after {
		content: "\00A0\221A";
		color: #808000;
		text-decoration: none;
		}
		
tbody td + td + td + td a { background: transparent url(downloadcss244.gif) no-repeat scroll 0 50%; 
			display: block;
			height: 24px;
			width: 24px;
			overflow: hidden;
			text-decoration: none;
			text-indent: -5000px;
			border: none;
			}
			
tbody td + td + td + td a:hover { background: transparent url(downloadcss2441.gif) no-repeat scroll 0 50%; 
			display: block;
			height: 24px;
			width: 24px;
			overflow: hidden;
			text-decoration: none;
			text-indent: -5000px;
			border: none;
			}
			