/* css lostal */

/* generales */
body{
	text-align: center;
	font-size: 0.626em;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/fondo01.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0px;
	color: #8f8f8f;
}
#general{
	
	width: 866px;
}
html>body #general{
	height: auto;
	min-height:400px;
	margin: 0 auto;
}
#cabecera{
	background-color: #8f8f8f;
	background-image: url(../img/logo.gif);
	background-position: right;
	background-repeat: no-repeat;
	width: 866px;
	height: 72px;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	text-align: left;
	text-indent: -4000px;

}
html>body #cabecera{
	width: 866px;
}
#imagenes{
	width: 864px;
	height: 164px;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}
html>body #imagenes{
	height: auto;
	min-height: 164px;
}
ul.menu{
	width: 861px;
	border: 2px solid #ffffff;
	background-image: url(../img/fondo02.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 22px;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px 0px 0px 3px;
	text-align: left;
}
html>body ul.menu{
	height: auto;
	min-height: 22px;
	margin: 0 auto;
}
li{
		display: inline;
		list-style-type: none;
		height: 32px;
		margin: 0;
		padding: 0px;
}

#contenido{
	width: 864px;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	background-color: #e3e3e3;
	float:left;
	background-image: url(../img/fondo06.gif);
	background-position: left;
	background-repeat: repeat-y;
}
html>body #contenido{
 	height: auto;
	min-height: 300px;
	
}
#pie{
	width: 864px;
	background-image: url(../img/fondo05.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #3376a5;
	border: 2px solid #ffffff;
	color: #ffffff;
	height: 30px;
}
html>body #pie{
	height: auto;
	min-height: 30px;
	margin: 0 auto;
}
#pie2{
	width: 864px;
	color: #f2492c;
	text-align: right;
}
html>body #pie2{
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}
#foto1{
	background-image: url(../img/foto01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-right: 2px solid #ffffff;
	height: 164px;
	width: 592px;
	float: left;
}
#foto2{
	width: 270px;
	height: 164px;
	background-image: url(../img/foto02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
#cont1{
	width: 554px;
	float: left;
	text-align: left;
	padding: 20px;
	background-image: url(../img/fondo07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
hml>body #cont1{
	height: auto;
	min-height: 600px;

}
#cont2{
	width: 270px;
	height: 200px;
	float: left;
	background-image: url(../img/fondo04.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #e3e3e3;
}
hml>body #cont2{
	height: 100%;
	min-height: 200px;
	margin: 0 auto;
}
/*texto */
h1{
	font-size: 2em;
	color: #ffffff;
	margin: 0;
	padding-bottom: 0px;
	letter-spacing: 3px;
	font-weight: normal;
	padding-top: 20px;

}
h2{
	font-size: 1.4em;
	color: #ffffff;
	margin: 0;
	padding: 0px;
	letter-spacing: 3px;
	font-weight: normal;
}
a{
	font-size: 1.2em;
	text-decoration: none;

}
ul.menu li a:link, ul.menu li a:visited{
	color: #ffffff;
}
ul.menu li a:hover, ul.menu li a:active{
	color: #3376a5;
}
a.naranja{
	font-weight: bold;
}
a.naranja:link, a.naranja:visited{
	color: #f2492c;
}
a.naranja:hover, a.naranja:active{
	color: #8f8f8f;
}
h3{
	font-size: 1.2em;
	color: #f2492c;
	margin: 0;
	padding: 10px 0px 0px 0px;
	letter-spacing: 3px;
	font-weight: bold;
}
p{
	margin: 6px;
	font-size: 1.1em;
	color: #505050;
}

/*logos */
img{
	border: 1px solid #f2492c;
	padding: 6px;
	background-color: #ffffff;
	margin: 5px;
}
/* productos */
ul.productos{
	color: #3376a5;
	margin: 0px;
	padding: 10px 0px 10px 30px;
	text-align: left;
}
ul.productos li a:link, ul.productos li a:visited{
	color: #3376a5;
}
ul.productos li a:hover, ul.productos li a:active{
	color: #f2492c;
}

.subtitulo{
	font-size: 1.3em;
	color: #505050;
	font-weight: bold;
	margin-top:30px;
}
/*imagenes arriba */
#trailimageid{
	float: left;
}
html>body #trailimageid{
	height: auto;
	min-height: 175px;
	width: auto;
	min-width: 225px;
	
}