@charset "utf-8";
/* CSS Document */

.texto_entrada {
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: justify;
}
.texto_inferior {
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}
.login {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
}

.servicios{
	font-size: 12px;
	font-style:inherit;
	font-family: Verdana, Geneva, sans-serif;
	color:#FC0;
	background-color: #333;
	width: 172px;
	padding: 7px;

}
.texto_servicio{
	font-size: 10px;
	font-style:inherit;
	font-family: Verdana, Geneva, sans-serif;
	color:#666;
	text-align: justify;
}

.texto_inferior_servicio{
	font-size: 10px;
	font-style:inherit;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 1em;
	
}

a {	font-family: Verdana, Geneva, sans-serif; font-size: 10px; color: #FFF; }
a:link { text-decoration: none; }
a:visited {	text-decoration: none;	color: #FFF; }
a:hover { text-decoration: underline;	color:#F90; }
a:active {	text-decoration: none; color: #FFF; }

a.login{ font-family: Verdana, Geneva, sans-serif; font-size: 10px; }
a.login:link{ text-decoration: none; }
a.login:visited{ text-decoration: none;	color:#000; }
a.login:hover{ text-decoration: underline; color:#F00; }
a.login:active{ text-decoration: none; color:#000; }

.spip_bouton {
   background-color: #b0d0FF;
   color: black;
   border: 2px solid #000060;
}
