@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../imagenes/fondo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
    }

#contenedor   {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
    }
#cabecera {
	height: 190px;
	background-image: url(../imagenes/logoalcor.png);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 950px;
	z-index: 2;
}
#menu  {
	position: absolute;
	z-index: 1000;
	height: 87px;
	width: 562px;
	top: 122px;
	left: 9px;
}
#flash  {
	position: absolute;
	z-index: 3;
	height: 190px;
	width: 450px;
	top: 0px;
	right: 0px;
}

#portada {
	background-image: url(../imagenes/fondo_portada.png);
	height: 240px;
	padding: 19px 25px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 190px;
	width: 900px;
	z-index: 12;
}
#portada #tituloSeccion {
	position: absolute;
	height: 58px;
	width: 300px;
	left: 25px;
	top: -40px;
	z-index: 11;
}

#portada #flashportada {
	z-index: 6;
}


#pie {
	background-image: url(../imagenes/fondo_pie.png);
	height: 272px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #AB2B3F;
	text-align: right;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contenedor #principalContenido {
	position: relative;
	width: 950px;
	top: 468px;
	background-image: url(../imagenes/fondo_contenedor.png);
	background-repeat:  repeat-y;
}

#principalContenido #paloizq {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 55px;
	height: 212px;
	background-image: url(../imagenes/colizq.png);
	background-repeat: no-repeat;
}

#principalContenido #palodch {
	position: absolute;
	top: 0px;
	width: 55px;
	height: 212px;
	background-image: url(../imagenes/coldcha.png);
	background-repeat: no-repeat;
	right: 0px;
}

#Contenido {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 30px;
	position: static;
	min-height: 214px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #909090;
	vertical-align: top;
}
#Contenido h3 {
	font-size: 12px;
	color: #AB2B3F;
	line-height: 13px;
	font-weight: 500;
}
#Contenido  td.izq {
	vertical-align: top;
	padding-right:30px;
}

#Contenido td.cntro {
	vertical-align: top;
	padding-right: 15px;
	padding-left: 15px;
}


#Contenido td.dch {
	vertical-align: top;
	padding-left:30px;
}

#Contenido p {
	text-align: justify;
}


.miniaturas  img {
	border: 4px solid #EDD1D2;
	margin-right: 30px;
	margin-bottom: 30px;
}

.miniaturas {
	display: block;
	min-height: 128px;
	clear: both;
	margin-top: 25px;
	text-align: left;

}
a.enlacebotonServicios  {
	vertical-align: middle;
	width: 150px;
	text-align: center;
	display: block;
	color: #D5959D;
	text-decoration: none;
	background-image: url(../imagenes/menu/fondomenuservicios_a.png);
	background-repeat:   repeat-x;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-weight: bold;
	/*padding-bottom: 8px;*/
	padding-top: 7px;
	height:33px;
	border:0px;
}
@media screen, projection
{
	a.enlacebotonServicios
	{
		display: inline;
		f\loat: left;
		/*background: #FFF;*/
	}
}
a.enlacebotonServicios:hover {
	color: #666666;
	background-image: url(../imagenes/menu/fondomenuservicios_b.png);
	background-repeat:   repeat-x;
	text-decoration: none;
}
img.enlaceServicios:hover {
	background-image: url(../imagenes/flecha_servicios.png);
	background-repeat: no-repeat;
	padding-right: 33px;
	background-position: right;
}


img {
	border: 0px;
}

#contenedor #portada #submenulateral {
	vertical-align: top;
	width: 150px;
	height: 240px;
	background-color: #F7EBED;
}
#contenedor #portada #direcciones {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	margin-right: 0px;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 30px;
}
.etiquetaInput {
	padding-top: 6px;
}
input.btnEnviar {
	border: 1px solid #AB2B3F;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	background-color: #FDFBFB;
	color: #666666;
	height: 24px;
}



a {
	color: #BF4459;
	text-decoration: none;
}

a:hover {
	color: #D4929C;
	text-decoration: underline;
}

td.clientes {
	padding-top: 0px;
	padding-right: 40px;
	text-align: left;
}

td.clientes p {
	text-align: left;
}


#formAcceso {
	height: 135px;
	width: 232px;
	margin-left: 30px;
	border: 1px solid #E2B7BD;
	background-image: url(../imagenes/foro/fondoacceso.png);
	background-color: #FBF6F7;
	background-repeat:   repeat-x;
}

#fformAcceso input {
	margin-left: 10px;
	margin-top: 5px;
	width: 100px;
	float:left;
	clear: right;
}

.negro  {
	color: #000000;

}

.rojo {
	color: #AB2B3F;
}

.gris {
	color: #909090;
}
