/*===================================================================
GENERAL | Mi Estilo
===================================================================*/
body{
	 background:#ffff;
	 color: black;
	 font-family: 'Nanum Gothic', sans-serif;
}

.row{
		
		margin-top: 20px;

	}
.col{
		
		text-align: center;
		padding: 10px;
		border: 1px solid #4d5061;

}

/*===================================================================
NAV BAR | Mi Estilo
===================================================================*/



/*===================================================================
REGISTRO | Mi Estilo
===================================================================*/

.registro ul{
	text-align: right;
	font-size: 12px;
}


/*===================================================================
CARRUSEL | Hace que la imagen sea totalmente receptiva
===================================================================*/ 

.carousel-inner img {
		width: 100%;
      	height: 100%;
}	

.cajas{
	background: black;
	color: white;
	padding: 10px;
}
.cajas1{
	background: white;
	color: black;
	padding: 10px;
}
.caja_cont{

	background: black;
	color: white;
	padding: 10px;
	height: auto;
}
.caja_cont>div>input{
	width:541px;  
	height:29px; 
	margin:1px; 
	padding:1px;
}

/*===================================================================
REDES SOCIALES | Mi Estilo
===================================================================*/
.redSoc ul li a {
	list-style: none;
	text-decoration:none;
	line-height: 30px;
	color: white;

}

.redSocial{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: white;
}


/*===================================================================
PIE DE PAGINA | Mi Estilo
===================================================================*/
.pie{
	background: black;
	color: white;
	padding: 10px;
		
}

.pie ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: #000;
	z-index: 100; 
}

.pie ul{
	float: left;
}
