/* CSS Document */

.StylosBody{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background-color: #E8F0F8;
	color: #003366;
	background-image: url(../images/fondhome.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

table{
	font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

img{
	border:0px;
}


.splash a{
	display: block;
	width: 70px;
	height: 21px;
	background-image:  url("../images/buttonsplash.gif");
	background-position: 0 0;
	margin: 10px;
	text-align: center;
}

input, textarea, select{
	text-align:left;
	font:9px Verdana, Arial, Helvetica, sans-serif;
	color:#336699;
	background-color: #ffffff;
}

.formLoggin{
	width: 100px;
	border:1px solid #cccccc;
}

.formContacto{
	width: 200px;
	border:1px solid #cccccc;
}

select.formContacto{
	width: 202px;
	border:1px solid #cccccc;
}

.formContactoBad{
	width: 200px;
	border:  1px dotted #ff0000;
	background-color:#FFeeee;
}

.areaContacto{
	width: 400px;
	height: 100px;
}

.sendContacto{
	display: block;
	width: 70px;
	height: 21px;
	border: 0px;
	background-image: url("../images/buttonsplash.gif");
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
}

ul, ol, li, dl, dd, dt{
	margin:0px;
	padding: 0px;
}

hr{
	height: 1px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #B1CBE5;
}

li{
	list-style-type: none;
}

li.nolistStyle{
	list-style-type:none;
	list-style-image: none;
}

blockquote{
	margin: 5px;
	margin-left: 15px;
	padding:0px;
}

.ocultar{
	display:none;
}

.clear{
	clear: both;
}

.centrar{
	text-align: center;
}

.dashBlue{
	background-image: url(../images/dash_blue_ba.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.vermasBtn{
	display: block;
	text-align: right;
	font-weight:bold;
	color: #6699cc;
	text-decoration: none;
	padding-right: 18px;
	background-image: url(../images/btngo.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.vermasBtn:hover{
	color: #003366;
	text-decoration: underline;
	background-image: url(../images/btn_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.descargaBtn{
	display: block;
	text-align: left;
	font-weight:bold;
	color: #ffffff;
	width: 200px;
	height: 20px;
	padding: 5px;
	padding-left: 30px;
	background-image:  url("../images/download-bg.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* Estilos para area de menu */
#supArea{
	display:block;
	width: 970px;
	margin: auto;
}

#supArea a{
	text-decoration: none;
}

#Brand{
	display: block;
	float:left;
}

#LogoInicio{
	display:block;
	width: 210px;
	height: 75px;
	background-image:url("../images/LogoInicio.jpg");
	background-position: left 10px;
	background-repeat: no-repeat;
}


#PrincMenu{
	float: right;
	width: 750px;
	height: 75px;
	margin-left: 5px;
	background-image: url(../images/sombmenu.jpg);
	background-position: 0 50px;
	background-repeat: repeat-x;
}

#PrincMenu li{
	display: inline;
}






#tableIdioma{
	display: none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}


#PrincMenu ul li ul{
	margin: 0px;
	padding: 0px;
}

#PrincMenu ul li:hover #tableIdioma{
	float: right;
	display: inline;
	height: 12px;
	margin: 0px;
	padding: 0px;

}

*html #PrincMenu ul li a:hover table a{
	display: inline;
	background-color:#FF0000;
	height: 12px;
	margin: 0px;
	padding: 0px;
}







.itemMenu{
	float: left;
	height: 20px;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 30px;
	border-right: 1px dotted #6699cc;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}

.itemSectionActive{
	border-bottom:2px solid #336699;
	background-image: url(../images/fonditemmenu.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

.itemMenu:hover{
	color: #CC0000;
	background-image: url(../images/fonditemmenu.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

.itemMenuless{
	display: inline-block;
	float: right;
	height: 15px;
	color: #7F99B2;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #6699cc;
	font-weight: bold;
}

.itemMenuless:hover{
	color:#336699;
}

.findArea{
	display: block;
	width: auto;
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}

.findArea table{
	height: 10px;
	border-collapse: collapse;
}

#findField{
	width: 90px;
	height: 10px;
	border-style:none;
	margin:2px;
}

.findArea .middle{
	background-image: url(../images/fondSearch.png);
	background-position:top;
	background-repeat: repeat-x;
	vertical-align:top;
}

.findArea .right{
	width: 12px;
	background-image: url(../images/right_search.png);
	background-position:100% 0;
	background-repeat:no-repeat;
	text-align: left;
}

.ClickBuscar{
	width: 8px;
	height: 8px;
	border:0px;
	margin:4px;
	padding: 0px;
	background-color: none;
	visibility:hidden;
}

/* Estilos para el area de Novedades */

#AnimSpace{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 760px;
}

.AnimHome{
	height: 200px;
}

.ContImagen{
	height: 100px;
}

#ClickDerArea{
	display:block;
	float: left;
	width: 200px;
	padding-left: 10px;
}

.clickDerAreaHome{
	height: 200px;
}

.clickDerAreaCont{
	height: 100px;
}

#FondClickArea{
	width: 200px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.FondClickAreaHome{
	height: 200px;
	background-image: url(../images/fondclickarea.gif);
}

.FondClickAreaCont{
	height: 100px;
	text-decoration: none;
}

.promoa{
	display: block;
	height: 140px;
	width: 200px;
	background-image:     url("../esp/imagenes-sp/descargue-modelador.gif");
	background-position:0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}

.promoaEng{
	display: block;
	height: 140px;
	width: 200px;
	background-image:   url("../eng/images-en/download-modelera.gif");
	background-position:0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}

.promob{
	display: block;
	height: 100px;
	width: 200px;
	background-image:     url("../esp/imagenes-sp/descarga-modelador.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}

.promobEng{
	display: block;
	height: 100px;
	width: 200px;
	background-image:     url("../eng/images-en/download-modelerb.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}

.promoc{
	display: block;
	height: 60px;
	width: 200px;
	background-image: url("../esp/imagenes-sp/vertourmodeler.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}
.promocEng{
	display: block;
	height: 60px;
	width: 200px;
	background-image: url("../eng/images-en/quicktourmodeler.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* Estilos para los contenidos */

#contentArea{
	display:block;
	width: 970px;
	margin: auto;
}

.fixfondHome{
	background-image:url(../images/fixFondHome.gif);
	background-position: bottom;
	background-repeat:no-repeat;
}

.bottomTabs{
	display: block;
	height: 15px;
	padding: 0px;
	margin: 0px;
	background-image:url(../images/bottomtabs.jpg);
	background-position: right;
	background-repeat:repeat-x;
}

#LeftContArea{
	display: block;
	float: left;
	margin-top: 10px;
}

.CorporateInfo{
	width: 380px;
	border-right: 1px solid #ffffff;
	background-image:url(../images/tab.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.CorporateInfo dl{
	display: block;
	width: 365px;
	padding-top: 5px;
	background-color: #F2F6FB;
}

.titCorpoInfo{
	display: block;
	height: 22px;
	padding: 4px;
	font: 16px  'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	margin-left: 15px;
	text-decoration: none;
	border-collapse: collapse;
}

.subTit{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	display: block;
	height: 5px;
}

.corpoInfotxt{
	text-align: justify;
	float: right;
	display: block;
	padding: 5px;
	padding-left: 20px;
	padding-right: 10px;
	
}

.InnerList{
	margin: 5px;
	margin-left: 20px;
	padding: 0px;
	list-style-image:  url("../images/list-item.gif");
}

.SubInnerlist{
	list-style-image:  url("../images/news-item.gif");
}

.InnerList li{
	margin: 5px;
}

.leftMenu{
	width: 180px;
	padding: 5px;
	margin-top: 10px;
	background-image: url(../images/fondleftmenu.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.leftMenu li{
	display: block;
	text-align: right;
}

.leftMenu a, .leftMenu div, .leftMenu a.subMenu{
	display: block;
	padding: 5px;
	padding-right: 10px;
	background-image: url(../images/arrowblue.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #336699;
}

.leftMenu a.estasViendo{
	color: #666666;
	font-weight: normal;
	border-bottom: 1px dotted #cccccc;
	background-image: none;
	background-image: url(../images/arrowred.gif);
	background-position: right;
	}

.leftMenu a:hover, .leftMenu a.subMenu:hover{
	color: #cc0000;
	background-image: url(../images/arrowred.gif);
	font-weight: bold;
}

.leftMenu .linkInactivo{
	color:#999999;
}

.leftMenu a.subMenu{
	background-image: url(../images/arrowgrey.gif);
	font-weight: normal;
	color: #666666;
}

.underLeftMenu{
	padding-top: 10px;
	padding:5px;
	background-repeat: no-repeat;
}

.underLeftMenu a {
	display: block;
	padding: 0px;
	margin: 0px;
	background-image:none;
	text-decoration: none;
	border: 0px;
}

.nombreseccionMenu{
	display: block;
	height: 20px;
	color: #CC0000;
	border-bottom: 1px dotted #336699;
	text-align: right;
}

#centerContArea{
	display: block;
	float: left;
	margin-top: 10px;
}

	

#centerContArea.Noticias{
	width: 380px;
}

.Noticias{
	background-image:url(../images/tab.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;

}

.Noticias ul{
	display: block;
	margin-left: 15px;
	padding-top: 10px;
	background-image: url(../genimages/fondleftcont.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #F2F5FA;
}

#GroupNews{
}

.Noticias #GroupNews .listNews{
	margin-left: 25px;
	margin-right: 10px;
	margin-top: 5px;
	padding-top: 0px;
	list-style-image:  url("../images/news-item.gif");
	list-style-position:outside;
}

.itemNews{
	text-decoration: none;
	color: #003366;
}

.itemNews:hover, .itemNews:hover strong{
	text-decoration: none;
	color: #6699cc;
}

.contenidosNoRight{
	float: right;
	width: 730px;
	padding: 10px;
	padding-left: 15px;
	margin-left: 15px;
	margin-top: 10px;
	border-left: 1px solid #BCD5EB;
	border-bottom: 1px solid #BCD5EB;
	background-color: #F2F6FB;
	background-image: url(../images/fondrighttext.jpg);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.contenidos{
	width: 520px;
	padding: 10px;
	padding-left: 15px;
	margin-left: 15px;
	margin-top: 10px;
	border-left: 1px solid #BCD5EB;
	border-bottom: 1px solid #BCD5EB;
	background-color: #F2F6FB;
	background-image: url(../images/fondrighttext.jpg);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.contenidos p{
	display:block;
	margin-right: 10px;
	text-align: justify;
}

.contenidos ul, #contentSupport ul{
	display: block;
	padding-left: 15px;
	list-style-image:  url("../images/list-item.gif");
}
.contenidos a{
	text-decoration: underline;
}

.contenidos ul li,#contentSupport ul li{
	margin: 5px;
}

.contenidos em.cita{
	display: block;
	margin:10px;
	margin-left: 20px;
	margin-right: 20px;
}

.contenidos .alaizquierda{
	float: left;
	padding: 10px;
}

.aladerecha{
	display:block;
	float: right;
	width: 210px;
	padding: 10px;
	margin: 10px;
}

.contenidos h1, #contentSupport h1{
	font: 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#rightContArea{
	display: block;
	float:right;
	margin-top: 10px;
}

#rightContArea ul{
	padding-top: 10px;
	background-image: url(../genimages/fondleftcont.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color:#f2f5fa;
}

.ShowCase{
	width: 200px;
	background-image: url(../images/tabshowcase.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
}

.ShowCase iframe{
	width: 200px;
	display:inline;
}

.ShowCase iframe a{
	text-decoration: none;
}

.rightHandInfo{
	width: 190px;
	padding-left: 10px;
}

.BtnDemo-a{
	background-image:url(../esp/imagenes-sp/btndemo-a.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

/* Estilos para la pata */

#tresBottomTabs{

	margin:0px;
	padding:0px;
}

#bottomLeft{
	display: block;
	float: left;
	margin:0px;
	padding:0px;
	width: 365px;
	border-right: 1px solid #ffffff;
	padding-right:15px;
}

#bottomCenter{
	display: block;
	float: left;
	margin:0px;
	padding:0px;
	width: 365px;
	padding-left:15px;
}

#bottomRight{
	display: block;
	float: right;
	margin:0px;
	padding:0px;
	width: 200px;
}

#pata{
	clear: both;
	display: block;
	width: 970px;
	margin: auto;
	padding-top: 5px;
	border-top: 1px dashed #003366;
}

#pata li{
	display: inline;
}

#copyRight{
	float: left;
}

.downMenuItem{
	display: block;
	margin: 5px;
	float: right;
	color: #336699;
	text-decoration: none;
}

.downMenuItem:hover{
	color: #003366;
	text-decoration: underline;
}

/* Estilos Support */
#genContentSupport{
	width: 975px;
	margin: auto;

}

#SupportHeader{
	height: 115px;
	padding-right: 15px;
	background-image:url(../images/fondheadersupport.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#supportLanguage{
	height: 15px;
	margin:0px;
	padding: 0px;
}

#SupportTitleEsp{
	display: block;
	margin:0px;
	float: left;
	width: 400px;
	height: 65px;
	margin-left: 45px;
	background-image: url(../esp/imagenes-sp/SeccSupportcenter.gif);
	background-position:left top;
	background-repeat: no-repeat;
}

#SupportTitleEng{
	display: block;
	margin:0px;
	float: left;
	width: 400px;
	height: 65px;
	margin-left: 45px;
	background-image: url(../eng/images-en/SeccSupportcenter.gif);
	background-position:left top;
	background-repeat: no-repeat;
}

#SupportTitleEsp h2{
	margin:0px;
	padding: 0px;
}

#genContentSupport .itemMenuless{
	
}

#genContentSupport #supArea #PrincMenu{
	width: 620px;
	height: 25px;
	background-image:none;
}

#genContentSupport #supArea .findArea{
	margin-right: 10px;
}

