/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666; text-decoration: none;}
#TB_window a:visited {color: #666666; text-decoration: none;}
#TB_window a:hover {color: #000; text-decoration: none;}
#TB_window a:active {color: #666666; text-decoration: none;}
#TB_window a:focus{color: #666666; text-decoration: none;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color: #cccccc;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position:absolute; /* cambiado por mi, antes fixed*/
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #ffffff;
	text-align:left;
	top:370px; /* cambiado por mi, antes 50%. 62%*/
	left:50%; /*antes 50% */
	-moz-border-radius:10px; /*Para que funcione en Firefox*/
	-moz-box-shadow:10px 10px 15px rgba(0, 0, 0, 0.4);
	-khtml-border-radius:10px; /*Para Konqueror y Safari */
	-khtml-box-shadow:10px 10px 15px #999999;
	-webkit-border-radius:10px;
	-webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
	-ms-border-radius:10px; /*Para IE8*/
	-ms-box-shadow:10px 10px 15px #999999;
	border-radius:10px; /*Forma normalizada*/
	box-shadow:10px 10px 15px rgba(0, 0, 0, 0.4);
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#ffffff;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>>   Main Window Settings  <<<-----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

h3{
	text-align: left;
	color: #7EA2D1;
}

#MainContainerIndex{
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color: #cccccc;
	height: 768px;
	width: 1024px;
}

#MainContainer{
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color: white;
	height: 768px;
	width: 1024px;
	-moz-border-radius:10px; /*Para que funcione en Firefox*/
	-moz-box-shadow:10px 10px 15px rgba(0, 0, 0, 0.4);
	-khtml-border-radius:10px; /*Para Konqueror y Safari */
	-khtml-box-shadow:10px 10px 15px #999999;
	-webkit-border-radius:10px;
	-webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
	-ms-border-radius:10px; /*Para IE8*/
	-ms-box-shadow:10px 10px 15px #999999;
	border-radius:10px; /*Forma normalizada*/
	box-shadow:10px 10px 15px rgba(0, 0, 0, 0.4);
}

#MainPage{
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 32px;
	height: 753px;
	width: 959px;
	background-color: white;
}

#HeaderImg{
	font-family:  Arial, sans-serif, "Lucida Grande", Verdana;
	text-align: center;
	height: 86px;
	width: 959px;
	background-color: white;
}

#HeaderLinks{
	margin-top: 2px;
	height: 20px;
	width: 959px;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	font-weight: bolder;
	vertical-align: middle;
	font-size: 10px;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	color: white;
	background-color: #7ea2d1;
}
#HeaderLinks a:link{
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	text-decoration: none;
	color: white;
}

#HeaderLinks a:visited {
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	text-decoration: none;
	color: white;
}

#HeaderLinks a:hover {
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	text-decoration: none;
	color: #c2d0e8;
}

#MainPageContent{
	margin-top: 14px;
	height: 550px;
	width: 959px;
}

#Columna1{
	font-size: 11px;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	float: left;
	background-color: white;
	height: 550px;
	width: 180px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

#Columna1 a:link{
	color: #999999;
	text-decoration: none;
}

#Columna1 a:visited{
	color: #999999;
	text-decoration: none;
}

#columna1 a:hover{
	color: #bfbfbf;
	text-decoration: none;
}

#Columna1Tit{
	margin-top: 3px;
	margin-left: 5px;
}

#Noticia1{
	margin-top: 3px;
	width: 180px;
	height: 255px;
}

#Noticia2{
	height: 255px;
	width: 180px;
	margin-top: 13px;
}

.NoticiaFoto{
	margin-left: 14px;
	background-color: white;
	height: 140px;
	width: 150px;
}

.NoticiaFoto a:link{
	text-align: center;
	display: block;
	height: 140px;
	width: 150px;
}

.NoticiaFoto a:visited{
	text-align: center;
	display: block;
	height: 140px;
	width: 150px;
}

.NoticiaFoto a:hover{
	text-align: center;
	display: block;
	height: 140px;
	width: 150px;
}

