/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Tahoma,Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	padding: 0px;
	background: #cccccc url(./imagenes/bg_grad.jpg) fixed;
	text-align:center;
}

#wrap{
	text-align:left;
	margin:0 auto; width:770px;
}

/******* hyperlink and anchor tag styles *******/

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

a:link{
	color: #ED7474;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** Estilo de titulos **************/
/*Estilo que nombra el formulario*/
h1{
 font: bold 120% Tahoma,Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/* Titulos dentro de las tablas*/
h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

/*Titulos de seccion (generalmente llevaran icono)*/
h3{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

/* Titulos con fondo rosa*/
h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 background-image: url(./imagenes/bg_nav.jpg);
 padding: 3px 0px 3px 10px;
}


/*************** Estilo de listas ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* Estilo de formularios *********/

form {
	margin: 0;
	padding: 10px 10px 10px 20px;
 	align-text: right;
	/* Este es el rosa claro que usamos de fondo */
        background-color: #fddfdf;
	background-image: url(./imagenes/bg_nav.jpg);
}

label{
 	font: Arial,sans-serif;
 	color: #334d55;
}
				
input{
	font-family: Arial,sans-serif;
 	color: #334d55;
	background-color: #F1F1F1;
	
}
input:hover{
	background-color: #FFFFFF;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	width:100%;
	background-color: #ffffff;
}

#tl {
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	left: 2%;
	right: 2%;
	border-bottom: 1px solid #cccccc;
	
}

#pageNav{
	float: left;
	width:140px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 140px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Cabecera(logo filarmonica)                              */
/***********************************************/
#siteName{
	margin: 0px;
        padding: 0px 0px 100px 0px;
	margin-top:15px;
	/**color: #ffffff;*/
	font-weight: normal;
	background: transparent url(./imagenes/fondo.png) no-repeat top;
	border-bottom: 1px solid #cccccc;
}

/************** feature styles *****************/

.feature{
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	font-style: underline;
	color: #334d55;
	padding: 10px 0px 5px 45px;
	background: transparent url(./imagenes/icono.jpg) no-repeat left;
}

.feature img{
	float: right;
	padding: 0px 10px 0px 0px;
}
/*  Imagen dentro de una seccion, el texto la rodeara*/
#imagen{
	float: right;
	padding: 0px 280px 210px 0px;
	background: transparent url(./imagenes/jofre1.jpg) no-repeat top right;
}

/************** feature styles mes*****************/
/* Es igual que la anterior, se usa solo para meter la imagen cuando detallamos la programaciond e un mes*/
.featurejofre{
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .featurejofre {height: auto;}

.featurejofre h3{
	font: bold 175% Arial,sans-serif;
	font-style: underline;
	color: #334d55;
	padding: 10px 0px 5px 45px;
	background: transparent url(./imagenes/icono.jpg) no-repeat left;
}

.featurejofre img{
	float: right;
	padding: 0px 10px 0px 0px;
	background: transparent url(./imagenes/teatro1.jpg) no-repeat top right;
}
/*************** story styles ******************/

.story {
	padding: 0px 0px 0px 30px;
	font-size: 90%;
}

.story h2{
	font: bold 100% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 0px 0px;
}

.story a.capsule{
	color: #9A2525;
	display:block;
	padding-bottom: 5px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align:center;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 10px 5px 5px 5px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:visited {
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #cccccc;
	background-image: url(./imagenes/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #000000;
}

#sectionLinks a:link {
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #cccccc;
	background-image: url(./imagenes/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #000000;
}

#sectionLinks a:hover{
	border-top: 1px solid #FFFFFF;
	background-color: #9A2525;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}


/************* relatedLinks styles **************/
/*
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}
*/

/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}


/********************* mias **********************/

#cajon{
	padding: 20px 10px 20px 20px;
}

/********************* end **********************/

