#base{
margin-top: -10px;

}

#texto_nombre{
color: #000070; 
font-family: "font2";
font-weight: bold;	
font-size: 20px;

}

#mensaje{

font-family: "font1";
font-weight: bold;
	font-size: 50px;
color: #ED3237;  
}

.section #contactenos{
 align-content: center;
    text-align: center;
}

li,select,button { cursor: pointer; }

select #opcion {
   font-family: "Palatino Linotype", serif;
    font-weight: bold;
   appearance: none;
    font-size: 18px;
	text-align: center;
}

.form-control {
   	text-align: center;
}
.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:white;
    padding:0 10px;
    font-weight:bold;
}

/* tooltip */

@font-face {
    font-family:font1;
    src: url(../fonts/ChopinScript.ttf);
    font-weight: bold;
}

@font-face {
    font-family:font2;
    src: url(../fonts/Chunkfive.ttf);
    font-weight: bold;
}


#texto_nombre:Hover{
    background-color:#f6f1ed;
}
