body{
	background-image: url('../img/bg_main.png');
	font-family: Georgia;
}

.contenedor-principal{
	background-color:white;
	padding:0px;
	margin-top:10px;
	box-shadow: 0px 0px 5px #888;
}

.contenedor-info-footer{
	padding:0px;
}

li{
	list-style: none;
	font-size: 13px;
}


section, footer, header{
	padding:10px 30px;
}

h2, h3{
	color:#7495B7;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 24px;
}
p{
	
	font-size: 12px;
}
.allura{
	font-family: 'Allura', cursive;
	font-size: 24px;
	line-height: 25px;
	width:200px;
	margin:auto;
}
.alexbrush{
	font-family: 'Alex Brush', cursive;
	font-size: 24px;
	line-height: 25px;
}
.btn{
	background-image: url("../img/bg_button.png");
	background-size:100% 100%;
	background-repeat: no-repeat;
	border-radius: 0;
	font-size:10px;
	font-weight: bold;
	border:none;
}
input{
	border:none;
	background-color:transparent;
}
.input{
	background-image: url("../img/bg_input.png");
	background-size:100% 100%;
	background-repeat: no-repeat;
}

.float{
	float:left;
}

a{
	color:black;
}

a:hover{
	color:black;
	text-decoration: none;
}

.border-top{
	border-top:1px solid #D9D9D9;
	padding:0;

}
.padd-left{
	padding-left:0;
}

/* NAV*/
.navbar{
	margin-bottom: 0;
}
nav ul li{
	font-size:13px;

}

.navbar {
	background-color: white;
	padding:0;
	border:none;
	border-radius:0;
}

.navbar-collapse{
	padding:0;
}

.nav  li  a {
    position: relative;
    display: block;
    padding: 10px 13px;
    font-weight:bold;
}

.nav  li:first-child a{
	padding-left:0;
}

.nav  li:last-child a{
	padding-right:0;
}

.nav .dropdown-menu li a{
	padding:0px 13px;
	text-transform: lowercase;
	font-weight: bold;

}

.dropdown-menu{
	padding:5px 10px;
}
/* HEADER */
.header p:first-child{
	padding: 5px 9px;
}

.header-top ul{
	padding:0;
}
.header-top li{
	display:inline;
	padding: 5px 20px;
	font-size:12px;
	font-style:italic;

}
.header-top li:first-child, .header-top li:nth-child(2){
	border-right:1px solid grey;
}

.header-top li:last-child{
	padding-right:0;
}

.header p a{
	float:left;

}

.header-bottom{
	padding-top:20px;
	padding-bottom:20px;
}

.carousel-caption{
	background-color: white;
	width:300px;
	height:100%;
	bottom:0;
	left: 550px;
}
.header input{
	padding:10px 15px;
	width:180px;
}
.header .input{
	width:220px;
	float:right;
}
.header .row{
	margin:0;
}
/* ROTATING-IMAGE */


.rotating-image h2{
	font-size: 60px;
	line-height: 55px;
	margin-top:0;
}

.rotating-image p{
	color:black;
}

.carousel-caption{
	background-color:rgba(255, 255, 255, 0.5);
	
}

.borde-interior{
	position: absolute;
	color: #FFF;
	border: 1px solid white;
	width: 98%;
	height: 95%;
	margin: 10px;
	top: 0;
}
.borde-interior p{
	position:absolute;
	bottom: 0;
	padding-left: 20px;
	color:white;
	font-size: 18px;
}

/* WELCOME */

.welcome .row{
	margin:0;
}
/*FOOTER*/

footer{
	background-image:url("../img/bg_footer.jpg");
	background-size:100%;
	
}
footer ul{
	padding-left:0;
	text-transform: uppercase;
	line-height: 24px;
}
footer .redes-sociales ul li{
	display:inline;
	margin-right: 5px;
}

footer input{
	padding:10px 5px;
	width:150px;
}

footer .btn{
	padding:13px 12px;
}

/* INFO_FOOTER */

.info-footer{	
	background-image: url("../img/bg_footer_btm.png");
	background-repeat: no-repeat;
	background-position: top;
	padding:30px 30px;
	color:#ADADAD;
	font-size: 	12px;
}

.info-footer strong{
	
    letter-spacing: -1px;
}

.info-footer img{
	position: relative;
	bottom: 3px;
	margin-right: 12px;
}

.info-footer ul{
	padding-left:10px;
}
.info-footer li{
	display:inline;
	border-left:1px solid #ADADAD;
	padding:0 7px;
	font-size: 	12px;
}

.info-footer a{
	color:#ADADAD;
}