/*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:#036 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:#036 url(../imagenes/bg_info.jpg) no-repeat;
}
#info p {
	margin:30px 0px 0px 80px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	line-height:17px;
}
#info a{
	color:#FF0;
	text-decoration:underline;
}
#info a:hover {
	color:#09F;
}
/*********************************************************************
	PIE
**********************************************************************/
#pie {
	width:100%;
	height:150px;
	margin:auto;
	padding:5px 10px;
	text-align:left;
}


#pie #menu_idominiun {
	height:80px;
	width:100%;
	display:block;
}
#pie #menu_idominiun h2 {font-size:10px;color:#39f;}
#pie #menu_idominiun ul {

}

#pie #menu_idominiun li {
	width:120px;
	padding-top:80px;
	height:20px;
	float:left;
	text-align:center;
}
	
	li.web {background:url(../imagenes/bg_web.jpg) center no-repeat;}
	li.grafico {background:url(../imagenes/bg_grafico.jpg) center no-repeat;}
	li.programacion {background:url(../imagenes/bg_programacion.jpg) center no-repeat;}
	li.seguridad {background:url(../imagenes/bg_seguridad.jpg) center no-repeat;}
	li.multimedia {background:url(../imagenes/bg_multimedia.jpg) center no-repeat;}

#pie #menu_idominiun li a {color:#fff;}
#pie #menu_idominiun li a:hover {color:#39f;}



#pie #idominiun {
	width:159px;
	height:20px;
	float:right;
}

/*********************************************************************
	EXTRAS
*********************************************************************/
.limpia {
	clear:both;
}
