/* CSS Document */



*{
	margin: 0px;
	padding: 0px;
}




body {
/*
	background-image: url(../img/fons.gif);
	background-repeat: repeat-x;
	background-position: left top;
*/
	background: #DDDDDD;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #000000;
	
}



a, a.elcolref {
	text-decoration: none;
	color: #bd2e3f;
}

a:hover, a.elcolref:hover {
	text-decoration: underline;
	color: #bd2e3f;
}


.intro {
	font-weight: bold;
	color: white;
	font-size: 9pt;
	height: 100%;
	vertical-align: bottom;
	margin-right: 4px;
}

.txt_languages {	
	font: status-bar;
	color: #FFFFFF;
}

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

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

.txt_languages_on {
	color: #999999;
}

.txt_btMenu_top {
	font-weight: bold;
	padding-top: 6px;
	color: #FFFFFF;
	text-decoration: none;
}

.txt_btMenu_top:hover {
	font-weight: bold;
	padding-top: 6px;
	color: #FFFFFF;
	text-decoration: none;
}


h1 {
	font-family: Tahoma, Arial,"Times New Roman", Times, serif;
	font-size: 2em;
	color: #bd2e3f;
	text-align: left;
	font-weight: normal;

   }
   
/*   Constantia,"Lucida Bright",LucidaBright,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",Georgia,serif */
.titol {
	font-family: Constantia,"Lucida Bright",LucidaBright, Tahoma, Arial,"Times New Roman", Times, serif;
	font-size: 1.7em;
	text-align: left;
	font-weight: normal;
   }
.titol a{
	text-decoration:none;
	color:#000000;	
   }
.titol a:hover {
	text-decoration: none;
	color: #bd2e3f;
} 

.txt_content {
	text-align: justify;
}

.txt_content a {
	text-decoration: underline;
	color: #bd2e3f;
}

.titulin {
	font-size: 1.3em;
}

p.txt_content{
	padding-top: 8px;
}



.txt_content a:hover,
.txt_content_ul a:hover{ 
	text-decoration: underline;
	color: #bd2e3f;
	}

.txt_content_ul {
	text-align: left;
}

.txt_content_ul a {
	text-decoration: none;
	color: #000;
}

.txt_links {
	color: #666666;
	font-weight: bold;
}
.txt_links a{
	text-decoration: none;
	color: #666666;
}
.txt_links a:hover{
	text-decoration: underline;	
	color: #bd2e3f;
}	
	
	
ul, ul.noticies,ul.agenda,ul.colegiats{ 
	padding-top:15px;
	padding-bottom:15px;
	padding-left:20px;

	}	
ul li, ul.colegiats li{
	list-style-image:  url(../img/point.jpg);
	}
		
ul.noticies li{ 
	list-style-image:  url(../img/ul_noticia.jpg); 

	}
ul.agenda li{ 
	list-style-image:  url(../img/ul_agenda.jpg); 

	}




.menu_lateral_txt,
.menu_lateral_txt_on{
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;


}

.menu_lateral_txt_on{
	color: #bd2e3f;
}
.menu_lateral_txt{
	color: #666666;
}

.menu_lateral_txt a{
	text-decoration: none;
	color: #666666;
}
.menu_lateral_txt a:hover{
	text-decoration: underline;

}





































