@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	background-color: #FF6600;
	background-image: url(bg_verano2.jpg);
	background-repeat: repeat-x;
}
.contenedor {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}h1 {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	clear: both;
}
h2 {
	font-size: 18px;
	color: #FF6600;
	padding-bottom: 4px;
}

.contendio {
	width: 960px;
	clear: both;
	float: left;
	background-color: #EFF0EA;
	background-image: url(bg_top_contenido.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 10px;
	color: #366FA9;
}
.columna_izquierda {
	width: 290px;
	position: absolute;
	top: 10px;
	left: -27px;
}
.columna_derecha {
	float: right;
	width: 660px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 24px;
}

.columna_izquierda ul {
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
.columna_izquierda  li  {
	background-image: url(bg_menu.png);
	background-repeat: repeat-y;
}

.columna_izquierda li a {
	color: #E0DFE3;
	text-decoration: none;
	display: block;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 25px;
	height: 30px;
	background-image: url(menu_linea.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-weight: bold;
}
.columna_izquierda #activo {
	background-image: url(menu_activo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
}

.columna_izquierda li a:hover {
	color: #FFFFFF;

}
.contenedor .pie {
	clear: both;
	float: left;
	width: 970px;
	text-align: center;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 20px;
}
.contenedor .pie a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.paquete {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #014A9C;
	clear: both;
	float: left;
	width: 660px;
}
.paquete ul {
	list-style-position: inside;
	font-size: 11px;
}
.paquete img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 6px solid #CCCCCC;
	clear: right;
}
.paquete a {
	color: #FFFFFF;
	background-image: url(mas.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 25px;
	width: 112px;
	display: block;
	padding-top: 5px;
	padding-left: 10px;
	text-decoration: none;
	margin-top: 10px;
}
.paquete a:hover {
	background-position: 0px -30px;
}

