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

body{
	background-image:url(../imagenes/fondo3.png);
	/*background-color:#6B7D8B;*/
	/*background-color:#97C529;*/
	/*background-color:#80A823;*/
	background-color:#1F2026;
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
}


.cuerpo1{
	position:absolute;
	top:190px;
	left:50%;
	margin-left:-440px;
	/*margin-top:-150px;*/
	width: 221px;
	height: 330px;
	background: #F7F7F7;
	z-index:1;
}

.cuerpo2{
	position:absolute;
	top:190px;
	left:50%;
	margin-left:-210px;
	/*margin-top:-150px;*/
	width: 420px;
	height: 330px;
	background: #F7F7F7;
	z-index:1;
}

.cuerpo3{
	position:absolute;
	top:190px;
	left:50%;
	margin-left:220px;
	/*margin-top:-150px;*/
	width: 221px;
	height: 330px;
	background: #F7F7F7;
	z-index:1;
}

.cuerpocotizacion{
	position:absolute;
	top: 180px;
	left: 50%;
	margin-left:-400px;
	width: 800px;
	height: 1000px;
	background: #F7F7F7;
	z-index:1;
}

.interiorcotizacion{
	position:absolute;
	width: 794px;
	height: auto;
	background:#333333;
	top: 4px;
	left: 50%;
	margin-top:-50%;
	margin-left: 372px;
}

.cuerpoCotizacion{
	position:absolute;
	top: 35%;
	left: 20%;
	margin-left:-210px;
	margin-top:-150px;
	width: 1170px;
	height: 909px;
	background: #F7F7F7;
	z-index:1;
}



.interior{
	position:absolute;
	width: 213px;
	height: 323px;
	background:#333333;
	top: 50%;
	left: 50%;
	margin-left: -107px;
	margin-top: -162px;
}

.interiorcentro{
	position:absolute;
	width: 412px;
	height: 323px;
	background:#333333;
	top: 165px;
	left: 50%;
	margin-top: -162px;
	margin-left: -206px;
}

.interiorimg{
	position:absolute;
	width: 213px;
	height: 340px;
	background:#333333;
	top: 50%;
	left: 50%;
	margin-left: -107px;
	margin-top: -170px;
}
.interiorCotizacion{
	position:absolute;
	width: 1163px;
	height: 902px;
	background:#333333;
	top: 165px;
	left: 3px;
	margin-top: -162px;

}

.paquete{
	width:350px; 
	height:auto;  
	padding:8px;
	color:#FFFFFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px; 
	background-color:#444F55;
}

.trabajo{
	width:176px; 
	height:86px; 
	text-align:center; 
	color:#FFFFFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px; 
	background-color:#222222;
	/*border:thin;
	border-color:#999999;
	border-style:solid;*/
}

.ContenidoCotizaciones{
	position:absolute;
	width:380px;
	height:832px;
	text-align: left;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color:#222222;
	/*border:thin;
	border-color:#999999;
	border-style:solid;*/
}
.ContenidoCotizaciones1{
	width:190px;
	height:112px;
	text-align: justify;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color:#222222;
	/*border:thin;
	border-color:#999999;
	border-style:solid;*/
}

.trabajoreciente{
	width:213px; 
	height:86px; 
	text-align:left; 
	color:#FFFFFF; 
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	font-size:9px; 
	background-color:#222222;
	border:thin;
	border-color:#999999;
	border-style:dashed;
	border-left:none;
	border-right:none;
}

.subrayada{
	text-decoration:underline;
}

.negrita{
	font-weight:bold;
}

.texto{
	border:thin;
	border-style:solid;
	border-color:#666666;
	background-color:#000000;
	color:#FFFFFF;
	font-size:10px;
}

.boton{
	color:#FFFFFF;
	border:thin;
	border-style:solid;
	border-color:#666666;
	background-color:#000000;
	font-size:11px;
}

a:link,a:visited{
 	text-decoration:none;
 	color:#FFFFFF;
}
