/*ESTILOS GENERALES*/
	body{margin:0;}
	*{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	h1, h2{color:#E06B0B;}
	label{float:left; width:100px;}
	form{margin-top:20px; padding-left:20px;}
	body:nth-of-type(1) form{margin-top:10px;}
	textarea{overflow-y:auto; height:30px; width:150px;*width:130px;}
	input{margin-bottom:10px;}
	form:nth-of-type(1) textarea {
		width:130px;
		 max-height:30px; max-width:130px;;
	} 
	#cuerpo{background-color:#aeaeae; width:100%;}
	#maincotenedor{width:820px;margin:0 auto; background-color:#fff;}
	.flotarDerecha{float:right;}
	.flotarIzquierda{float:left;}
	.clear{clear:both;}
	.sinclear{ clear:none;}
	.negrita{font-weight:bold;}
	.margeniz{margin-left:10px;}
	.margender{margin-right:10px;}
	.margender20{margin-right:20px;}
	div.margena a{margin-left:107px;}
	.alinear{line-height:28px;}
	.titulosecciones{font-size:14px;}
	.alturadelinea{ line-height:16px;}
	.nav{
		background:url(../img/nav.jpg);
		background-repeat:no-repeat;
		
		padding-top:3px;
		padding-bottom:0px;
	}
	.nav a:link{text-decoration:none;
		font-size:14px;
		color:#706c6c;
		font-weight:bold;
	}
	.nav a:hover{text-decoration:none;
		font-size:14px;
		color:#e06b0b;
		font-weight:bold;
	}
	.nav a:visited{text-decoration:none;
		font-size:14px;
		color:#706c6c;
		font-weight:bold;
	}

	div.subnav{background:url(../img/subnav.jpg);
		background-repeat:no-repeat;
		height:78px;
		width:820px;
		margin:0 auto;
	}
	div.subnav a{ font-size:14px; font-weight:bold; text-decoration:none; color:#706c6c;}
	ul.listasubnav {margin:0; margin-left:60px;*margin-left:100px; padding-top:20px;}
	ul.listasubnav li{display:inline; list-style:none; }
	#subnav1 img{_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='img/subnav1.png'); _padding-top:150px;}
	#subnav2 img{_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='img/subnav2.png'); _padding-top:150px;}
	#subnav3 img{_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='img/subnav3.png'); _padding-top:150px;}
	#subnav4 img{_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='img/subnav4.png'); _padding-top:150px;}
	.width120{ width:120px;}
	div#subnav1{
 		background:url(../img/subnav1.png);
		background-repeat:no-repeat;
		_background:transparent;
  	 	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/subnav1.png'); 
		width:39px;
		height:40px;
	
		}
	div#subnav2{
		background:url(../img/subnav2.png);
		background-repeat:no-repeat;
		_background:transparent;
   		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/subnav2.png'); 
		width:39px;
		height:40px;
	}
	div#subnav3{
		width:39px;
		height:40px;
	}
	div#subnav4{
		background:url(../img/subnav4.png);
		background-repeat:no-repeat;
		_background:transparent;
  		 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/subnav4.png'); 
		width:39px;
		height:40px;
	}
	.bordeizquierdo{
		background:url(../img/bordeiz.jpg);
		background-repeat:repeat-y;
	}
	.bordederecho{
		background:url(../img/bordeder.jpg);
			background-repeat:repeat-y;
	}
	
	a.masinfo img{ border:0 none;}
	
/*FORMULARIO DE CONTACTO*/
	div#contactar{
		background:url(../img/contactar.jpg);
		background-repeat: no-repeat;}
	.width15{width:15px;}
	.width18{width:18px;}
	.padinarriba{padding-top:10px;}
	.boton{background:url(../img/bt_enviar.jpg);
			background-repeat:repeat-x;
			color:#FFF;
			font-weight:bold;
			border:0 none;
			cursor:hand;
			width:100px;
			float:right;
			height:26px; 
			*height:20px;
			margin-top:10px;
			*margin-top:5px;

	}
	.formulario{height:225px; width:280px;}
	textarea.error, input.error{color:#F00; background-color:#FF6;}
	label.error{display:none !important;}
	
/*FORMATO COLUMNAS*/
	.cuadro1{width:250px; text-align:justify;}
	.cuadro2{width:272px; text-align:justify;}

	.soluciones a{ margin-bottom:3px; line-height:16px;}
	.soluciones a:link{
		color:#4559be;
	
	}
	.soluciones a:hover{
		color:#4559be;
	
	}
	.soluciones a:visited{
		color:#4559be;
	
	}
/*CAMBIADOR DE FOTOS*/
	#slideshow {
    	position:relative;
    	height:177px;
	
	}

	#slideshow img {
    	position:absolute;
    	top:0;
    	left:0;
    	z-index:8;
    	opacity:0.0;
	}

	#slideshow img.active {
    	z-index:10;
    	opacity:1.0;
	}

	#slideshow img.last-active {
    	z-index:9;
	}
/*FORMATO PIE*/
	.pie{
		text-align:center;
		vertical-align:bottom;
		height:100px;
	}
	td.navpie a:link{
		color:#000;
		text-decoration:none;

	}
	td.navpie a:hover{
		color:#000;
		text-decoration:none;

	}
	td.navpie a:visited{
		color:#000;
		text-decoration:none;

	}
	.navpie{padding-bottom:10px;}
	.margen120{ margin-left:120px !important;}
	.margen110{margin-left:107px; margin-left/*\**/:120px\9 !important;_margin-left:100px!important;}
	.margen90{ margin-left:90px !important; margin-left/*\**/:100px\9 !important;_margin-left:90px!important;}

 a.interior:link{text-decoration:underline; color:#0000ff;}
  a.interior:visited{text-decoration:underline; color:#0000ff;}
  a.interior:hover{text-decoration:underline; color:#0000ff;}

