body{
	background: #000;
	width: 100%;
	height: 500px;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
}

/* fuentes ************************************/

.lato{
	font-family: 'Lato', sans-serif;
}

/* ancho ************************************/


.anchofooter{
	padding-top: 30px;
	padding-bottom: 20px;
	
}

.anchoheader{
	height: 200px;
}

.padding1 {
	padding-right: 0px;
	padding-left: 0px;
}

.visa {
	width: 80px;

}


/* altura ************************************/

#contenedor {
  display: table;
}
 
#contenidos {
  display: table-row;
}
 
#columna1, #columna2, #columna3, #columna4 {
  display: table-cell;
}


/* otros ************************************/

.cuadro{
	padding-right, 
	padding-left : 5px;
}

a:link {   
 text-decoration:none;   
}

.btn:focus{
	outline: none;
}


.logotipo{
	width: 100%;
}

.logotipo60{
	width: 60%;
}

@media (min-width: 200px) {
    .logotipo {
       width: 85% ;
    }
}


/* retrasos ************************************/

.retraso-1{
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}

.retraso-2{
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
}

.retraso-3{
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	animation-delay: 3s;
}

.retraso-5{
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	animation-delay: 5s;
}

.retraso-8{
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	animation-delay: 8s;
}


.retraso-10{
	-webkit-animation-delay: 10s;
	-moz-animation-delay: 10s;
	animation-delay: 10s;
}








/* alineación ************************************/

.centrar{
	padding-top: 200px;
	padding-left: 40px;
}

.adaptar{
	width: 100%;
}

.textoheader{
	padding-top: 15px;
}

.info .info2{
	margin: 0 auto;
}

/* colores ************************************/


.textomenu{
	color: #717175;
}

.textoblanco{
	color: white;
}

.textorojo{
	color: #BD0310;
}

.well {
	background-color: #BD0310;
	border-color: transparent;
}

.well1 {
	background-color: #212121;
	border-color: transparent;
}



.colorblanco{
	background-color: #white;
}

.colorblanco1{
	background-color: #white;
}


.colornegro{
	background-color: #000000;
}

.colornegro2{
	background-color: #434142;
}

.colorgris{
	background-color: #083D54;
}

.colorgris2{
	background-color: #212121;
}

.colorrojo{
	background-color: #BD0310;
}

.colortexto{
	color: white;
}

.btn-danger{
	background-color: #BD0310;
}

.navbar-default {
    background-color: #BD0310;
    border-color: transparent;

}
.navbar-default .navbar-brand {
    color: black;

}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: black;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: white;
    background-color: #212121;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #212121;
}

.navbar-default .navbar-nav > .active > a:hover, {
	color: #212121;
}

.dropdown-menu > li > a, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color:white;
    background-color: #black;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color:white;
	background-color: #59636E;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color:white;
	background-color: #212121;
}


.navbar-text > a {
	color: inherit;
	text-decoration: none;
}


.panel-group .panel-default .panel-heading {
	background-color: #c2c3c8;
	border-color: transparent;
}

.thumbnail-2 img:hover {
	transform: scale(1.1);
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
}


.navbar-default .navbar-nav > li > a:hover {
	color: #white;
	background-color: #59636E;
}

.navbar-default .navbar-nav > li > a:active {
	color: #212121;
}

.navbar-default .navbar-nav > .active > a {
	background-color: #black;
}

.textomenu {
	color: #fff;
}

.panel-default {
    border-color: #060606;
}



///////////////////////////

.direccion1 {
	text-align: center;
	color: white;
	margin-top: 2em;
}

.direccion {
	text-align: center;
	color: white;
}

.direccionMenu {
	margin-top: 3em;
}