.NoticaResumen{
	font-size: 9px;
	margin-left: 14px;
	width: 150px;
	color: gray;
	background-color: white;
	overflow: hidden;
}

#EnlaceNot1{
	margin-left: 14px;
	font-size: 9px;
	width: 150px;
	height: 10px;
	text-align: right;
}

#EnlaceNot1 a:link{
	color: #8cc63f;
	text-decoration: none;
}

#EnlaceNot1 a:visited{
	color: #8cc63f;
	text-decoration: none;
}

#EnlaceNot1 a:hover{
	color: #8cc63f;
	text-decoration: none;
}


#EnlaceNot2{
	margin-left: 14px;
	text-align: right;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 9px;
	height: 10px;
	width: 150px;
}

#EnlaceNot2 a:link{
	color: #8cc63f;
	text-decoration: none;
}

#EnlaceNot2 a:visited{
	color: #8cc63f;
	text-decoration: none;
}

#EnlaceNot2 a:hover{
	color: #8cc63f;
	text-decoration: none;
}

#Columna2{
	font-size: 11px;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	float: left;
	margin-left: 15px;
	background-color: white;
	height: 550px;
	width: 180px;
	display: inline;
}

#Columna2 a:link{
	color: #999999;
	text-decoration: none;
}

#Columna2 a:visited{
	color: #999999;
	text-decoration: none;
}

#columna2 a:hover{
	color: #bfbfbf;
	text-decoration: none;
}

#Banner{
	height: 180px;
	width: 179px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

#Agenda{
	height: 337px;
	width: 179px;
	margin-top: 31px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

#Evento1{
	font-size: 9px;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	margin-left: 14px;
	background-color: white;
	margin-top: 11.5px;
	height: 90px;
	width: 150px;
}

.EventoResumen{
	font-size: 9px;
	width: 150px;
	color: #808080;
	background-color: white;
	overflow: hidden;
}

#EnlaceEvent1{
	font-size: 9px;
	text-align: right;
}

#EnlaceEvent1 a:link{
	color: #8cc63f;
}

#EnlaceEvent1 a:visited{
	color: #8cc63f;
}

#EnlaceEvent1 a:hover{
	color: #8cc63f;
}

#Evento2{
	font-size: 9px;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	margin-top: 14px;
	margin-left: 14px;
	background-color: white;
	height: 90px;
	width: 150px;
}

#EnlaceEvent2{
	font-size: 9px;
	text-align: right;
}

#EnlaceEvent2 a:link{
	color: #8cc63f;
}

#EnlaceEvent2 a:visited{
	color: #8cc63f;
}

#EnlaceEvent2 a:hover{
	color: #8cc63f;
}

#Evento3{
	font-size: 9px;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	margin-top: 14px;
	background-color: white;
	height: 90px;
	width: 150px;
	margin-left: 14px;
}

#EnlaceEvent3{
	font-size: 9px;
	text-align: right;
}

#EnlaceEvent3 a:link{
	color: #8cc63f;
}

#EnlaceEvent3 a:visited{
	color: #8cc63f;
}

#EnlaceEvent3 a:hover{
	color: #8cc63f;
}

#AgendaTit{
	margin-top: 3px;
	margin-left: 5px;
}

#Columna3{
	font-size: 11px;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	margin-left: 390px; /*+15px del margen interno, inicial 375px*/
	background-color: white;
	height: 550px;
	width: 180px;
}

#Columna3 a:link{
	color: #999999;
	text-decoration: none;
}

#Columna3 a:visited{
	color: #999999;
	text-decoration: none;
}

#columna3 a:hover{
	color: #bfbfbf;
	text-decoration: none;
}

#HitsProducts{
	height: 337px;
	width: 179px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

#HitsProductsTit{
	margin-left: 5px;
	margin-top: 3px;
}

#HitProduct1{
	margin-left: 8px;
	margin-top: 7px;
	height: 67px;
	width: 162px;
}

.HitsProductFot{
	height: 60px;
	width: 60px;
	background-color: white;
	float: left;
}

