#arriba {
	width:100%;
	float:left;
	height:150px;
	background-color: white;
	border-bottom:3px solid white;	
	overflow: hidden;
}


@media (min-device-width: 300px) and (max-device-width: 1200px){
    #arriba img {
    	width: 40%;
    	height: 60%;
    	float: top;
    	margin: 52px 0 0 12px;
    }
}

@media (min-device-width:1201px) {
    #arriba img {
    	width: 550px;
    	height: 125px;
    	float: top;
    	margin: 12px 0 0 12px;
    }
}


#info {
	width:100%;
	min-height: 350px;
	overflow:visible;
	float: left;
	background-color: #becfda;
	border: 2px solid white;
}

#info p, ul {
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
    color: #696868;
}

.iram {
	float: left;
	padding:5px;
	border: none;
	width: 100px !important;
	height: 150px !important;
}

.iqnet {
	float: left;
	padding:5px;
	border: none;
	width: 250px !important;
	height: 108px !important;
}

#texto {
	width: 60%;
	float: left;	
	padding: 20px;
}

#imagen {
	width: 30%;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}

img.centrada{
	position: relative;
	width: 350px;
	height: 350px;
	left:50%;
	margin-left: -175px;
}

#pie {
	width:100%;
	float: left;
	height: 35px;
	padding-top:15px;
	background-color: #CCC;
	border-top: 3px solid white;
	text-align:center;	
}

#menu {
	position: static;
	float: right;
	width: 550px;
	height: 65px;
	/*overflow: hidden;*/
	border: none;
	margin-top:-50px;
}

#menu ul {
	padding-left:30px;
	list-style:none;
}

#menu li {
	float: left;
	width: 100px;
	height: 35px;
	padding: 0 0 10px 0;
	text-align: center;
	padding-top: 10px;
	margin-top: -35px;
	border: 1px solid white;
	background-color: #4370ab;
	color: white;
	float:left;
}

#menu li.centro{
	padding-top: 20px;	
}

#menu li a {
	text-decoration: none;
	color: white;
}

#productos ul {
    width: 25%;
    float: left;
    list-style: none;
    background-color: #becfda;
    border: none;
    margin-top: 1px;
}

#productos ul li {
    margin-left:  -30px;
    border: 3px #becfda solid;
    color: white;
    background-color: #4370ab;
    padding-bottom: 10px;
    margin-bottom: -10px;
    font-size: 1.2em; 
    padding-left:5px;
	text-align:left;
}

#productos a {
    text-decoration: none;
    color: white;
}

#ficha {
    float:left;
    width:65%;
    height:350px; 
    color:white; 
    margin-left:10px;
	margin-top: 30px;
}

.seleccion {
    /*border-color: #04c1ff !important;
    margin-bottom: 0px !important;*/
    background-color: #669be0 !important;
}

.titulo {
    margin-top: -45px;
    font-size:2em !important;
    color: white !important;
    text-align: left !important;
}

#ficha td.texto{
    font-size: 1.5em;
    color: #696868 !important;
    padding-left: 30px;
}

.tira{
    width:40px;
    padding: 3px;
}