#formContenedor 
{
	text-align:center;
	width: 262px;
	padding: 10px;
	background-color: #ece8dc;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #666666;
}

table { }

input 
{
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid;
}

textarea
{
	width:250px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid;
}

button {
	width:105px;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #666666;
	background-color: #EEEEEE;
	cursor: pointer;
}

.label { text-align:left; }

.campo { width:220px; }

.ayuda { width:50px; text-align:center; }

.inputNormal { border:1px solid; }

.inputError
{
	border:1px solid #666666;
	background-color:#CCCCCC;
	color:#333333;
}

/* Capas de transparencia y mensajes de confirmacion */

#transparencia
{
	background-color:#ece8dc; 
	z-index:1; 
	position:absolute;
	width:270px;
	display:none;
	opacity:0.95; filter:alpha(opacity="95");
}

#transparenciaMensaje
{
	position:absolute;
	width:270px;
	height:100px;
	margin-top:-50px;
	margin-left:-140px;
	top:50%;
	left:50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/* Mensajes de ayuda */

#mensajesAyuda
{
	width:160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #000000;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	text-align:center;
}

#ayudaTitulo
{
	background-color:#000000; 
	color:#FFFFFF; 
	padding:1px;
}

#ayudaTexto
{
	vertical-align:middle;
	padding:2px;
}
.datos {
	width: 350px;
}
.direccion {
	text-align: left;
	margin-left: 20px;
}
.tituloform {
	font-size: 2em;
}
#inicio {
	background-color: #CCCCCC;
	height: 2px;
}
.cuerpo {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#formContenedor #formulario .campo button {
	background-color: #EAEAEA;
	border: 1px solid #666666;
	width: 105px;
	text-align: center;
	background-image: url(../imagenes/menu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#texto_contacto {
	margin-top: 10px;
	margin-bottom: 20px;
}

