/** Hoja de estilos para varios elementos que utilizo en varias paginas
  * @author Luis Fernando Alvarez Gazc�n
  * @Modificado: 14/Diciembre/2012
 */

 @font-face 
{
	font-family: 'Conv_Helvetica-Condensed-Light';
	src: url('../Tipografias/Helvetica-Condensed-Light.eot');
	src: local('?'), url('../Tipografias/Helvetica-Condensed-Light.woff') format('woff'), url('../Tipografias/Helvetica-Condensed-Light.ttf') format('truetype'), url('../Tipografias/Helvetica-Condensed-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'Conv_HelveticaNeue_Light';
	src: url('../Tipografias/HelveticaNeue_Light.eot');
	src: local('?'), url('../Tipografias/HelveticaNeue_Light.woff') format('woff'), url('../Tipografias/HelveticaNeue_Light.ttf') format('truetype'), url('../Tipografias/HelveticaNeue_Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

*
{
	margin:0; 
	padding:0; 
	border:0; 
	font-family: calibri, Sans-Serif;
	outline:0;
}

a
{
	text-decoration:none;
	font-family:'Conv_Helvetica-Condensed-Light',calibri, Sans-Serif;
	color:#7B7B7B;
}

#contenedorAfuera
{
	width:950px;
	/*height:1000px*/
	display:block;
	margin:0 auto;
	
	background: -moz-linear-gradient(#F1F1F1,#EBEBEB);
	background: -webkit-linear-gradient(#F1F1F1,#EBEBEB);
	background: -o-linear-gradient(#F1F1F1,#EBEBEB);
	background: -ms-linear-gradient(#F1F1F1,#EBEBEB);
	background: linear-gradient(#F1F1F1,#EBEBEB);
	background-image: -moz-linear-gradient(#F1F1F1, #EBEBEB);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1', endColorstr='#EBEBEB');
	background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(#EBEBEB));
	
	-moz-box-shadow: 0 0 15px 4px #A2A2A2;
	-webkit-box-shadow: 0 0 15px 4px#A2A2A2;
	box-shadow: 0 0 15px 4px #A2A2A2;
}

#zonaGris
{
	width:100%;
	height:40px;
	display:block;
	background-color:#363636;
	margin:0 auto;
}

.espacioLargo
{
	margin-left:598px;
}

.espacioChico
{
	margin-left:119px;
}

img.logo
{
	position:absolute;
	margin-left:350px;
	z-index:5;
}

img.car
{
	margin-top:75px;
}

#verde
{
	width:100%;
	height:18px;
	background: -moz-linear-gradient(#98B42A,#B1CE2F);
	background: -webkit-linear-gradient(#98B42A,#B1CE2F);
	background: -o-linear-gradient(#98B42A,#B1CE2F);
	background: -ms-linear-gradient(#98B42A,#B1CE2F);
	background: linear-gradient(#98B42A,#B1CE2F);
	background-image: -moz-linear-gradient(#98B42A, #B1CE2F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98B42A', endColorstr='#B1CE2F');
	background: -webkit-gradient(linear, left top, left bottom, from(#98B42A), to(#B1CE2F));
	
	-moz-box-shadow: 0 0 5px 1px #D1E382;
	-webkit-box-shadow: 0 0 1px 5px#D1E382;
	box-shadow: 0 0 5px 1px #D1E382;
}

#verdeServicios
{
	width:100%;
	height:45px;
	background: -moz-linear-gradient(#98B42A,#B1CE2F);
	background: -webkit-linear-gradient(#98B42A,#B1CE2F);
	background: -o-linear-gradient(#98B42A,#B1CE2F);
	background: -ms-linear-gradient(#98B42A,#B1CE2F);
	background: linear-gradient(#98B42A,#B1CE2F);
	background-image: -moz-linear-gradient(#98B42A, #B1CE2F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98B42A', endColorstr='#B1CE2F');
	background: -webkit-gradient(linear, left top, left bottom, from(#98B42A), to(#B1CE2F));
	
	-moz-box-shadow: 0 0 5px 1px #D1E382;
	-webkit-box-shadow: 0 0 1px 5px#D1E382;
	box-shadow: 0 0 5px 1px #D1E382;
}

img.imagemore
{
	border:7px #ffffff solid;
	position:absolute;
	margin-top:20px;
	margin-left:15px;
}

p.textomoreProfile
{
	font-size:13px;
	color:#7B7B7B;
	text-align:justify;
	line-height:20px;
	height:100px;
	width:450px;
	margin-left:440px;
	margin-top:40px;
}

p.textomoreServices
{
	font-size:13px;
	color:#7B7B7B;
	text-align:justify;
	line-height:20px;
	height:150px;
	width:450px;
	margin-left:440px;
	margin-top:30px;
}

#footer
{
	width:950px;
	height:80px;
	
	color:#7B7B7B;
	font-size:14px;
	text-align:justify;
	
	background: -moz-linear-gradient(#3D3D3D,#666666);
	background: -webkit-linear-gradient(#3D3D3D,#666666);
	background: -o-linear-gradient(#3D3D3D,#666666);
	background: -ms-linear-gradient(#3D3D3D,#666666);
	background: linear-gradient(#3D3D3D,#666666);
	background-image: -moz-linear-gradient(#3D3D3D, #666666);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3D3D3D', endColorstr='#666666');
	background: -webkit-gradient(linear, left top, left bottom, from(#3D3D3D), to(#666666));
	
	-moz-box-shadow: 0 0 5px 1px #D1E382;
	-webkit-box-shadow: 0 0 1px 5px#D1E382;
	box-shadow: 0 0 5px 1px #D1E382;
}

#links 
{
	color:#7B7B7B;
	position:absolute;
	margin-left:350px;
	margin-top:20px;
}

#links a:hover
{
	color:#9DBE34;
	-webkit-transition:color 0.4s ease-in;  
	-moz-transition:color 0.4s ease-in;  
	-o-transition:color 0.4s ease-in;  
	transition:color 0.4s ease-in; 
}

/* Estilo aplicado a opci�n del menu seleccionado*/
#links  a.selected
{
	color:#9DBE34;
}

#copyright
{
	color:#7B7B7B;
	position:absolute;
	margin-left:320px;
	margin-top:48px;
}

#copyright:hover
{
	color:#9DBE34;
	position:absolute;
	margin-left:320px;
	margin-top:48px;
	-webkit-transition:color 0.4s ease-in;  
	-moz-transition:color 0.4s ease-in;  
	-o-transition:color 0.4s ease-in;  
	transition:color 0.4s ease-in; 
}

a.conoceMasDerecha
{
	font-family:'Conv_Helvetica-Condensed-Light',calibri, Sans-Serif;
    display: block;
    width: 90px;
    height: 22px;
    padding-top:6px;
	padding-left: 8px;
    margin-left:330px;
	margin-top:12px;
    background-color:#ffffff;
	
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;

    font: bold 12px Helvetica, Sans-Serif;
    text-align: center;
    text-decoration: none;
    color: #000000;
    text-shadow: 2px 1px 2px #dadada;
}

a.conoceMasDerecha:hover
{
	color:#9DBE34;
	-moz-box-shadow: 0px 2px 10px #dadada;
	-webkit-box-shadow: 0px 2px 10px #dadada;
	box-shadow: 0px 2px 10px #dadada;
	text-shadow: 2px 1px 2px #dadada;
	-webkit-transition:color 0.4s ease-in;  
	-moz-transition:color 0.4s ease-in;  
	-o-transition:color 0.4s ease-in;  
	transition:color 0.4s ease-in; 
}

::selection 
{
	background: #DCE5A7; color: #7B7B7B;
}

::-moz-selection 
{
	background: #DCE5A7; color: #7B7B7B;
}

img.walmart
{
	margin-top: 250px;
}

p.tituloProfile
{
	font-family:'Conv_Helvetica-Condensed-Light',calibri, Sans-Serif;
	font-size:40px;
	position:absolute;
    margin-left:35px;
	margin-top:190px;
    color: #7B7B7B;
    text-shadow: 2px 1px 2px #dadada;
	text-indent:0.5px;
	font-weight:lighter;
}

.textoProfile p
{
	font-family:calibri, Sans-Serif;
	font-size:16px;
	color:#7B7B7B;
	text-align:justify;

	margin-left:40px;
	margin-right:40px;
	margin-top:20px;
	margin-bottom:20px;
	
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;
}

p.tituloServices
{
	font-family:'Conv_Helvetica-Condensed-Light',calibri, Sans-Serif;
	font-size:40px;
	position:absolute;
    margin-left:35px;
	margin-top:190px;
    color: #7B7B7B;
    text-shadow: 2px 1px 2px #dadada;
	text-indent:0.5px;
	font-weight:lighter;
}

p.textoServices
{	
	font-family:calibri, Sans-Serif;
	font-size:16px;
	color:#7B7B7B;
	text-align:justify;
	width:430px;
	height:450px;
	
	margin-left:40px;
	margin-right:40px;
	margin-top:270px;
	margin-bottom:20px;
	
	-moz-column-count:1; /* Firefox */
	-webkit-column-count:1; /* Safari and Chrome */
	column-count:1;
	
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;	
}

#imagenes
{
	margin-left:500px;
	margin-top:-468px;
	width:440px;
	height:620px;
}

#imagenes img
{
	border-width:1px;
    border-style:solid;
	
    border-bottom-color:#aaa;
    border-right-color:#aaa;
    border-top-color:#ddd;
    border-left-color:#ddd;
	
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

p.tituloProjects
{
	font-family:'Conv_Helvetica-Condensed-Light',calibri, Sans-Serif;
	font-size:40px;
	position:absolute;
    margin-left:35px;
	margin-top:225px;
    color: #7B7B7B;
    text-shadow: 2px 1px 2px #dadada;
	text-indent:0.5px;
	font-weight:lighter;
}

p.tituloRetail
{
	font-family:'Conv_Helvetica-Condensed-Light',calibri, Sans-Serif;
	font-size:24px;
	position:absolute;
    margin-left:35px;
	margin-top:225px;
    color: #7B7B7B;
    text-shadow: 2px 1px 2px #dadada;
	text-indent:0.5px;
	font-weight:lighter;
}

p#nombreProyectoMacro
{
	font-family:'Conv_HelveticaNeue_Light', calibri, Sans-Serif;
	font-size:28px;
	position:absolute;
    margin-left:670px;
	margin-top:12px;
    color: #ffffff;
	font-weight:light;
}


p#nombreProyecto
{
	font-family:'Conv_HelveticaNeue_Light', calibri, Sans-Serif;
	font-size:36px;
	position:absolute;
    margin-left:670px;
	margin-top:7px;
    color: #ffffff;
	font-weight:light;
}

p#nombreProyectoPaseo
{
	font-family:'Conv_HelveticaNeue_Light', calibri, Sans-Serif;
	font-size:36px;
	position:absolute;
    margin-left:670px;
	margin-top:7px;
    color: #ffffff;
	font-weight:light;
}

p#nombreProyectoImax
{
	font-family:'Conv_HelveticaNeue_Light', calibri, Sans-Serif;
	font-size:28px;
	position:absolute;
    margin-left:670px;
	margin-top:11px;
    color: #ffffff;
	font-weight:light;
}

p#nombreProyectoGalerias
{
	font-family:'Conv_HelveticaNeue_Light', calibri, Sans-Serif;
	font-size:26px;
	position:absolute;
    margin-left:665px;
	margin-top:14px;
    color: #ffffff;
	font-weight:light;
}

#descripcion
{
	position:absolute;
	margin-left:670px;
	margin-top:75px;
	overflow: auto;
}


/*Submenu Industrial*/
p.DescGulfstream
{
	color: #FFFFFF;
    font-family: calibri,arial,Sans-Serif;
    line-height: 20px;
    padding-bottom: 18px;
    padding-left: 10px;
    padding-top: 0;
    text-align: justify;
    width: 248px;
    z-index: 10;
}

p.DescGulfstream span
{
	color:#ffffff;
	font-family: calibri,arial, Sans-Serif;
	z-index:10;
	font-weight:bold;
}

/*n Industrial */
/*Submenu Industrial*/
p.DescGulfstream2
{
	color: #FFFFFF;
    font-family: calibri,arial,Sans-Serif;
    line-height: 18px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-top: 0;
    text-align: justify;
    width: 248px;
    z-index: 10;
}

p.DescGulfstream2 span
{
	color:#ffffff;
	font-family: calibri,arial, Sans-Serif;
	z-index:10;
	font-weight:bold;
}


/* Img footer green, honeywell*/

#thumbsGrl2
{
	margin-top:340px;
	margin-left:678px;
	height:145px;
	width:260px;
	position:absolute;
}

#thumbsGrl2 img
{
	
	float:left;
	margin-right:12px;
	margin-top:3px;
	border:2px solid #BDD437;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}


#thumbsGrl2 img:hover
{
	border:2px solid #718021;
	float:left;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}


/* Img footer green, honeywell*/

#thumbsGrl
{
	margin-top:393px;
	margin-left:680px;
	height:145px;
	width:260px;
	position:absolute;
}

#thumbsGrl img
{
	
	float:left;
	margin-right:12px;
	margin-top:3px;
	border:2px solid #BDD437;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}


#thumbsGrl img:hover
{
	border:2px solid #718021;
	float:left;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}




/*Submenu Cultural*/
p.DescCultural
{
	color: #FFFFFF;
    font-family: calibri,arial,Sans-Serif;
    line-height: 16px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-top: 0;
    text-align: justify;
    width: 248px;
    z-index: 10;
}

p.DescCultural span
{
	color:#ffffff;
	font-family: calibri,arial, Sans-Serif;
	z-index:10;
	font-weight:bold;
}


/*Submenu Retail*/
p.DescRetail
{
	color: #FFFFFF;
    font-family: calibri,arial,Sans-Serif;
    line-height: 18px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-top: 0;
    text-align: justify;
    width: 248px;
    z-index: 10;
}

p.DescRetail span
{
	color:#ffffff;
	font-family: calibri,arial, Sans-Serif;
	z-index:10;
	font-weight:bold;
}

p.DescripcionProyecto3
{
	color:#ffffff;
	font-family:calibri,arial, Sans-Serif;
	z-index:10;
	padding-top:8px;
	padding-bottom: 15px;
}

p.DescripcionProyecto3 span
{
	color:#ffffff;
	font-family: calibri,arial, Sans-Serif;
	z-index:10;
	font-weight:bold;
}

p.DescripcionProyecto6
{
	color: #FFFFFF;
    font-family: calibri,arial,Sans-Serif;
    line-height: 20px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-top: 0;
    text-align: justify;
    width: 248px;
    z-index: 10;
}

p.DescripcionProyecto6 span
{
	color:#ffffff;
	font-family: calibri,arial, Sans-Serif;
	z-index:10;
	font-weight:bold;
}

#galeria
{
	margin-top:290px;
	margin-bottom:20px;
	height:450px;
	width:945px;
}

img.areaVerde
{
	position:absolute;
	margin-left:655px;
}

#thumbsArea3
{
	margin-top:335px;
	margin-left:671px;
	height:130px;
	width:250px;
	position:absolute;
}

#thumbsArea3 img
{
	float:left;
	margin-right:12px;
	border:2px solid #BDD437;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

#thumbsArea3 img:hover
{
	border:2px solid #718021;
	float:left;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#thumbsArea6
{
	margin-top:337px;
	margin-left:680px;
	height:145px;
	width:260px;
	position:absolute;
}

#thumbsArea6 img
{
	
	float:left;
	margin-right:12px;
	margin-top:3px;
	border:2px solid #BDD437;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}


#thumbsArea6 img:hover
{
	border:2px solid #718021;
	float:left;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#thumbsArea7
{
	margin-top:397px;
	margin-left:680px;
	height:145px;
	width:260px;
	position:absolute;
}
#thumbsArea7 img
{
	
	float:left;
	margin-right:12px;
	margin-top:3px;
	border:2px solid #BDD437;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
#thumbsArea7 img:hover
{
	border:2px solid #718021;
	float:left;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}



#thumbsCulturalOthers
{
	margin-top:337px;
	margin-left:677px;
	height:145px;
	width:135px;
	position:absolute;
}

#thumbsCulturalOthers img
{
	float:left;
	margin-right:12px;
	/*margin-top:3px;*/
	margin-top:3px;
	border:2px solid #BDD437;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}


#thumbsCulturalOthers img:hover
{
	border:2px solid #718021;
	float:left;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}



#thumbsAreaOthers
{
	margin-top:337px;
	margin-left:677px;
	height:145px;
	width:260px;
	position:absolute;
}

#thumbsAreaOthers img
{
	float:left;
	margin-right:12px;
	/*margin-top:3px;*/
	margin-top:3px;
	border:2px solid #BDD437;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}


#thumbsAreaOthers img:hover
{
	border:2px solid #718021;
	float:left;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}


#thumbsAreaOthers2
{
	margin-top:339px;
	margin-left:679px;
	height:145px;
	width:260px;
	position:absolute;
}

#thumbsAreaOthers2 img
{
	float:left;
	margin-right:12px;
	margin-top:3px;
	border:2px solid #BDD437;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}


#thumbsAreaOthers2 img:hover
{
	border:2px solid #718021;
	float:left;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
/*Retail Others*/


#thumbsAreaOthers3
{
	margin-top:391px;
	margin-left:679px;
	height:145px;
	width:260px;
	position:absolute;
}

#thumbsAreaOthers3 img
{
	float:left;
	margin-right:12px;
	margin-top:10px;
	border:2px solid #BDD437;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}


#thumbsAreaOthers3 img:hover
{
	border:2px solid #718021;
	float:left;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}


#botonesProyectos
{
	height:150px;
	width:850px;
	padding-left:130px;
}

#botonesProyectos img
{
	margin-right:30px;
	border:5px solid #BDD437;
	float:left;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

#botonesProyectos img:hover
{
	margin-right:30px;
	border:5px solid #718021;
	float:left;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

/********INDUSTRIALES************/
p#GulfstreamDescripcion
{
	margin-top:115px;
	margin-left:38px;
	position:absolute;
}

p#HoneywellDescripcion
{
	margin-top:115px;
	margin-left:225px;
	position:absolute;
}

p#ValasisDescripcion
{
	margin-top:115px;
	margin-left:415px;
	position:absolute;
}

p#OthersDescripcion
{
	margin-top:115px;
	margin-left:605px;
	position:absolute;
}

/**********CULTURALES************/
p#CeartDescripcion
{
	margin-top:115px;
	margin-left:50px;
	position:absolute;
}

p#MegaDescripcion
{
	margin-top:115px;
	margin-left:195px;
	position:absolute;
}

p#CedeniDescripcion
{
	margin-top:115px;
	margin-left:415px;
	position:absolute;
}

p#AbueloDescripcion
{
	margin-top:115px;
	margin-left:605px;
	position:absolute;
}

/*****************RETAIL***********/
#botonesProyectosRetail
{
	height:150px;
	width:900px;
	padding-left:50px;
}

#botonesProyectosRetail img
{
	margin-right:20px;
	border:5px solid #BDD437;
	float:left;
}

p#GaleriasDescripcion
{
	margin-top:115px;
	margin-left:18px;
	position:absolute;
}

p#MegaDescripcion
{
	margin-top:115px;
	margin-left:182px;
	position:absolute;
}

p#RioDescripcion
{
	margin-top:115px;
	margin-left:390px;
	position:absolute;
}

p#PaseoDescripcion
{
	margin-top:115px;
	margin-left:555px;
	position:absolute;
}

p#OtherReatilDescripcion
{
	margin-top:115px;
	margin-left:740px;
	position:absolute;
}

/*****************ADITIONALS***********/
p#IndDescripcion
{
	margin-top:115px;
	margin-left:20px;
	position:absolute;
}

p#CultDescripcion
{
	margin-top:115px;
	margin-left:207px;
	position:absolute;
}

p#RetDescripcion
{
	margin-top:115px;
	margin-left:402px;
	position:absolute;
}

p#AditsDescripcion
{
	margin-top:115px;
	margin-left:570px;
	position:absolute;
}