.HitsProductFot a:link{
	text-align: center;
	display: block;
	height: 60px;
	width: 60px;
}

.HitsProductFot a:visited{
	text-align: center;
	display: block;
	height: 60px;
	width: 60px;
}

.HitsProductFot a:hover{
	text-align: center;
	display: block;
	height: 60px;
	width: 60px;
}


.HitsProductContent{
	color: #7f7f7f;
	font-size: 9px;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	height: 60px;
	width: 95px;
	float: right;
	overflow: hidden;
}

#HitProduct2{
	margin-left: 8px;
	margin-top: 14px;
	height: 67px;
	width: 162px;
}

#HitProduct3{
	margin-left: 8px;
	margin-top: 14px;
	height: 67px;
	width: 162px;
}

#HitProduct4{
	margin-left: 8px;
	margin-top: 14px;
	height: 67px;
	width: 162px;
}

#Survey{
	height: 180px;
	width: 179px;
	margin-top: 31px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

#SurveyTit{
	margin-top: 3px;
	margin-left: 5px;
}

.SurveyContent{
	line-height: 15px;
	color: #808080;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 10px;
	background-color: white;
	margin-top: 4px;
	margin-left: 14px;
	height: 130px;
	width: 150px;
}

#SendSurvey{
	margin-top: 8px;
	text-align: center;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 12px;
}

#SendSurvey a:link{
	color: #7ea2d1;
}

#SendSurvey a:visited{
	color: #7ea2d1;
}

#SendSurvey a:hover{
	color: #7ea2d1;
}

#Columna4{
	background-color: white;
	font-size: 11px;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	float: right;
	margin-right: 15px;
	height: 550px;
	width: 180px;
	display: inline;
}

#Columna4 a:link{
	color: #999999;
	text-decoration: none;
}

#Columna4 a:visited{
	color: #999999;
	text-decoration: none;
}

#columna4 a:hover{
	color: #bfbfbf;
	text-decoration: none;
}

#Reflections{
	height: 180px;
	width: 179px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

#ReflectionsTit{
	margin-left: 5px;
	margin-top: 3px;
}

#ReflectionsContent{
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 14px;
	background-color: #ffffff;
	height: 130px;
	width: 150px;
}

#ReflectionsOptions{
	margin-top: 5px;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 12px;
	text-align: center;
}

#ReflectionsOptions a:link{
	color: #7ea2d1;
}

#ReflectionsOptions a:visited{
	color: #7ea2d1;
}

#ReflectionsOptions a:hover{
	color: #7ea2d1;
}

#Advertisement{
	height: 355px;
	width: 179px;
	margin-top: 13px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

#Columna5{
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 11px;
	float: right;
	background-color: white;
	height: 550px;
	width: 180px;
}

#Columna5 a:link{
	color: #999999;
	text-decoration: none;
}

#Columna5 a:visited{
	color: #999999;
	text-decoration: none;
}

#columna5 a:hover{
	color: #bfbfbf;
	text-decoration: none;
}

#Admin{
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	text-align: left;
	color: gray;
	height: 85px;
	width: 179px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;	
}

#AdminTit{
	margin-top: 3px;
	margin-left: 5px;
}

#TabInputAdmin{
	border-spacing: 15px 5px;
	font-size: 12px;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
}

#TabInputAdmin tr td{
	text-align: left;
	border-style: none;
	color: gray;
}

#Admin input{
	height: 17px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	font-size: 11px;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	color: gray;
}

#Login{
	text-align: center;
	margin-top: 3px;
}

#LastDownloads{
	height: 180px;
	width: 179px;
	margin-top:33px; 
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

#LastDownloadsTit{
	margin-top: 3px;
	margin-left: 5px;
}

#LastDownload1{
	color: gray;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 9px;
	margin-left: 14px;
	margin-top: 5px;
	height: 75px;
	width: 150px;
}

.LastDownloadContent{
	height: 50px;
	width: 150px;
	overflow: hidden;
}

#LastDownload2{
	color: gray;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 9px;
	margin-top: 8px;
	margin-left: 14px;
	height: 75px;
	width: 150px;
}