#genContentSupport #supArea #PrincMenu .itemMenu{
	margin: 0px;
}

#leftImageSupport{
	float:left;
	margin-left: 10px;
}

#contentSupport{
	display:block;
	width: 600px;
	float: left;
	background-color: #FFFFFF;
	background-image:url(../images/fondcontsupport.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-right: 10px;
}

#contentSupport #contSupportrightcorner{
	display: block;
	background-image:url(../images/fondcontsupport-btmder.gif);
	background-position:bottom right;
	background-repeat: no-repeat;
}

#contentSupport #contSupportleftcorner{
	padding: 10px;
	min-height: 395px;
	display: block;
	background-image:url(../images/fondcontsupport-btmizq.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
}

#contentSupport h2{
	display: block;
	
}

ul.selectSupport{
	list-style:none;
	margin: 0px;
	padding: 0px;
}

.selectSupport li{
	display: block;
	float: left;
	width: 250px;
	height: 115px;
	padding: 10px;
	background-image:url(../images/fondbtnbigger.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}


#pataSupport li{
	display: inline;
}

/* Estilos de texto y de color */

.piedeFoto{
	padding-top: 2px;
	padding-left: 15px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-style:normal;
	font-variant:normal;
	background-image: url(../images/redlittlearrowleft.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

h3{
	font-size: 18px;
	margin: 0px;
}

.bordeLeft{
	border-left: 1px dashed #336699;
}

.borderDownGrey{
	border-bottom: 1px solid #CCCCCC;
}

.bordeLeftazulCla{
	border-left: 1px solid #6699cc;
}

.fondoBlanco{
	background-color: #FFFFFF;
}

.fondoAzulClar{
 background-color: #E8F0F8;
}

.fondoAzulMed{
	background-color:#6699CC;
}

.fondGrisCla{
	background-color: #f3f3f3;
}

.color_azulBA{
	color:#003366;
}

.color_azulMed{
	color:#336699;
}

.color_azulClar{
	color:#6699CC;
}

.color_grisMed{
	color:#666666;
}

.color_grisClar{
	color:#999999;
}

.color_blanco{
	color:#eeeeff;
}

.color_rojBA{
	color:#CC0000;
}
