﻿@media(max-width:767px){
    #euroidiomas {
		width: 55%;
	}
}
@media (min-width: 768px) {
	#euroidiomas {
		width: 35%;
	}
}
@media (min-width: 992px) {
	#euroidiomas {
		width: 30%;
	}
}
@media (min-width: 1200px) {
	#euroidiomas {
		width: 30%;
	}
}

.white{
	background-color:#fff;
}

.blue{
	background-color:#004ca0;
}
#banner {
		background-color:#004ca0;
        text-align:left;
        color:#fff;
        padding: 10px 20px 10px 10px;
	}
#footer {
		background-color:#9ccb00;
        text-align:center;
        color:white;
	}

#banner a:link{ color:#fff !important;  } 
#banner a:visited{ color:#fff !important; } 
#banner a:hover{ color:#fff !important; } 
#banner a:active{ color:#fff !important}

#footer a:link{ color:#fff !important;  } 
#footer a:visited{ color:#fff !important; } 
#footer a:hover{ color:#fff !important; } 
#footer a:active{ color:#fff !important}
label.error {             
        color: red;   
        display:inline;  
        font-size: 12px;               
    } 