html,body{
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
}

body{
	/*min-width:626px;
	min-height:400px;*/
	background-color: #000000;
}

/*--------------------------------------------------------
		LAYOUT DE LA PÁGINA
----------------------------------------------------------*/
#contenedor{
			text-align: center;
			width: 100%;
			height: 100%;	
			color: #f0f0f0;
			display: none;
			background: url(../images/final5.jpg) right no-repeat;
		}

#contenedorDerechaCycle {
				width: 671px;
				height: 458px;
				margin-top: 458px;
				margin-left: 1229px;
				float:right;
				
}		

#contenedorDerecha {
				display: none;
				float: right;
				padding: 25px 10px 0px 10px;
				font-size: 10px;
				width: 45%;
				text-align: justify;
			}
			
#contenedorIzquierda {
				font-size: 9pt;
				text-align: right;
				/*white-space: wrap;*/
				float: left;
				padding: 30px 0px 0px 10px;
				/*word-wrap: break-word;*/
				width: 50%;
			}

#content{ 
		height: 458px; 	
		border-bottom: 1px solid silver;
	}

#hoz {
	margin-left: auto;
	margin-right: auto;
	height: 551px;
	background: #666;
	text-align: left;
	clear: both;
	border-top: 3px solid silver;
	border-bottom: 3px solid silver;
}

#pie {
		background: #666;
		height: 30px;
		overflow: hidden;
	}

#titulo{
		height: 50px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 40px;
		font-weight: normal;
		color: #f0f0f0;
		padding: 5px 5px 5px 25px;
		background: #333;
		border-bottom: 1px solid silver;
		font-variant: small-caps;
	}

#tituloContenedor {
			width: 100%;
			height: 100%;	
		}
		
#tituloIzquierda {
				width: 230px;
				float: left;
				background-image: url(../images/titulo.jpg);
				background-repeat: no-repeat;
				background-position: left;	
			}
			
#tituloDerecha {
				float: right;
				width: 70%;
				height: 50px;
			}			

					
#vertical{
	float: left;
	height: 50%;
	margin-top: -275px; /* half vertical height*/
	width: 100%;
}


#contenidopie {
			margin: 0px;
			padding: 0px;
			overflow: hidden;
			background: #333;	
		}
/*--------------------------------------------------------
		FIN LAYOUT DE LA PÁGINA
----------------------------------------------------------*/

/*--------------------------------------------------------
		ESTILOS GLOBALES
----------------------------------------------------------*/
a{
	outline:none;
}

.lizquierda
{
	list-style-type: square;
	text-align: justify;
	padding-bottom: 3px; 
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
}

h1
{
	margin-top: -10px;
}

.texto, .tarjeta, .textoDerecha, .tarjetaArtista, .tarjetaGalerias
{
	color: #fff;
	display: block;
	padding: 10px;
	border: 2px solid #f0f0f0;
	height: 370px;
  	overflow: hidden;
}

.texto {
	background: #7f7f7f;
	/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}

.textoDerecha
{
	background: #e0e0e0;
	color:#7a7a7a;
}

.tarjeta{
	background: #7a7a7a;
	background-image: url(../images/tarjeta2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.tarjetaArtista{
	background: #7a7a7a;
	background-image: url(../images/artista.jpg);
	background-repeat: no-repeat;
	background-position: center;
	/* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
}

.tarjetaGalerias{
	background: #7a7a7a;
	background-image: url(../images/galerias.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#logolink
{
	display: block;
	height: 312px;
	width: 482px;
}

span.bold
{
	font-weight: bold;
}

#scrollIzquierda, #scrollDerecha 
{
	text-align: center;
	display: none;
	margin: 0px;
}

#izquierdaAbajo, #izquierdaArriba
{
	cursor: pointer;
} 

p.articulo
{
	text-align: justify;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
}	

.dropcap
{
	float: left;
	width: .7em;
	font-size: 4em;
	line-height: 83%;
	color: #333333;
}

.realzado
{
	color: #333333;
	font-size: larger;
	font-weight: bolder;
}

a.enlaceIzquierda {
	text-decoration: none;
	color: #f0f0f0;
	font-weight: bold;
	text-decoration: underline;
}

a.enlaceIzquierda:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.imgmenu{
	vertical-align: bottom;
}

#flashcontent {
	display:none;
	height: 100%;
}

#imagenes
{
	border: 1px solid #ff0000;
	position: relative;
}

#imagenesCentro
{
	position:relative; 
	top:50%; 
	height:450px; 
	margin-top:-225px;
}
/*--------------------------------------------------------
		FIN ESTILOS GLOBALES
----------------------------------------------------------*/

/*--------------------------------------------------------
		ESTILOS OCULTOS = CONTENIDOS
----------------------------------------------------------*/

#inicio, #formacion, #premios, #articulos, #hemeroteca, #contacto, #inicio_artista, #inicio_galerias, #obras {
	
	display: none;
}

#articulos_1, #articulos_2, #articulos_3, #articulos_4, #articulos_5, #articulos_6, #articulos_7, #articulos_8 {
	
	display: none;
}

#menu_artista, #menu_galerias {
	display: none;
}
/*--------------------------------------------------------
		ESTILOS OCULTOS = CONTENIDOS
----------------------------------------------------------*/



