/* CSS Document */
*{
	margin:0;
	padding:0;
	}
	
@font-face{
	font-family: dimacasa;
	src: url('eurostyle.ttf'),
     	 url('eurostyle.eot'); /* IE9 */
	}

body{
	background-color:#000;
	color:#FFF;
	font-family:dimacasa, Geneva, sans-serif
	}
	
h1, h2, h3{
	font-weight:normal;
	}
	
#header{
	background:url(../images/header-1.jpg) no-repeat center top #000;
	width:100%;
	height:354px;
	margin:0 auto;
	}
	
#header-in{
	padding-top:50px;
	width:1224px;
	height:100%;
	margin:0 auto;
	}
	
#header a{
	text-decoration:none;
	color:#FFF;
	}
	
#header a:hover{
	color:#999;
	}
	
#header-in h1{
	background:url(../images/back-logo.jpg) repeat-y left top #000;
	text-transform:uppercase;
	font-size:50px;
	padding-left:40px;
	padding:10px;
	}
	
#header-in h1 span{
	color:#F00;
	font-size:70px;
	}
	
#header-in p{
	font-size:25px;
	padding-right:20px;
	padding-top:160px;
	text-align: right;
	}
	
#contenido{
	height:350px;
	width:100%;
	background:url(../images/back-contenido.jpg) repeat-x center top #666666;
	}
	
#contenido h2, #contenido h3 span{
	color:#F00;
	}
	
#contenido h2{
	font-size:35px;
	margin-bottom:30px;
	}
	
#contenido h3{
	font-size:26px;
	}
	
#contenido-in{
	width:1224px;
	margin:0 auto;
	padding-top:35px;
	}
	
#columnauno{
	float:left;
	width:600px;
	text-align:justify;
	line-height:20px;
	height:300px;
	background:url(../images/fondo1.png) no-repeat bottom right;
	}
	
#columnauno-in{
	width:400px;
	margin:0 auto;}
	
#columnauno p.textodos{
	padding-top:30px;
	}
	
#columnados{
	float:left;
	width:290px;
	height:300px;
	background: url(../images/column2.png) repeat-x center top;
	}
	
#coldos-back{
	width:100%;
	height:100%;
	background:url(../images/fondo2.png) no-repeat right bottom;}
	
#columnados-in{
	width:200px;
	height:300px;
	margin:0 auto;
	}
	
#columnados h3{
	line-height:80px;
	text-indent:30px;
	}
	
#columnados a{
	text-decoration:none;
	color:#FFF;
	}
	
#columnados a:hover{
	color:#999;
	}
	
#columnatres{
	float:right;
	height:300px;
	width:320px;
	background:url(../images/fondo3.png) no-repeat bottom right;
	}
	
#columnatres-in{
	width:200px;
	height:300px;
	margin:0 auto;
	}
	
#columnatres span{
	display:block;
	line-height:20px;
	}
	
#columnatres p{}
	
p.texto-uno{
	margin-top:80px;}

p.texto-dos{
	margin-top:40px;
	}
	
hr{
	border: none;
	color: #f00;
	background-color: #f00;
	height: 5px;
	}
	
#footer{
	clear:both;
	text-align:center;
	font-size:10px;
	}
	
#footer p{
	padding-top:10px;}
	
a img, img{
	border:none;
	}












