@charset "UTF-8";

.cabecera {
    width: 100%
    display:block;
    margin-top:1px;
    letter-spacing:2px;
    text-align: center;
    font-family: fantasy;
    color: goldenrod;
    background-color: #185eaf;
    height: auto;
    font-size: 60px;
}


.principal {
    display:block;
    margin:0 auto;
    width:510px;
    color: #666666;
    font-family:Arial;
    padding-bottom: 30px;
}
 
form {
    margin:0 auto;
    width:400px;
}
 
input, textarea {
    width:380px;
    height:27px;
    background:goldenrod;
    border:2px solid #f6f6f6;
    padding:10px;
    margin-top:5px;
    font-size:12px;
    color:#185eaf;
}
 
textarea {
    height:150px;
}
 
#submit {
    width:85px;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

/* Agregados míos */

.datosnano {
    padding: 0;
    margin-left: 40px;
    background-color: #072a53;
    color: darkgoldenrod;
    text-align: center;
    font-family: fantasy;
}

.datosnano img {
    float: up;
    width: 300px;
    border-bottom-style: double;
    border: 2px;
    border-color: black;
    
    }
.datosnano img:hover {
   cursor: pointer;
}
.datosnano h1 {
    font-family: fantasy;
    font-size: 50px;
    }
.datosnano h2 {
    font-family: fantasy;
    font-size: 40px;
    }
.datosnano a {
    font-family: fantasy;
    font-size: 20px;
    text-decoration: none;
    color:darkgoldenrod;
    }
.datosnano a:hover{
    cursor: pointer;
    font-weight: bold; 
    font-size: 30px; 
    color: #fff; 
    text-shadow: 0 1px 0 #ddd, 0 2px 0 #ccc, 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 0 #acacac, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);

}
.datosnano h4 {
    font-family: fantasy;
    font-size: 20px;
    }
.datosnano h5{
    font-family: fantasy;
    font-size: 20px;
    }
.datosnano p {
    font-family: sans-serif;
    font-size: 15px;
    }

/* solo para iconos de contacto */

/*@media (min-width: 1001px) {

}*/

.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}
.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #414141;
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 25%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}

/* Termina sección iconos de contacto */



