﻿body 
{
	font-family:Verdana;
	font-size:10px;
	color:Gray;
	margin-left:0px;
	margin-top:10px;
	text-align:center;
	
	
}

body a:link, a:visited 
{
	text-decoration:none;
	color:Gray;
}


html>body #cabecera 
{
	width:800px;
	height:138px;
	background-image:url(images/galapajazz_r1_c1.jpg);
	background-repeat:no-repeat;
	float:left;
}

html>body #izquierda 
{
	width:172px;
	height:487px;
	float:left;
}

html>body #cuerpo 
{
	margin-top:0px;
	width:628px;
	height:487px;
	float:left;
	/*padding-top:20px;*/
	
}

html>body #contenedor 
{
	width:800px;
	height:650px;
	/*margin-left:300px;*/
	text-align:left;
}

.titulo 
{
	font-size:large;
	color:Gray;
	font-weight:bold;
	}
	
html>body #cuerpoentrada 
{
	background-image:url(images/galapajazz_r2_c2.jpg);
	background-repeat:no-repeat;
	width:628px;
	height:784px;
	float:left;
}

html>body #artistas 
{
	margin-top:300px;
	margin-left:20px;
	color:Gray;
	font-size:20px;
}

html>body #foto 
{
	width:200px;
	height:250px;
	float:left;
}

html>body #nombreartista 
{
	padding-left:20px;
	width:400px;
	font-size:large;
	color:Gray;
	float:left;
}

html>body #textoartista 
{
	padding-left:20px;
	width:400px;
	float:left;
}

