/*Documento CSS para www.natalianiubo.com

realizado por idominiun

www.idominiun.com
info@idominiun.com
**************************************************************************************
INFO:
Ancho de la web:950 px
Ancho de los contenidos: 900px


/*************************************************************************************
Para todo el documento 
**************************************************************************************/
* {
	margin:0px;
	padding:0px;
}
/**************************************************************************************
	BODY 
**************************************************************************************/
body {
	text-align:center;
	background:#900 url(../imagenes/bg_body.jpg) center top no-repeat;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
/*************************************************************************************
Elementos Genericos
**************************************************************************************/
a {

}

ul {
	list-style:none;
}

img {
	border:none;
}

/*********************************************************************
	CONTENEDOR
**********************************************************************/
#contenedor {
	margin:auto;
	width:1000px; /* 870 */
	height:500px; /* 570 */
}

/************************************
	CABECERA
**************************************/
#cabecera {
	margin-top:20px;
	width:210px;
	height:80px;
	float:left;
}	
/************************************
	ANIMACION FLASH
**************************************/
#movie {
	margin-top:20px;
	float:right;
	padding:5px;
	width:610px;
	height:410px;
}
/************************************
	INFO
**************************************/
#info {
	padding:20px;
	width:605px;
	height:140px;
	margin-top:100px;
	float:right;
	background:#900 url(../imagenes/bg_info.jpg) no-repeat;
}
#info p {
	margin:30px 40px 0px 60px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	line-height:17px;
}
#info a{
	color:#FF0;
	text-decoration:underline;
}
#info a:hover {
	color:#09F;
}
/*********************************************************************
	PIE
**********************************************************************/
#pie {
	width:100%;
	height:100px;
	margin:auto;
	padding:5px 10px;
	text-align:left;
}

#pie #idominiun {
	width:159px;
	height:42px;
	float:right;
}

/*********************************************************************
	EXTRAS
*********************************************************************/
.limpia {
	clear:both;
}
