* {
	margin: 0;
	padding: 0;
}

body {
font-family: Arial, Helvetica, sans-serif;
color: #000;
}

a {
text-decoration: none;
color:#cc0099;
}
a:hover {
text-decoration: none;
}
img {
border: 0;
}
h1 {
	font-size:23px;
	font-weight:600;
	color:#A3CDE2;
	margin-bottom: 10px;
	text-align:left;
	line-height: 28px;
}
h2 {
	background:#cc0099 url(img/estrella_dia.gif) no-repeat;
	height: 30px;
	margin: 25px 0 20px 0;
	padding: 2px 0px 2px 40px;
	font-size:13px;
	color:#FFF;
}
h3 {
	font-size:10px;
	color:#000;
	margin: 15px 0 5px 0;
	line-height:14px;
}
h4 {
	font-size:10px;
	color:#000;
	line-height:14px;
	margin: 5px 0 5px 20px;
	border-bottom:#A3CDE2 1px solid;
}
p {
	margin-bottom: 15px;
}
#wrap {
margin: 20px auto 10px 3%;
width: 700px;
background: #fff;
padding: 10px;
}

#header {
height: 250px;
background: #A3CDE2;
text-align:right;
background: #A3CDE2 url(img/banner_cab.gif) no-repeat bottom left;
}

#menu {
height: 30px;
line-height: 30px;
background: #000;
}
#menu ul {
list-style-type: none;
padding-left: 10px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 10px 0 10px;
text-decoration: none;
font-weight: 600;
font-size: 15px;
color: #fff;
}
#menu ul li a:hover {
color: #A3CDE2;
text-decoration: none;
}

#content {
padding: 0 20px 20px 0;
}
#reproductor {
	float:right;
	width: 273px;
	height: 83px;
	background-color:#fff;
}
#video{
	float:left;
	width: 273px;
	height: 83px;
	background-color:#ccc;
}
.right {
float: right;
width: 500px;
text-align: justify;
padding-top: 20px;
font-size:12px;
line-height:18px;
}
.right a:hover {
	color:#999999;
}

.left {
float: left;
width: 160px;
padding-top: 10px;
font-size: 0.6em;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #7988AF;
font-size: 15px;
}
.left ul {
margin-bottom: 5px;
padding: 10px 0 15px 0px;
list-style-type: none;
color: #ccc;
font-size: 12px;
border-bottom: 1px #000 solid;
}
.left ul li a {
height: 15px;
padding: 5px 5px 5px 5px;
display:block;
text-decoration: none;
font-weight: 600;
color:#cc0099;
}
.left ul li a.bajo {
color:#81BBD8;
}
.left ul li a:hover {
background-color:#A3CDE2;
color:#FFF;
}
.left a img {
margin: 2px 0px 5px 2px;
display:block;
}

#footer {
text-align: center;
font-size: 11px;
color: #000;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }