@charset "utf-8";
/* CSS Document */
/*colors - arancio:#ed7f00*/

*{
	margin:0px;
	padding:0px;
}
.p{
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
}
body{  }
h1{
	font-family:Helvetica, Arial,sans-serif;
	font-size:20px;
}
h2{
	font-family:Helvetica, Arial,sans-serif;
	font-size:16px;
}
h3{
	font-family:Helvetica, Arial,sans-serif;
	font-size:14px;
}
 a{
	font-family:Helvetica, Arial,sans-serif;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
 a:hover{
	font-family:Helvetica, Arial,sans-serif;
	color:#FF3399;
	font-weight:bold;
	text-decoration:none;
}
.orange{ color:#ed7f00;}
.gris{ color:#828282;}
.bold{ font-weight:bold;}
/*testo */
/*contentBox*/
.todo{
	width:1000px;
	height:auto;
	margin:0px auto;
}
.imageHome{ 
	text-align:center;
	margin-top:200px;
	text-decoration:none;
 }
.imageHome img{
	border:none;
 }
.home{ text-decoration:none; }
.contentBox{
	width:1000px;
	height:auto;
	float:left;
	border:0px solid green;
}
/*header*/
.headerBox{
	width:1000px;
	height:182px;
	float:left;
	border:0px solid green;
}
.logo{
	width: 100%;
	height: 150px;
	margin-top:10px;
	float:left;
	border:0px solid red;
}

.logo h1 {
	background:url(images/solobatida-logo.gif) no-repeat;
	margin:0px auto;
	width: 500px;
	height: 150px;
	text-indent: -9999px;
	border:0px solid red;
	text-decoration:none;
}

.menuBox{
	width:1000px;
	height:80px;
	float:left;
	border:0px solid red;
	margin-bottom:20px;
}

.menuFondo{
	width:1000px;
	height:17px;
	float:left;
	border:0px solid red;
	background:url(images/menu-fondo.jpg) no-repeat;
}
.menu{
	margin:0px auto;
	width: 550px;
	height:72px;
	border:0px solid blue;
}
.menu a{ text-decoration:none; }
.menu img{
	border:none;
	float:left;
}
/*box contenido*/
.content{
	width:1000px;
	height:auto;
	float:left;
	border:0px solid green;
}
/*oneBox*/
.oneBox{
	width:800px;
	height:auto;
	margin:0px auto;
	loat:left;
	border:0px solid green;
}
.cajaArriba{
	width:800px;
	height:30px;
	float:left;
	background:url(images/caja-arriba.jpg) no-repeat;
}
.caja{
	width:800px;
	height:auto;
	float:left;
	padding:0px 25px;
	background:url(images/caja-fondo.jpg) repeat-y;
}
.cajaLeft{
	width:540px;
	height:auto;
	float:left;
	border:0px solid red;
}
.caja p{
	font-family:Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#666666;
}
.caja h3{
	font-size:14px;
	margin-top:5px;
}
.cajaRight{
	width:200px;
	height:auto;
	float:left;
	border-top:0px solid silver;
}
.cajaRight img{
	width:200px;
	height:auto;
	border:0px solid red;
}
.cajaBajo{
	width:800px;
	height:30px;
	float:left;
	background:url(images/caja-bajo.jpg) no-repeat;
}





