@charset "UTF-8";
/* AS2 web site por Alberto Zuya 
/*web author:http://www.kingubox.com */
/*author mail: azuya@kingubox.com*/
/*author twitter @azuya */

/*font-face definitions */
@font-face {
    font-family: 'YanoneKaffeesatzThin';
    src: url('YanoneKaffeesatz-Thin-webfont.eot');
    src: url('YanoneKaffeesatz-Thin-webfont.eot?#iefix') format('embedded-opentype'),
url('YanoneKaffeesatz-Thin-webfont.woff') format('woff'),
url('YanoneKaffeesatz-Thin-webfont.ttf') format('truetype'),
url('YanoneKaffeesatz-Thin-webfont.svg#YanoneKaffeesatzThin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'YanoneKaffeesatzLight';
    src: url('YanoneKaffeesatz-Light-webfont.eot');
    src: url('YanoneKaffeesatz-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('YanoneKaffeesatz-Light-webfont.woff') format('woff'),
url('YanoneKaffeesatz-Light-webfont.ttf') format('truetype'),
url('YanoneKaffeesatz-Light-webfont.svg#YanoneKaffeesatzLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('YanoneKaffeesatz-Regular-webfont.eot');
    src: url('YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
url('YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
url('YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'YanoneKaffeesatzBold';
    src: url('YanoneKaffeesatz-Bold-webfont.eot');
    src: url('YanoneKaffeesatz-Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('YanoneKaffeesatz-Bold-webfont.woff') format('woff'),
url('YanoneKaffeesatz-Bold-webfont.ttf') format('truetype'),
url('YanoneKaffeesatz-Bold-webfont.svg#YanoneKaffeesatzBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*common elements */

body {
margin:0px;
padding:0px;
background-color:#000;
font-family:"Helvetica", Arial, Trebuchet MS, sans-serif;
font-size:14px;
color:#FFFFFF;
/*font: 18px 'YanoneKaffeesatzRegular', Arial, sans-serif;*/

}

a{text-decoration:none; color:#e95e26;text-decoration:underline;}
a:hover { color:#FFCC00;}


#container {
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
	width:960px;
}
#header {
	background-image:url(../images/background-header.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:82px;
	padding-bottom:2px;
	text-align:left;
	float:left;
	
	
}
#logo {float:left; width:180px;}
#menu {
font: 18px 'YanoneKaffeesatzRegular', Arial, sans-serif;	
	float: left;
	width:780px;
	text-align:right;
		
}
#menu ul {
	list-style:none;
	padding:0px;
	padding-left:200px;
	margin-top:15px;

	
}
#menu ul li {
	float:left;
	font-size:30px;
	color:#e95e26;
	text-transform:uppercase;
    margin-right:15px;
	}
#menu ul li a{
	float:left;
	font-size:30px;
	color:#CCCCCC;

    text-decoration: none;

}
#menu ul li a:hover{
	color:#ffffff;
	text-decoration:none;
	border-bottom:#ff9900 2px solid;
}
#contenidogral {
	background-image: url(../images/bajoslider.jpg);
	background-repeat:no-repeat;
	width:960px;
	padding-top:20px;
	text-align:left;
	float:left;
	font-stretch:normal;
		
}
#boxes {
font: 18px 'YanoneKaffeesatzRegular', Arial, sans-serif;		
	width:220px;
	height:180px;
	float:left;
	border: 1px solid #444;
	margin-right:8px;
	padding:5px;
	margin-bottom:10px;
	margin-top:10px;
}.blanco {
	color: #FFFFFF;
}
