@charset "utf-8";
/* CSS Document */
*{font-family:Arial, serif}

header{
	width:100%;
	height:100px;
	background:url(../imagenes/banda-rojo1x22.jpg) bottom repeat-x;
	padding-top:50px;
	padding-bottom:30px;
}
.contenedor950{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
header .contenedor950 #logo{
	float:left;
}
header .contenedor950 nav{
	width:500px;
	float:right;
	height:30px;
	margin-top:55px;
}
header .contenedor950 nav ul{
	display:inline-block;
}
header .contenedor950 nav ul li{
	float:left;
}
header .contenedor950 nav a{
	padding:10px;
	color: #D15C47;
	font-size:14px;
	font-family:Arial, serif;
	font-weight:bold;
	float:left;
	text-decoration:none;

}
section{
	background: #82B2DC url(../imagenes/degradeBoddy.jpg) top repeat-x;
	width:100%;
	height:600px;
}
section .contenedor950 nav{
	width:100%;
	height:30px;
	padding-top:5px;
}
section .contenedor950 nav ul{
	display:inline-block;
}
section .contenedor950 nav ul li{
	float:left;
}
section .contenedor950 nav a{
	padding:20px;
	color: #FFF;
	font-size:12px;
	font-family:Arial, serif;
	float:left;
	text-decoration:none;

}
article{
	position: relative;
	margin-top:20px;
}
#slide {
	margin-top:20px;
	width:950px;
	height:450px;
	z-index:5;
	float:left;
}

#textSlide {
	position:absolute;
	width:600px;
	height:130px;
	z-index:10;
	top:50px;
	left:20px;
	color:#fff;
	background:url(../imagenes/pix50.png) repeat;
	padding:10px;
}
footer{
	background:#CF5F46;
	width:100%;
	height:150px;
}
.contenedor950 article #contenido #textSlide h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 36px;
}
.contenedor950 article #contenido #textSlide p {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 24px;

}
.contenedor950 article #contenido #textDescrip {
	width: 100%;
	height:200px;
	clear:both;
	position:relative;
	color:#FFF;
}
.contenedor950 article #contenido #textDescrip h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 36px;
}

	