*{
	margin: 0.1%;
	border: 0;
	font-size: 100%;
	/*font-family: arial;*/
	font-family: Trebuchet MS;	
	vertical-align: baseline;
	/*background-image: url("../../resources/imgs/wasapbg.jpg");
	background-repeat: repeat;*/
}

#wrapper{
	/*background-color: red;	*/
}

a{
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:red !important;
}

.responsive{
	width: 100%;
	height: auto;
}

.centrado{
	text-align:center;
}
.centrado_top15{
	padding-top:15%;
	margin: 0 auto;
	text-align:center;
}
.logo_text{
	/*border: 2px solid red;*/
	margin-left:3%;
	text-align:right;
}
.logo_principal {
	/*border: 2px solid blue;*/
	padding:1%;
	width:20%;
	max-width:150px;
}


#header {
	padding-right:1%;	
	margin-left:50px;	
	text-align:right;
}
#main {
	margin-left:62px;
	overflow:visible;
	
}
#footer {
	margin-left:60px;		
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	/*padding-right:0.1%;*/
	/*background-color: #f6f6f6;*/
}
#imgselect:hover{
	border:2px solid black;
}