@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Blue american
Autor: Omar De Luna
actualización: junio 2013 */


body{
	background:#f1f2f2;
	font-family: 'Alegreya Sans', Helvetica, Arial, sans-serif;}

img{border:0;}

* { margin: 0; padding: 0; outline:none;}


a, li, input{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

#wrapper {
	width: 990px;
	margin: auto;
	padding:0 15px;
	background:url(images/fondo.png) center top no-repeat;
	}

#header{
	width:990px;
	height:140px;
	}
	
#menu{
	width:990px;
	height:35px;
	margin-top:-18px;
	position:absolute;
	z-index:9999999;
	}
	
#menu ul{
	list-style:none;
	height:35px;
	margin-right:20px;
	}
	
#menu li{
	display:inline-block;
	height:35px;
	background:#aa6f8b;
	margin-right:20px;
	float:right;
	}
	
#menu li a{
	font-size:18px;
	line-height:35px;
	font-weight:300;
	text-decoration:none;
	color:#fff;
	padding:0 20px;
	}
	
#menu li:hover{
	background:#72113e;
	}
	
#menu li.active{
	background:#72113e;
	}
	
#slide{
	width:990px;
	height:300px;
	border-bottom:solid 5px #72113e;
	}
	
#container{
	width:990px;
	margin:40px 0;
	}

.margin{margin-right:20px; margin-bottom:10px;}
.marginb{margin-bottom:10px;}


#barra{
	width:100%;
	background:url(images/texture.gif) repeat;
	}

#centrador{
	width:990px;
	padding:30px 0;
	}
	
#textos{
	float:left;
	width:220px;
	margin-right:20px;
	text-align:left;
	}

#col1{
	width:600px;
	float:left;
	margin-right:40px;
	}
	
#col2{
	width:350px;
	float:left;
	}

	
p {
	font-size: 14px;
	color: #666;
	line-height: 17px;
	font-weight:300;
}


p.blanco {
	font-size: 14px;
	color: #fff;
	line-height: 17px;
	font-weight:300;
}



h1 {
	font-size: 20px;
	color: #72113e;
	line-height:40px;
	font-weight:700;
}


h2 {
	font-size: 20px;
	color: #aa6f8b;
	line-height:28px;
	font-weight: 700;
}


h3 {
	font-size: 20px;
	color: #93967e;
	line-height:28px;
	font-weight: 700;
}

h4 {
	font-size: 25px;
	color: #fff;
	font-weight: 700;
}

h5 {
	font-size: 28px;
	color: #72113e;
	font-weight: 700;
}


a {
	font-size: 14px;
	color: #000;
	line-height: 20px;
	text-decoration: none;
	font-weight:300;
	
}

a:hover {
	font-weight:400;
}


a.grande{
	font-size:30px;}
	
a.blanco{
	color:#fff;}

.cleare {
	display: block;
	clear: both;
}

.campo2 {
	width: 380px;
	height: 35px;
	background: #907126;
	font-size: 14px;
	color: #fff;
	border: 0;
	padding:5px;
	margin-bottom:10px;
	outline:none;
}

.campo2:focus{
	background:#000;
	color:#fff;
	}
	
	
#footer{
	width:100%;
	background:#93967e;
	}
	
#centrador2{
	width:990px;
	padding:15px 0;
	}

	#marke{
	width:990px;
	padding:15px 0;
	float:right;
	}
	
.marquee, .marquee-with-options {
	width: 990px;
	overflow: hidden;
	font-size: 20px;
	color: #72113e;
	line-height:40px;
	font-weight:700;
}
	