/*colors rojo #D22630 verde #00843d*/
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background:url(../img/background.jpg); /* Nuestra textura */
	background-repeat:no-repeat; /* Indicamos que la textura se repetira */
	background-size:cover; /* Encajamos la imagen al 100% del ancho */
	background-attachment: fixed; /* Establecemos una posicion fija para la textura */
	font-family:helvetica, arial, sans-serif;
	line-height:20px;
}

nav.navbar{
	border-color:#ffffff;
	border-top:none;
	border-left:none;
	border-right:none;
	border-width:3px;
}
nav.navbar {
    background-color: #D22630;
}
nav.navbar a{
    font-weight:bold;    
}
nav.navbar a{
    color:white;
}


.contenedor {
	width: 90%;
	max-width:900px;
	margin:auto;
}

.artir {
	background:rgba(210, 38, 48, 0.85);
	padding:20px;
	margin:20px 0;
	color:#fff;
	box-shadow:0 5px 5px 3px rgba(0, 0, 0, 0.25);
}

.artir h2 {
	color:#fff;
}

.artir hr {
	background:#F64740;
	height:5px;
	border:none;
}

.artir p {
	line-height: 25px;
}

.artir h2, .artir p, .artir hr {
	margin-bottom: 20px;
}

.arti {
	background:rgba(0, 132, 61, 0.85);
	padding:20px;
	margin:20px 0;
	color:#fff;
	box-shadow:0 5px 5px 3px rgba(0, 0, 0, 0.25);
}
.arti i {
	color:#000;
}

.arti h2 {
	color:#fff;
}

.arti hr {
	background:#F64740;
	height:5px;
	border:none;
}

.arti p {
	line-height: 25px;
}

.arti h2, .arti p, .arti hr {
	margin-bottom: 20px;
}

img.logo {
	margin-top:20px; 
	width:600px;
}
img.logom {
	width:200px;
}
img.ico {
	width:200px;

}

/*----google maps---*/
#map-outer {
	width: auto;
	height: 520px; 
	padding: 20px; 
	/*border: 2px solid #CCC; 
	margin-bottom: 20px; 
	background-color:#FFF */
}
#map-container { 

	height: 400px;
	 
}

.footer {
	background:rgba(0, 132, 61, 0.85); 
	background-size:100% 100%; 
	background-attachment: fixed;
	color:#ffffff;
}
.footer a{
	color:#ffffff;
}
.footer a:hover{
	color:#D22630;
}
.footer li{
	list-style: none;
}
.copyright {
	background:#00843D;   
}
.copyright a {
	color:#ffffff;
}
.copyright p {
	text-align:center;
	height: 100%;
    margin: auto;  
}
.copyright a:hover {
	color:#D22630;
}