/* CLASES HTML */

body {
	font-size: 12px;;
	background-color: #A1C4DA;
	margin-top:10px;
	padding:0px;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	background-image: url(images/fondo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

img {
	margin:0px;
	padding:0px;
	}

h1 {
	font-size:22px;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-weight:bold;
	color:#003366;
}
h2 {
	font-size:16px;
	color:#003366;
	font-weight:bold;
}

h3 {
	font-size:14px;
	color: #003366;
}

a {
	font-size:12px;
	color:#003366;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	}
p {
}

/* CLASES PROPIAS */
	
.flotarizquierda{
	float:left;
	} 
.salto {
	clear:both;
	}

/* ID */

#general {
	width:750px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#cabecera {
	margin:0px;
	padding: 0px;
	}
	
#general #cabecera ul {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#general #cabecera li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#contenido {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/fondo_contenido.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	
}

#introduccion {
	width:640px;
	font-size:14px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: auto;
	padding-top:20px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	height: 140px;
	background-image: url(images/introduccion.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

#resto {
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*background-image: url(images/fondo_resto.jpg);
	background-position: center top;
	background-repeat: no-repeat;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	}
#video {
	float:right;
	width:380px;
	padding-left:25px;
	margin-bottom:20px;
	margin-top:20px;
	}

#jumping {
	width:600px;
	margin-left: 40px;
	}


#pie {
	background-image: url(images/fondopie.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 24px;
	background-color: #A1C4DA;
	margin: 0px;
	padding: 0px;
}

