.texto_negro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}
.texto_negro:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	/*text-decoration:underline;*/
	
   
}

.campo_texto {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #000000;
	border-left-color: #999999;
	border: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;

}
.campo_texto_marron {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-top-color: #E9E6E0;
	border-right-color: #B9AF9B;
	border-bottom-color: #A3967C;
	border-left-color: #B3A893;
	border: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-color: #D5CFC3;
}
.boton_submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-image: url(../imagenes/pie.jpg);
	background-attachment: fixed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #999999;
	border-left-color: #666666;
}
.texto_negro_fondo_ {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	background-color: #E8E7E5;
	text-decoration:none;
}
.campo_texto_izda {

		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-left-color: #EBEBEB;
	border: 0;
	border-top-style: none;
	border-right-style: none;
	border-right-width: 0px;
	border-left-width: 2px;
	border-bottom-style: none;
	border-left-style: groove;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
/* Aquí modificamos el Contenedor*/
#cont{
   text-align:center;
   padding: 5px;
   margin: 0 auto;
   width:500px; 
}
/* Ahora la sombra */
#sombra{
   margin:10px;
   background:#CCCCCC; /* Color de la sombra */
   border: solid 1px #CCCCCC; /* Color del borde */
   width: 500px;
}
/* Veamos el texto */
#text{
   border:solid 1px #CCCCCC;
   margin:-10px 2px 2px -10px; /* Aqui están los famosos márgenes negativos*/
   padding:2px;
   background:#FFFFFF; /* Le damos un color de fondo */
   text-decoration:none;

}.texto_blanco {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #E8E7E5;
}
.texto_blancoCopia {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
.borde_imagen {
	text-decoration:none;
	word-spacing: normal;
	border: 1px solid #000000; 
}
.borde_imagen:hover {
	text-decoration:none;
	word-spacing: normal;
	border: thin dashed #000000; 
}
