body{
font:14px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
}

@font-face{
	font-family: "Didot";
	src: url(../fonts/Didot.ttf) format("truetype");
}

a:focus{
outline:1px dotted;
}

hr{
border:0 #000 solid;
border-top-width:1px;
clear:both;
height:0;
}

.line{
border:0 #000 solid;
border-bottom-width: 5px;
clear:both;
height:0;
}

h1{
line-height: 90%;
font-size: 26px;
font-family: Didot;
}

h2{
font-size:23px;
font-weight: lighter;
}

h3{
font-size: 14px;
font-weight: lighter;
vertical-align: middle ;
padding: 0px 0px 0px 20px;
background: url(../images/ico_flecha.png) no-repeat top left;
}

h4{
font-size:19px;
}

h5{
font-size:17px;
}

h6{
font-size:15px;
}

ol{
list-style:decimal;
}

ul{
list-style: none;
display: inline;
}

li{
display: inline;
}

p,dl,hr,h1,h2,h4,h5,h6,ol,ul,pre,table,address,fieldset{
margin-bottom:10px;
}

p{
	text-align: left;
	font-size: 95%;
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


/*-------------------------- TITULOS --------------------------*/

.titulo_donde{
padding: 0px 0px 0px 60px;
background: url(../images/ico_donde.png) no-repeat left top;
}

.titulo_actividades{
padding: 0px 0px 0px 60px;
background: url(../images/ico_actividades.png) no-repeat left top;
}

.titulo_proyecto{
padding: 0px 0px 0px 60px;
background: url(../images/ico_proyecto.png) no-repeat left top;
}

.titulo_artistas{
padding: 0px 0px 0px 60px;
background: url(../images/ico_artistas.png) no-repeat left top;
}

.titulo_destacado{
padding: 0px 0px 0px 60px;
background: url(../images/ico_destacado.png) no-repeat left top;

}

/*-------------------------- + INFORMACIîN --------------------------*/

.bt_info{
font-family: Helvetica;
cursor: pointer;
text-align: right;
}

.bt_info label{
text-decoration: underline;
}

.bt_info input{
width: 18px;
height: 18px;
cursor: pointer;
border: 0px;
background: url(../images/ico_flecha.jpg) no-repeat;
}

.bt_search{
width: 100%;
font-family: Helvetica;
font-size: 12px;
background-color: #000;
padding: 10px;
color: #fff;
border: 0px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

/*-------------------------- SUBMENò (contacto/comparte) --------------------------*/

.submenu ul{
margin-right: 0px;
}

.submenu li{
display: inline-table;
width: 140px;
border-bottom: #000 1px solid;
margin: 9px;
padding: 0px 0px 5px 0px;
text-align: center;
}

.submenu a{
font-size: 12px;
text-decoration: none;
color: #000;
}

/*-------------------------- BOTONES COMPARTIR --------------------------*/
.f{
width: 18px;
height: 18px;
cursor: pointer;
border: 0px;
margin: 0px 0px 0px 25px;
background-image: url(../images/bt_compartir.jpg);
background-position: 0px 0px;
}

.t{
width: 18px;
height: 18px;
cursor: pointer;
border: 0px;
margin: 0px 0px 0px 15px;
background-image: url(../images/bt_compartir.jpg);
background-position: 40px 0px;
}

.r{
width: 18px;
height: 18px;
cursor: pointer;
border: 0px;
margin: 0px 0px 0px 15px;
background-image: url(../images/bt_compartir.jpg);
background-position: 20px 0px;
}


/*-------------------------- MENò (Actividades/Artistas/Proyecto) --------------------------*/

.menu ul{
margin-right: 0px;
}

.menu li{
display: inline-table;
width: 140px;
border-bottom: #000 5px solid;
margin: 9px;
padding: 0px 0px 5px 0px;
text-align: center;

}

.menu a{
font-family: Didot;
font-size: 20px;
text-decoration: none;
color: #000;
}

/*---------------------CONTENIDO -----------------------*/
.volver{
position: relative;
top: 0px;
right: 0px;
float: right;
background-color: #000;
padding: 2px 10px 2px 10px;
border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
}

.volver a{
color: #fff;
font-size: 10px;
}


/*-------------------------- PIE --------------------------*/
.pie a{
font-size: 90%;
text-decoration: none;
color: #fff;
}
