/* Hoja de estilos APARTE */


/* Reseteo de estilos por Eric Meyer */

html, body, div, span, 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;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fin reseteo */


html {

}

body {
    background-image: url(img/fondo-html.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Verdana;
	font-size: 11px;
}

h1 {
    display: none;
}

h2 {
    font-family: Verdana;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #333;
	margin: 0 0 20px 0;
	padding: 0 0 2px 0;
}

h3 {
	font-family: Verdana;
	font-size: 15px;
	color: #333;
	margin: 0 0 10px 0;
	font-weight: bold;
}

a {
    text-decoration: none;
	color: #333;
}

a:visited {
    text-decoration: none;
	color: #333;
}

a:hover {
    text-decoration: none;
	color: #19B5E8;
}


hr {
    clear: both;
	height: 1px;
}


#cabecera {
	height: 195px;
	margin: auto;
	background-image: url(img/fondo-cabecera.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#cabecera-contenedor {
	height: 195px;
	width: 1000px;
	margin: auto;
    background-image: url(img/fondo-ca-peq.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#cabecera-contenedor ul  {
	margin: 44px 0 0 12px;
	font-family: Verdana;
	font-size: 14px;
	color: #333;
	float: left;
}

#cabecera-contenedor ul li {
	display: inline;
	margin: 0 30px 0 0;

}

#cabecera-contenedor ul li a{
	text-decoration: none;
	color: #333;
}

#cabecera-contenedor ul li a:visited{
	text-decoration: none;
	color: #333;
}

#cabecera-contenedor ul li a:hover{
	text-decoration: none;
	color: #19B5E8;
}

#cabecera-contenedor ul li a.seleccionado {
    color: #19B5E8;
	font-weight: bold;
}




#cabecera-contenedor img{
    margin: 10px 0 0 10px;
	clear: both;
}

#doscero {
    float: left;
	margin: 30px 0 0 50px;
}


#contenido {
   	width: 1000px;
   	margin: auto;
	background-image: url(img/fondo-contenido.png);
	background-repeat: repeat-y;
	background-position: top right;
	padding: 0 0 20px 0;

}

#texto {
	width: 660px;
	float: left;
    padding: 15px 10px 0 10px;

}

#texto-prog {
	width: 660px;
	float: left;
    padding: 15px 10px 0 10px;
	line-height: 15px;

}

#texto-prog h3 {
	margin: 15px 0 10px 0;
}

#texto-prog img {
	margin: 0 0 15px 13px;
}

#texto-prog ul {
	margin: 0 0 15px 40px;
	list-style: disc;
}

#texto-prog ul li{
	margin: 0 0 5px 0;
}


#texto-prog p{
    margin: 0 0 10px 0;
	padding: 0 0 0 13px;
	background-image: url(img/bullet.png);
	background-repeat: no-repeat;
	background-position:  left 5px;
}

#texto h3 {
	margin: 15px 0 5px 0;

}

#texto p{
    margin: 0 0 5px 0;
}

#texto ul {
    list-style: disc;
	margin: 5px 0 10px 30px;
}

#texto ul li {
    margin: 10px 0 5px 0;
	line-height: 14px;
}


.foto-noticia {
    float: left;
	width: 290px;
	margin: 0 10px 0 0;
}

.foto-noticia img {
	margin: 0 0 5px 0;
}

.pie-foto {
    margin: 5px 0 10px 0;
	font-size: 10px;
	color: #333;
	font-style: italic;
}


.texto-noticia {
    float: right;
	width: 350px;
    font-size: 11px;
	line-height: 15px;
}

.texto-noticia-ancho {
	width: 660px;
    font-size: 11px;
	line-height: 15px;
}

.texto-noticia p{
    margin: 0 0 10px 0;

    }

.texto-noticia-ancho p{
    margin: 0 0 10px 0;

    }

#texto-programa {
	width: 660px;
    font-size: 11px;
	line-height: 15px;
}

#texto-programa p{
    margin: 0 0 10px 0;

    }


#lateral {
	width: 260px;
	float: left;
	margin: 0 0 0 20px;
	padding: 15px 10px 0 10px;
}

#lateral h2 {
    font-size: 14px;
	margin: 0 0 5px 0;
}

#lateral p{
    line-height: 15px;
	font-size: 11px;
	margin: 0 0 10px 0;
}

#lateral ul {
    margin: 10px 10px 10px 20px;
	list-style: disc;
}

#lateral ul li {
    margin: 0 0 5px 0;
}



.artista_lateral {
    width: 110px;
	border: 1px solid #eee;
	text-align: center;
	float: left;
	margin: 0 0 10px 0;
	padding: 5px;
}

.artista_lateral a{
    font-weight: bold;
}

.artista_lateral img{
    margin: 0 0 5px 0;
}

.artista_lateral h4 {
    margin: 15px 0 5px 0;
}

.linea {
	padding: 0 0 5px 0;
    border-bottom: 1px solid #ccc;
}


#pie {
    background-image: url(img/fondo-pie.png);
	background-repeat: repeat-x;
	background-position: center 6px ;
}

#pie-contenedor {
    width: 1000px;
   	margin: auto;
    background-image: url(img/fondo-pie-2.png);
	background-repeat:  no-repeat;
	background-position: top right;
	height: 150px;
}

.enlaces-pie{
	padding: 29px 22px 0 0;
	text-align: right;
	letter-spacing: 1px;
}

.enlaces-pie a{
	text-decoration: none;
	color: #333;
}
.enlaces-pie a:visited{
	text-decoration: none;
	color: #333;
}
.enlaces-pie a:hover{
	text-decoration: none;
	color: #19B5E8;
}

.patrocinadores {
    margin: 5px 0 0 0;
	float: left;
}

.patrocinadores p{
    margin: 0 0 5px 0;
}

.patrocinadores img{
    margin: 0 5px 5px 0;
}

#resultado {
 border-width: 1px;
 border-style: solid;
 padding: 0.6em;
 margin: 0 0 25px 0;
}
#resultado.error{
 border-width: 2px;
 border-color: #FF0000;
 background-color: #FFE1E1;
 color: #990000;
}
.exito{
 background-color: #EAFFEA;
 color: #336600;
 border-color: #009900;
}

