/*Fundacion Galicia Europa*/
/**/
/*Comunes*/
body{
	margin: 0;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #646664;
	font-size: 11px;
}
P{
	margin: 0 0 0.7em 0;
}
a:link,a:visited{
	color: #6ba5cd;
}
a:hover{
	color:#a3cce9;
}
h1{
	margin: 0;
	padding: 0;
	color:#f3c801;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}
h2{
	margin: 0;
	padding: 0;
	color:#cc0000;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}
ul{
	list-style: none;
}
ul li{
	list-style: url(../images/ico_bullet.gif);
}
input {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #646664;
	font-size: 11px;
}
select {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #646664;
	font-size: 11px;
}
 textarea {
 font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #646664;
	font-size: 11px;
 	overflow: auto;
}
/*Layouts*/
#contenedor{
	margin: 0 auto;
	width: 774px;
}
#cabecera{
	background: transparent url(../images/cab_logo.gif) no-repeat;
	height: 67px;
	border-bottom: 13px solid #455560;
	text-align: right;
}
#miMenu{
	margin-top:17px;
	text-transform: uppercase;
}
#miMenu ul {
	margin: 0;
	padding: 0;
}
#miMenu ul li{
	list-style: none;
	margin: 0 3px;
	padding: 0;
	display: inline;
}
#miMenu a:link,#miMenu a:visited{
	color: #455560;
	text-decoration: none;
	padding:4px 6px 6px 6px; 
}
#miMenu a:hover{
	color: #455560;
	background: #eaeaea;
	text-decoration: none;
	padding:4px 6px 6px 6px; 
}
#miMenu a:link.activo,#miMenu a:visited.activo,#miMenu a:hover.activo{
	color: White;
	background: url(../images/menu_bg.gif) repeat-x;
	padding:4px 6px 9px 6px; 
}
#lateral{
	float: left;
	width: 190px;
}
#miIdioma{
	background: #eee;
	/*height: 150px;*/
	text-align: right;
	padding: 20px 20px;
	text-transform: uppercase;
}
#miIdioma a:link,#miIdioma a:visited{
	text-decoration: none;
}
#contenido{
	float: right;
	width:560px;
	text-align: left;
	margin-top: 28px;
}
#cabLat{
	background: #ddd; 
	border-bottom: 1px solid #909090;
	border-top: 1px solid #bdbdbd;
	height: 55px;
}
#lateral a:link,#lateral a:visited{
	display: block;
	background: #f2f2f2;
	color: #333;
	border-bottom: 1px solid white;
	padding:3px 2px 3px 18px;
	text-decoration: none;
}
#lateral a:link.sub,#lateral a:visited.sub{
	padding-left: 35px;
	background: #ddd;
}
#lateral a:hover.sub{
	background: #ccc;
}
#lateral a:hover{
	background: #e9e9e9;
}
#lateral a:link.activo2,#lateral a:visited.activo2,#lateral a:hover.activo2{
	background: white;
	color:#ffd204;
	font-weight: bolder;
}
#menuPie{
	float: right;
	margin-top: 40px;
	margin-bottom: 10px;
	width:560px;
	color: #999;
}
#menuPie a:link,#menuPie a:visited{
	color: #999;
	text-decoration: none;
	padding: 4px;
	margin: 0 3px;
}
#menuPie a:hover{
	background: #f4f4f4;
}
#menuPie a:link.activo3,#menuPie a:visited.activo3,#menuPie a:hover.activo3{
	background: #f4f4f4;
}
#pie{
	float: right;
	width:560px;
}
/*Class*/
.subTit{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.resalte{
	color: #cc0000;
}
.area1{
	border-bottom:1px solid #ADADAD; 
	background: #f5f5f5;
}
.area2{
	border-bottom:1px solid #ADADAD; 
	background: #ebebeb;
}
.area3{
	border-bottom:1px solid #ADADAD; 
	background: #e0e0e0;
}
.area4{
	border-bottom:1px solid #ADADAD; 
	background: #d4d4d4;
}
.area5{
	border-bottom:1px solid #ADADAD; 
	background: #c6c6c6;
}
.area6{
	border-bottom:1px solid #ADADAD; 
	background: #bdbdbd;
}
img.aliDer{
	float: right;
	margin: 10px;
	cursor: pointer;
	background: url(../images/ico_ampliar.gif) no-repeat left bottom;
	padding-bottom: 20px;
}
img.aliIzq{
	float: left;
	margin: 10px;
	cursor: pointer;
	background: url(../images/ico_ampliar.gif) no-repeat left bottom;
	padding-bottom: 20px;
}
.sede{
	height: 16px;
}
.sede a:link, .sede a:visited, .sede a:hover{
	color: #646664;
}
.datos{
	margin-left: 12px;
}