@charset "utf-8";
/* CSS Document */
BODY{
	 margin: 0px 0px 0px 0px;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:12px;
	 color:#404040;
}
H1{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	 color:#990000;
}
A{
	text-decoration:none;
	color:#404040;
}
A:hover{
	text-decoration:none;
	color:#b71214;
}
.enlace{
	text-decoration:none;
	color:#404040;
}
.enlace:hover{
	text-decoration:none;
	color:#b71214;
}
#contenedor{
	position:absolute;
	width:1000px;
	min-height:550px;
	 top:50%;
	 left:50%;
	 margin-top:-275px;
	 margin-left:-500px;
	 display:table;
}
#cabecera{
	max-height:50px;
}
#cierre{
	height:70px;
	background-image:url(imagenes/cierre.png);
	background-position: center top;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:35px;
	clear:both;
}

/* INICIO */
#cuerpo{
	min-height:450px;
	width:1000px;
	background-image:url(imagenes/fondo.png);
	background-repeat:repeat-y;
	background-position:center;
	display:table;
}
#bienvenidos{
	position:absolute;
	left:70px;
	width:340px;
	margin-top:10px;
	text-align:justify;
}
#mis-canciones{
	position:absolute;
	left:435px;
	width:545px;
	margin-top:10px;
}
#mis-canciones-imagen{
	position:relative;
	float:left;	
	width:180px;
}
#mis-canciones-titular{
	position:relative;
	float:left;	
	margin-top:10px;
	width:335px;
}
mis-canciones-texto{
	width:300px;

}
#desarrollo-web{
	position:absolute;
	width:530px;
	height:260px;
	top:190px;
	left:100px;
	text-align:left;
}
#desarrollo-web-titular{
	position:relative;
	margin-top:10px;
	margin-left:130px;
	width:235px;
}
#desarrollo-web-imagen{
	position:relative;
	float:left;	
	width:197px;
	margin-top:-10px;
}
#desarrollo-web-texto{

}
#escritos{
	position:absolute;
	width:380px;
	height:230px;
	top:90px;
	left:490px;
	text-align:left;
}
#escritos-titular{
	position:relative;
	float:left;
	padding-top:60px;
	width:156px;
}
#escritos-imagen{
	position:relative;
	float:left;	
	width:197px;
	margin-left:-5px;
}
#escritos-texto{
	text-align:right;
}
/* fin PAGINA INICIO */

#dentro-desarrollo-web{
	padding-top:50px;
	padding-left:80px;
	float:left;
}
#dentro-texto{
	padding-top:10px;
	padding-left:10px;
	width:500px;
	float:left;
	text-align:justify;
}
#dentro-texto A{
	text-decoration:underline;
	color:#000;
}
#dentro-texto2{
	padding-top:10px;
	padding-left:10px;
	width:500px;
	float:left;
	text-align:justify;
}
#volver{
	text-align:right;
}

