body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
}
input, textarea{
	border:solid;
	border-width:thin;
	border-color: #000000;
}
a{
	color:#ffffff;
	text-decoration:none;
}
a:link{
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	color:#ffffff;
	text-decoration:underline;
}
a:active{
	color:#ffffff;
	text-decoration:none;
}
a:focus{
	color:#ffffff;
	text-decoration:none;
}
#contenido{
	margin:auto;
	width:800px;
}
#contenedorNota{
	margin-top: 50px;
	border-width: thin;
	border-color: #000000;
	width:800px;
	height:600px;
	background:url(../img/nota.jpg) no-repeat;
}
#contenedorMakeUp{
	margin-top: 50px;
	border-width: thin;
	border-color: #000000;
	width:800px;
	height:600px;
	background:url(../img/makeup.jpg) no-repeat;
}
#contenedorQuiensoy{
	margin-top: 50px;
	border-width: thin;
	border-color: #000000;
	width:800px;
	height:600px;
	background:url(../img/quiensoy.jpg) no-repeat;
}
#contenedorNoticias{
	margin-top: 50px;
	border-width: thin;
	border-color: #000000;
	width:800px;
	height:600px;
	background:url(../img/noticias.jpg) no-repeat;
}
#contenedorContacto{
	margin-top: 50px;
	border-width: thin;
	border-color: #000000;
	width:800px;
	height:600px;
	background:url(../img/contacto.jpg) no-repeat;
}
#cuerpo{
	margin-top: 100px;
	width:600px;
	height:400px;
	float:right;
}
#cuerpoNoticias{
	overflow:auto;
	margin-top: 120px;
	margin-right: 80px;
	width:400px;
	height:400px;
	float:right;
}
#menu{
	margin-right: 54px;
	margin-top: 43px;
	float:right;
	text-align:right;
}
#menuQuiensoy{
	margin-right: 54px;
	margin-top: 20px;
	float:right;
	text-align:right;
}
#menuGaleria{
	position:absolute;
	margin-left: 390px;
	margin-right: 54px;
	top: 555px;
	text-align:right;
	z-index:100;
}