@charset "utf-8";
/* CSS Document */
/*-------------GENERAL--------------*/
body {
	padding:0;
	margin:0;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg.jpg) repeat-y center top fixed;
}
#top{
	width:100%;
	float:left;
	background: url(../images/bg-menu.jpg) repeat-x center bottom #fff;
}
#middle {
	float:left;
	width:100%;
	background: url(../images/sombra.png) repeat-x center top;
}
#bottom {
	float:left;
	width:100%;
	background:url(../images/bg-pie.jpg) repeat-x center 23px ;
}
.borde img {
	border: solid 5px #CC1517;
	margin-bottom:5px;

}
.margen {
	margin-left:10px;

}
ul li {
	
	margin:15px;
}
/*-------------HEADER--------------*/
#head {
	height:135px;
	width:1000px;
	margin:0 auto;
}
#logo {
	float:left;
	width:207px;
	height:130px;
	margin:5px 20px 0 0px;
	background:url(../images/logo.png) center no-repeat;
}
	
/*-------------MENU--------------*/
#menuitem {
	float:left;
	height:63px;
	margin-top:72px;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
}
	#menuanim {
		float:left;
		width:100%;
		height:4px;
		background:#fff;
	}
	#menuitem:hover #menuanim {
		height:8px;
		
	}
	#menuitem p{
		margin-top:22px;
		padding:2px 20px;
	}
	#menuitem:hover p{
		margin-top:26px;
	}
#redes {
	float:left;
	height:24px;
	width:24px;
	margin-top:93px;
	margin-left:15px;
	cursor:pointer;
}



/*-------------CUERPO--------------*/
#cuerpo {
	width:1000px;
	margin:0 auto;
	color:#333;
	
}
/*-------------PIE--------------*/
#pie {
	height:63px;
	width:1000px;
	margin:0 auto 20px auto;
}
#sombra2 {
	background:url(../images/sombra02.png) repeat-x center bottom;
	height:23px;
	width:100%;
}
/*----------------------------SLIDE-------------------------------*/
#bgslide {
	float:left;
	margin-top:20px;
	width:1000px;
	height:360px;
	background:url(../images/bg-slide.png) no-repeat center;
}
		#slide01 {
			float:left;
			width:972px;
			height:332px;
			margin:14px;
		}
			.theme-default #slider {
				width:972px; /* Make sure your images are the same size */
				height:332px; /* Make sure your images are the same size */
				margin-right: auto;
				margin-left: auto;
				float: left;
			}
/*--------------------------CONTACTO-------------------------*/
input.submit-button03 {
	color:#fff;
	margin-left:180px;
	margin-top:12px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 80px;
	height:35px;
	background-color: #333;
	cursor:pointer;
	font-weight:bold;
}
input.submit-button03:hover {
	background-color:#CC1517;
	
	font-weight:bold;
	}