#MiniBanner1{
	height: 45px;
	width: 179px;
	margin-top:26.5px; 
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

#MiniBanner2{
	height: 45px;
	width: 179px;
	margin-top:12px; 
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

#MiniBanner3{
	height: 45px;
	width: 179px;
	margin-top:12px; 
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

#MiniBanner4{
	height: 45px;
	width: 179px;
	margin-top:12px; 
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

#Tail{
	padding-top: 9px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	color: #999999;
	text-align: center;
	margin-top: 24px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	background-color: white;
	height: 27px;
	width: 958px;
}

#Tail a:link{
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}

#Tail a:visited{
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}

#Tail a:hover{
	font-size: 12px;
	text-decoration: none;
	color: #bfbfbf;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>>   Pop Windows Settings  <<<-----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.ControlWindowTB{
	height: 25px;
	width: 160px;
	float: left;
}

.WindowTBTit{
	color: #7ea2d1;
	font-size: 25px;
	text-align: right;
	height: 25px;
	width: 425px;
	float: right;
}

.ContentOverflow{
	padding-right: 10px;
	height: 586px;
	width: 585px;
	clear:both;
	overflow:auto;
}

.ContentOverflowSmall{
	padding-right: 20px;
	text-align: justify;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	height: 556px;
	width: 575px;
	clear:both;
	overflow:auto;
}

#TopGreenMenu{
	text-align: center;
	height: 20px;
	width: 595px;
	font-size: 12px;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	color: #8cc63f;
}

#TopGreenMenu a:link{
	color: #8cc63f;
}

#TopGreenMenu a:hover{
	color: gray;
}

#TopGreenMenu a:visited{
	color: #8cc63f;
}

#NewsList{
	text-align: left;
	height: 586px;
	width: 595px;
	color: gray;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 10px;
}

.NewListMini{
	margin-top: 12px;
	margin-left: 29px;
	height: 152px;
	width: 537px;
}

.NewListFot{
	float: left;
	background-color: white;
	height: 151px;
	width: 151px;
}

.NewListFot a:link{
	text-align: center;
	display: block;
	height: 151px;
	width: 151px;
}

.NewListFot a:visited{
	text-align: center;
	display: block;
	height: 151px;
	width: 151px;
}

.NewListFot a:hover{
	text-align: center;
	display: block;
	height: 151px;
	width: 151px;
}

.NewListContent{
	text-align: justify;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 12px;
	float: right;
	height: 151px;
	width: 380px;
	overflow: hidden;
}

#NewsDet{
	height: 586px;
	width: 595px;
	color: gray;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 12px;
}

#NotBigFot{
	float: left;
	height: 289px;
	width: 310px;
}

.BackNextOptions{
	padding-top: 15px;
	width: 595px;
	height: 15px;
	font-size: 12px;
	text-align: center;
}

#InfoCorp{
	text-align: left;
	height: 586px;
	width: 595px;
	color: gray;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 10px;
}

#InfoFot{
	margin-left: 27.5px;
	height: 160px;
	width: 542px;
}

#InfoText{
	padding-right: 10px;
	text-align: justify;
	margin-top: 20px;
	margin-left: 27.5px;
	height: 380px;
	width: 530px;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 12px;
	color: gray;
	overflow: auto;
}

#Galerias{
	text-align: left;
	height: 586px;
	width: 595px;
	color: gray;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 10px;
}

#TabGallery{
	border-spacing: 20px 20px;
	text-align:left;
	font-size: 11px;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
}

#TabGallery tr td{
	vertical-align: top;
	text-align: left;
	height: 152px;
	width: 280px;
}

.FotGallery{
	float: left;
	height: 151px;
	width: 122px;
}

.NoteGallery{
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 12px;
	color: #7ea2d1;
	width: 128px;
	height: 151px;
	float: right;
	overflow: hidden;
}

#DescargasList{
	line-height: 15px;
	text-align: justify;
	height: 586px;
	width: 595px;
	color: gray;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 12px;
}

