@charset "utf-8";
/* CSS Document */
.navbar-brand{
/*	margin-top:-12px; */
	height:auto;
}

.alinear{
	text-align: right;
	font-size: 1.7em;
	color:#ffffff;
	font-weight:bold;
}

.rojo{
	color: #C00000;
    font-style: italic;
    font-weight: bold;
  	font-size: 16px;
}

.rojo1{
	color: #C00000;
  	font-size: 16px;
}

.rojo2{
	color: #C00000;
  	font-size: 20px;
}

#acerca{
	color:#000000;
	padding:40px 0px;
	width: 80%;
	margin:auto;
	background: rgba(204,204,204,0.8);
}

#acerca img{
	margin:auto;
}

body{
	background-image:url(../img/bg0.jpg);
}

h4{
	color:#cccccc;
	font-weight:bold;
}

header{
	margin-top:150px;
}

footer{
	background-color:#C00000;
	color:#ffffff;
	padding:10px 0px;
	text-align:center;
}

a{
	color: #C00000;
}
a:hover{
	color: #C00000;
}

.superior{
	margin-top:50px;
}

.margen{
	margin-top:5px;
}

.res {
    max-width: 11%;
    height: auto;
}
.res2 {
    max-width: 26%;
    height: auto;
}