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

/*    ZONA DONDE SE DELIMITA LA UBICACION DE LA INFORMACION */
body {
    background-color: #c5c5c5;
	background-image:url(../images/common/fondo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.clear {
	clear:both;
}

.cuerpo {
	width:99%;
	height:99%;
	position:absolute;	
	padding-top:20px;

}

.contenido {
	width:958px;
	border:Solid 1px #fff;
	background-image:url(../images/common/fondo_cont.jpg);
	height:450px;
	margin:auto;
	/*height:127px;*/
}

.quick {
	width:958px;
	margin:auto;
	font-family:Tahoma;
	color:#fff;
	text-decoration: none;
	text-align: center;
	/*height:127px;*/
}

.text_quick {
	font-family:Tahoma;
	font-size:11px;
	color:#F60;
	text-decoration: none;
	text-align: center;
}

.text_quick:hover{
	color:#FF9;
}

.text_quicks{
	font-family:Tahoma;
	font-size:11px;
	color:#666;
	text-decoration: none;
	text-align: center;
}

.textos_pie_pagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #F63;
	text-decoration: none;
}

.link_textos_pie_pagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #F63;
	text-decoration: none;
	text-align: right;
}
.link_textos_pie_pagina:hover {
	color:#F93;
}

.detalle_izq {
	height:147px;
	width:140px;
	background-image:url(../images/common/peu.jpg);
	margin-left:48px;
	margin-top:303px;
	position:relative;
	visibility:visible;
	
}

.logo {
	background-image:url("../images/common/logo.jpg");
	height:90px;
	margin-left:581px;
	margin-top:-375px;
	position:absolute;
	width:335px;
}

.info {
	height:90px;
	margin-left:571px;
	margin-top:-141px;
	position:absolute;
	width:335px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	text-align:right;
}

.mail {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#F60;
	text-align:right;
	text-decoration:none;
}

.mail:hover {
	color:#333;
}