@charset "UTF-8";
/* CSS Document */
body{
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	overflow-y: scroll;
	font-family: Arial;
	font-size: 14px;
	width: 100%;
	background-color: #edf1f4;
	text-align: center;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:hover {
	color: #FFA954;
}
.style9 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style10 {color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.style7 {color: #666666}
.style14 {font-size: 12px; color: #333333; }



#nav{
  background-color: #FFFFFF;
}
#nav_wrapper{
	width:480px;
	margin: 0 auto;
	text-align: left;
}
#nav ul{
     list-style-type: none;
	 padding: 0;
	 margin: 0;
	 position: relative;	
}
#nav ul li{
     display: inline-block;
}
#nav ul li:hover{	
     background-color:#FFFFFF;
}
#nav ul li img{
     vertical-align: middle;
	 padding-left: 5px;
}
#nav ul li a,visited{	
     color:#000000;
	 display: block;
	 padding: 15px;
	 text-decoration: none; 
}
#nav ul li a:hover{	
     color: #ff0000;
	 text-decoration: none; 
}
#nav ul li:hover ul{
     display: block;
}
#nav ul ul{
     display: none;
	 position: absolute;
	 background-color: #EDF1F4;
	 opacity:.9;
}
#nav ul ul li{
     display: block;
}
#nav ul ul li a:hover{
     color: #ff0000;
}

#cover{
	z-index: 7;
	width: 960px;
	border-style: none;
	border-color: transparent;
	padding-bottom: 29px;
	position: relative;
	margin-right: 0px;
	background-size: cover !important;
	background-color: #E9E9E9;
	background-image: url(../images/interior.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 0px;
	min-height: 499.849999999999px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;

}
.lineainf {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.cuadro {
	border: thin solid #CCCCCC;
}
