body{
	background-color: white;
	/*font-family: Arial, Verdana;*/
	font-family: Signika Negative;
	font-size: 12pt;
	color: #333;
}

.logo
{
	padding: 20px;
	background-color: #333;
}

.logo input {
	background-color: #333;
	color: #ccc;
}

#banner, img {
  position: relative;		
}

#banner p {
  background-color: #ff6600;	  
  display: block;
  position: absolute;
  bottom: -10px;
  left: 6%;
  padding: 5px 15px 5px 15px;
  color: white;
  font-size: 20pt;
}	


#redes span a{
	font-size: 18pt;
	text-decoration: none;
	color: #999;
	border: 0px;
	transition: all 0.2s linear;	
	float: left;
	padding-right: 10px;
	padding-top: 15px;
}

#redes span a:hover,a:focus{
	text-decoration: none;
	color: #666;
	border: 0px;
	padding-right: 10px;
	padding-top: 15px;
	background: none;
}

.carousel-caption
{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.4);
}

.carousel-indicators
{
	bottom: -50px;
}

.carousel-indicators li
{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0,0,0,0);
	border: 1px solid #16a085;
	border-radius: 50%;
}

.carousel-indicators .active
{
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #16a085;
}

.panel-default
{
	/*border: 1px solid #999;*/
	border: none;
}

h2{
	color: white;
}

.panel-default > .panel-heading {
  color: #fff;
  background-color: #ff6600;
}

.footer
{
	background-color: #333;
	padding-top: 1%;
	padding-bottom: 3%;
}

.footer h4
{
	color: #999;
	margin: 10% auto;
}

.footer a
{
	text-decoration: none;
	color: #999;
	transition: all 0.2s linear;	
}

.footer a:hover
{
	text-decoration: none;
	color: white;
}

.contacto_div
{
	padding-left: 5%;
}

/*
.enlaces_div
{
	padding-left: 35%;
}
*/

.texto_normal
{
	font-size: 14pt;
}

.btn-general, .btn-general:active, .btn-general:visited 
{
    background-color: #ff6600;
    color: white;
    transition: all 0.2s linear;
}

.btn-general:hover
{
	background-color: #993300;	
	color: #fff;
}

.copyright
{
	background-color: #333;
	font-size: 10pt;
	color:#777;
	text-align: center;
	padding-bottom: 1%;
}

.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
   color: #999;
}

#misionvision
{
	background-color: #ccc;
	padding: 50px;
}

#extras
{
	padding: 50px;
}

#panel
{
	border: 1px solid #ccc;
	font-size: 10pt;
}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }