html{
	text-align:center;
	margin:0px;
	padding:0px;
	background-image:url(images/fondo07.jpg);
	background-position:4px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#397D2D;
}

body{
	font-family:Fritiger,Verdana,Arial,sans-serif;
	font-size:10pt;
	color:#ffffff;
	text-align:center;
	margin-top:5px;
}

.trans_75{
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.trans_65{
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}

.trans_85{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

.trans_0{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

a:link,a:visited,a:active{
	color:rgb(242,125,0);
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#caja_principal{
	width: 950px;
/*	background-color:white;*/
	text-align:left;
	margin:0;
	padding:0;
	background:rgb(242,125,0);
}

#cabecera{
	width: 950px;
	min-height:140px;
}

.idioma{
	float:right;
	padding:8px 0px 8px 3px;
	border:none;
}

#menu{
	width: 950px;
	height:25px;
	text-align:center;
	background:rgb(242,125,0);
	padding:0px;
	margin:0px;
	clear:both;
}

.menu_item{
	margin:0px;
	background:rgb(242,125,0);
	color:rgb(255,255,255);
	float:left;
	text-align:center;
	width:13%;
	padding:3px;
}

.textopeque{
	font-size:0.7em;
}

#ruta{
/*	padding: 2px 2px 5px 10px;*/
	width:940px;
	height:24px;
	padding-left:10px;
	background:rgb(242,125,0);
}

.enlace:active,.enlace:link,.enlace:visited{
	color:#333333;
	text-decoration:none;
}

.enlace_encima:hover{
	text-decoration:underline;
}

#login{
	float:right;
	font-size:0.8em;
	padding-right:20px;
}

#idiomas{
	width:950px;
	height:32px;
}

.input_gris{
	font-size:0.9em;
	font-family:Fritiger,Verdana,Arial,sans-serif;
	color:#878785;
}

#cuerpo{
	margin:0px;
	width:910px;
	min-height:350px;
	background:rgb(255,255,255);
	padding:10px;
	text-align:left;
/*	border:10px double white;*/
/*	font-weight:bold;*/
	
/*	color:rgb(255,255,255);*/
}

.subtitulo{
	font-size: 1.3em;
/*	color:rgb(242,125,0);*/
	color:rgb(255,148,23);
	font-weight:bold;
}

#pie{
	width:950px;
	height:25px;
	background-color:rgb(242,125,0);
	color:white;
}

#pie span{
	float:right;
	padding:3px;
	margin-left:5px;
	text-decoration:none;
}

#pie span a:hover{
	text-decoration:underline;
}

.foto{
	border: 2px solid rgb(242,125,0);
	padding: 2px;
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#caja_email{
	text-align:center;
	display:none;
}

#caja_email input{
	font-size:0.8em;
	font-weight:bold;
}

.borde_gorde{
	border-color:#AAFBA8;
}
