*{
	margin: 0;
	padding: 0;
}

body{
	background: url('../../img/bg3.png');
	background-attachment: fixed;
}


header{
	position: fixed;
	background-color: rgba(0,0,0,0.3);
	height: 80px;
	padding: 10px 0;
	width: 100%;
}

header:hover{
	height: 130px;
}

header nav ul li{
	display: inline-block;
	padding: 5px;
}

ul li a{
	font-family: 'Prompt', sans-serif;
	text-decoration: none;
	color: #fff;
	padding: 1em;
	border-radius: 5px;
}

.home{
	/*background-color: #FF4500;*/
	color: #fed136;
	border: 2px solid #fed136;
}


ul li a:hover{
	background: #fed136;
	font-size: 18px;
	font-family: 'Rock Salt', cursive;
}

ul li .home:hover{
	color: #fff;
	background: #fed136;
}

.div-menu{
	float: right;
	padding: 30px;
}

.logo{
	float: left;
	color: #fff;
}

.logo p{
	font-family: 'Dancing Script', cursive;
	padding: 30px;
	text-align: center;
	font-size: 42px;
	color: #fff;
	margin-left: 100px;
	margin-top: -12px;
}

.logo p:hover{
	color: #fed136;
	font-family: 'Rock Salt', cursive;
}

.section-contenedor{
	background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url('../../img/cont4.jpg') no-repeat center top;
	background-size: cover;
	background-position: center center;
	color: #fff;	
	max-width: 100%;
	height: 100%;
	padding: 100px 100px 0px 100px;
}

.section-contenedor .contenedor{
	display: block;
	margin: auto;
	padding: 20px;
	width: 100%;
	height: 100%;
	font-family: 'Prompt', sans-serif;
}

.section-contenedor .contenedor .divider{
	width: 150px;
	border-top: 3px solid #fed136;
	margin: auto;
	padding: 25px;
}

.section-contenedor .contenedor .divider:hover{
	border-radius: 40%;
}



.section-contenedor .contenedor h1{
	padding: 20px;
	text-align: center;
	font-size: 59px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 50px;
}

.section-contenedor .contenedor h1:hover{
	color: #fed136;
	font-family: 'Rock Salt', cursive;
}

.section-contenedor .contenedor img{
	position: relative;
	margin: 0 auto;
	left: 45%;
	border-radius: 50%;
	width: 120px;
	height: 130px;
	text-align: center;
	opacity: 0.30;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.section-contenedor .contenedor img:hover{
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    border-radius: 25% 25% 0 0 ;
}

.contenedor .foto{
	background-image: url('img/foto_desing.png');
}

.section-contenedor .contenedor p{
	top: 320px;
	font-size: 32px;
	text-align: center;
	padding: 20px;
}

.section-contenedor .contenedor p:hover{
	color: #fed136;
	font-family: 'Rock Salt', cursive;
	font-size: 28px;
}

.section-contenedor .contenedor .contenedor-interno{
	margin: 0 auto;
	width: 750px;
}


.section-contenedor .contenedor .contenedor-interno  .parrafo2{
	font-size: 25px;
	text-align: justify-all;
	padding: 20px;
}

.section-contenedor .contenedor .contenedor-interno  .parrafo2:hover{
	font-size: 20px;
	color: #fed136;
}

#social{
	right: 0;
	position: fixed;
}

#social a{
	background: linear-gradient(3C3A3A,060F5E);
	display: block;
	margin: 5px;
	height: 20px;
	padding: 5px;
	font-size: 28px;
}

#social a i{
	text-decoration: none;
	color: #fff;
}

#social i:hover{
	color: #FF4500;	
	font-size: 32px;
}

#servicios{
	margin-top: 200px;
	background: #fed136;
	font-size: 18px;
	font-family: 'Rock Salt', cursive;
	width: 100%;
	height: 100%;
	height: auto;
	margin: auto;
}

#servicios .titulos{
	text-align: center;
	padding: 10px;
	font-size: 35px;
}



#servicios .box{
	display: inline;
	text-align: center;
	width: 30%;
	padding: 10px;
	margin-right: inherit;
}

#servicios .box img{
	width: 35%;
	border-radius: 50px;
	display: block;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

#servicios .box h2:hover{
	
}

#servicios .box p{
	width: 45%;
	text-align: justify-all;	
	padding: 10px;
	margin: auto;
}


#portafolio{
	color: #fff;
	font-size: 18px;
	font-family: 'Rock Salt', cursive;
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 30px;
	display: inline-block;
}

#portafolio .titulo_portafolio{
	padding: 20px;
}

#portafolio h2.titulo_portafolio:hover{
	color: #fed136;
}

#portafolio img{
	padding: 20px;
	width: 28%;
}

#portafolio div h2{
	color: #666;

}


.contacto{
	background: url('../../img/contacto.jpg');
	background-size: cover;
	color: #fff;
	margin: auto;
	font-family: 'Rock Salt', cursive;
	text-align: center;
	padding: 20px;
}

.contacto h2{
	padding: 30px;
}

.contacto input{
	width: 400px;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 3px;
}

.contacto textarea{
	width: 400px;
	border: 1px solid #ccc;
	padding: 20px;
	margin: 20px 0;
}

.contacto button{
	background-color: #DB3030;
	padding: 10px 40px;
	font-family: Arial,helvetica;
	border-color: #DB3030;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
}

.contacto input:focus{
	background: #dbf0fd;
	color: #365264;
}

.contacto textarea:focus{
	background: #dbf0fd;
	color: #365264;	
}

.contacto button:hover{
	background-color: #fff;
	color: #DB3030;
	border-color: #DB3030;
}

footer{
	padding: 20px;
	text-align: center;
}

footer div{
	color: #B0C4DE;
	padding: 3px;
	font-size: 15px;
	vertical-align: middle;
	display: inline-block;
}

footer div:hover{
	color: #fed136;
}

footer img{
	width: 25px;
	height: 25px;
	padding: 5px;
}

.copy{
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 12px;
}
