﻿body 
{
	background-color : #000000;
	width:900px;
	margin-left:auto;
	margin-right:auto; 
}

a
{	
	text-decoration:none;
	outline:none;
}

a:hover
{
	color: red;
}

a img {
	border: 0px;
}

/*-----------------------------------------------------------------------*/
/* CABECERA                                                              */
/*-----------------------------------------------------------------------*/
#Cabecera
{
	height: 20px;
	width:900px;
	margin:  0px;
	padding: 0px;
}

#CabeceraImagen
{
	height: 20px;
	width:700px;
	float:left;
}

/*-----------------------------------------------------------------------*/
/* CUERPO                                                                */
/*-----------------------------------------------------------------------*/
#Cuerpo
{
	height: 700px;
	width:900px;
	margin:  0px;
	float:left;
}

.CuerpoTitulo
{
	height: 20px;
	border-bottom: solid 1px #990000;
	color:#aaaaaa;
}

#CuerpoImagenIndex
{
	padding-top: 0px;
}

#CuerpoVideo
{
	padding-left:40px;
	padding-top:70px;
}

#CuerpoPieContactar
{
	padding-top: 450px;
	padding-bottom:0px;
}

#CuerpoBioImagen
{
	float: left;
	width: 250px;
	height: 650px;
	padding-top: 40px;
}

#CuerpoBioText
{
	float: left;
	padding-left: 150px;
	padding-top: 40px;
}

#CuerpoEnlaceMySpace
{
	position: absolute;
	padding-left: 700px;
	padding-top: 20px;
}

/*-----------------------------------------------------------------------*/
/* GALERIA                                                               */
/*-----------------------------------------------------------------------*/

.GaleriaPortada
{
	float:left;
	width:450px;
	height:225px;

}

/*-----------------------------------------------------------------------*/
/* MENU                                                                  */
/*-----------------------------------------------------------------------*/

#Menu
{
	height: 30px;
	width: 900px;
	float:left;
	border-top: solid 1px #990000;
	border-bottom: solid 1px #990000;
}

.ItemMenu
{
	color:#aaaaaa; 
	text-decoration: none;
	text-align:center;
	font-family:sans-serif;  
	font-style:normal;
	font-size:small;
	padding-top: 9px;
	padding-left: 45px;
	float:left;
}

/*-----------------------------------------------------------------------*/
/* PIE                                                                   */
/*-----------------------------------------------------------------------*/
#Pie
{
	height: 20px;
	width: 900px;
	float:left;
	color:#666666;
	text-decoration: none;
	text-align:center;
	font-size:small; 
	font-family:sans-serif;  
	font-style:normal;
}


/*-----------------------------------------------------------------------*/
/* TEXTOS                                                                */
/*-----------------------------------------------------------------------*/

h1
{
	color:#CCCCCC;
	font-family:sans-serif;
	font-size:large;
	font-weight:normal;	
}

h2
{
	color:#CCCCCC;
	font-family:sans-serif;
	font-size:medium;
	font-weight:normal;	
}

h3
{
	color:#999999;
	font-family:sans-serif;
	font-size:smaller;
	font-weight:normal;		
}

h4
{
	color:#AAAAAA;
	font-family:sans-serif;
	font-size:smaller;
	font-weight:normal;	
	font-style:italic;	
}



/*-----------------------------------------------------------------------*/
/* GALERIA                                                               */
/*-----------------------------------------------------------------------*/

#Galeria
{
	padding-top: 30px;
	height: 600px;
	width: 900px;
	float:left;
}

.ItemGaleria
{
	opacity: 50;
	margin-right: 10px;
	margin-left: 10px;
}

.ItemGaleria a:hover
{
	opacity:100;
}
