@charset "utf-8";
body {
	margin:0px;
	border:0px;
	padding:0px;
	background-image:url(../imagenes/franja-naranja.jpg);
	background-repeat:repeat-x;
	background-position:center 0px;
	font-size:11px;
	font-family: Tahoma;
	color:#333333;

}
.clientesUl li{margin:5px 20px auto; float:left; width:180px; height:25px;}
.clientesUl a{color: #CE0005;}

img{
	border:0px;
}
.texto-inicio {
	background-image: url(../imagenes/esquina-redonda.jpg);
	background-position:0px 20px;
	background-repeat: no-repeat;
	width: 500px;
	margin-left: 50px;
	float:left;
}
.bienvenido {
	margin-left: 20px;
}
.textoa {
	margin-top: 30px;
	margin-left: 30px;
	text-align:justify;
}
.imagenes-recientes-modulo {
	margin-left:20px;
	margin-top:20px;
	height: 200px;
	width: 400px;
	padding-top:20px;
	padding-left:20px;
	float:left;
	background-image:url(../imagenes/esquina-redonda.jpg);
	background-repeat:no-repeat;
}
.miniatura-imagen {
	background-image: url(../imagenes/borde-miniatura.jpg);
	background-repeat: no-repeat;
	float: left;
	padding:4px;
	margin-right:5px;
	margin-bottom:5px;
	width: 78px;
	height: 78px;
	overflow: hidden;
}


.encabezado{
	position:relative;
	width:1000px;
	margin:auto;
	z-index:1;
}
.cuerpo {
	z-index:-100;

	position: absolute;
	top:350px;
	left:-1px;

	
}
.pie {
	margin-top:30px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	text-align:center;
	padding:8px;
	position:relative;
	top:200px;
}
.formulario-modulo {
	float: left;
	margin-left: 10px;
}
.texto-formulario {
	font-size: 10px;
	margin-left:18px;
	margin-top:10px;
}
.campo-formulario {
	background-image: url(../imagenes/fondo-campo-formulario.jpg);
	background-repeat: repeat-x;
	margin-left:18px;
	border:#666 1px solid;
}

