/* Generales */

body, html {
	background:url(../img/IMAGE3.png);}

.header{
	width:100%;
	height:52px;
	background:#000;
}

.header-inner{
	width:960px;
	height:52px;
	margin:auto;}



.header-logo{
	height:52px;
	width:122px;
	float:left;
}

.menu-inner{
	width:838px;
	height:52px;
	margin-left:auto;
	padding-top: 10px;
		
}
.menu-inner ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-transform: uppercase;
	font-weight:bold;
	margin: auto;
	width: 818px;
	height: 52px;
	}

.menu-inner ul li{
	float: left;
	padding: 10px 30px;
	margin-left: -25px;
	}
	
.menu-inner ul a li {
	color: #FFF;
}

.menu-inner ul a.active li,
.menu-inner ul a.active li:hover{

color: #900;
}

.menu-inner ul a:hover li {
	color: #900;}
.fondo{
	width:auto;
	height:auto;
	margin:auto;
}

.slider{
	width:960px;
	height:auto;
	margin:auto;
}


.contenido{
	width: 980px;
	margin: auto;
	margin-top: 35px;
	overflow:auto;
}
	
.contenido .columna {
	float: left;
	margin-left: 20px;
	}
.contenido .col300 {
	width: 300px;
}
.contenido .col450 {
	width: 450px;
}

.contenido .col640 {
	width: 640px;
}

.colborder {
	width: 280px;
	height: 200px;
	border: 1px solid #d76763;
	padding: 10px;
	margin-bottom: 20px;
	}
	
.contenido .columna h1,
.contenido .columna h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color:#333;
	text-transform: uppercase;
	text-align: center;
}
.contenido .columna h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#980000;
	text-transform: uppercase;
	text-align:center;
	margin-top: 10px;}

.contenido .columna h2 span {
	padding: 10px;
	}

.contenido .columna p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #66615c;
	margin-top: 10px;
	text-align:center;
	font-weight:bold;
	}



.contenido .columna p strong {
	font-weight:bold;
}

.bgimage  {
	width: 152px;
	height: 151px;
	margin: auto;
	margin-bottom: 30px;
}

.bgimage:hover {
	background-position:bottom;
	}
	
.img1{
	background:url(../img/btn-mg.png) top center no-repeat;}

.img2 {
	background: url(../img/btn-m1.png) top center no-repeat;}
	
.img3 {
	background: url(../img/btn-m2.png) top center no-repeat;}


.footer {
	background-color: #000;
	width: 100%;
	height: 40px;
	margin-top: 40px;
}


.footer-inner{
	width:960px;
	height:40px;
	margin:auto;
	text-align:center;
	
	
}
.footer-inner p2 {
	font-size: 8px;
	color: #FFF;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:10px;
	
}