#TerapiasList{
	text-align: left;
	height: 586px;
	width: 595px;
	color: gray;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 10px;
}

#FormacionList{
	text-align: left;
	height: 586px;
	width: 595px;
	color: gray;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 10px;
}

.FormApart{
	margin-top: 15px;
	background-color: #d8d8d8;
	height: 111px;
	width: 512px;
}

#Formacion{
	text-align: left;
	height: 586px;
	width: 595px;
	color: gray;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 12px;
}

.FormCenter{
	margin-left: 31.5px;
	height: 556px;
	width: 512px;
}

#Links{
	text-align: justify;
	height: 586px;
	width: 595px;
	color: gray;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 12px;
}

#Producto{
	text-align: left;
	height: 586px;
	width: 595px;
	color: gray;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 12px;
}

#ProductBigFot{
	float: left;
	height: 308px;
	width: 314px;
}

#ProductosList{
	text-align: left;
	height: 586px;
	width: 595px;
	color: gray;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 10px;
}

#TabProducts{
	border-spacing: 20px 20px;
	text-align:left;
	font-size: 11px;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
}

#TabProducts tr td{
	vertical-align: top;
	text-align: left;
	margin-top: 5px;
	width: 150px;
}

.DescriptionProduct{
	color: gray;
	width: 150px;
	overflow: hidden;
}

.MoreInformationProduct{
	height: 10px;
	color: #8cc63f;
	text-align: right;
	width: 150px;
}

#AgendaWindowTB{
	text-align: left;
	height: 586px;
	width: 595px;
	color: gray;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 10px;
}

#Aplications{
	text-align: left;
	height: 586px;
	width: 595px;
	color: gray;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 10px;
}

#FotAplication{
	background-color: #d8d8d8;
	float: left;
	height: 550px;
	width: 166px;
}

#TextAplication{
	text-align: justify;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 12px;
	color: gray;
	padding-right: 15px;
	height: 550px;
	width: 400px;
	float: right;
	overflow: auto;
}

#AplicationsList{
	text-align: left;
	height: 586px;
	width: 595px;
	color: gray;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 10px;
}

#TabAplications{
	color: gray;
	border-spacing: 15px 15px;
	text-align:left;
	font-size: 12px;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
}

#TabAplications tr td{
	vertical-align: top;
	text-align: left;
	height: 151px;
	width: 166px;
}

#ContactDat{
	background-color: #dbe5ff;
	text-align: left;
	height: 586px;
	width: 595px;
	color: gray;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 10px;
}

#ContactDatFot{
	margin-left: 35px;
	height: 149px;
	width: 525px;
}

#ContactDatText{
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 12px;
	color: gray;
	padding-right: 10px;
	text-align: justify;
	margin-left: 35px;
	margin-top: 30px;
	height: 350px;
	width: 515px;
	overflow: auto;
}

#ContacForm{
	text-align: left;
	height: 586px;
	width: 595px;
	color: gray;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 12px;
}

#InputForm{
	color: gray;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	height: 436px;
	width: 272px;
	display: inline;
}

#TabInputForm{
	border-spacing: 0px 5px;
}

#TabInputForm tr td{
	border-spacing: 0px;
}

#InputForm input{
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 12px;
	height: 20px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	color: gray;
}

#InputForm textarea{
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 12px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	color: gray;
}

#ImgForm{
	margin-top: 18px;
	margin-right: 15px;
	background-color: #d8d8d8;
	height: 435px;
	width: 272px;
	float: right;
	display: inline;
}

#SendForm{
	text-align: center;
	clear: both;
	padding-top: 30px;
	height: 25px;
	width: 595px;
}

#ContactLoc{
	text-align: left;
	height: 586px;
	width: 595px;
	color: gray;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 12px;
}

#ContactLocMap{
	margin-top: 20px;
	margin-left: 81px;
	background-color: #d8d8d8;
	height: 355px;
	width: 433px;
}

#ContactLocText{
	height: auto;
	width: 480px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 57.5px;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	font-size: 12px;
	color: gray;
}

