@charset "utf-8";
/* CSS Document */


*{
	margin:0;
	padding:0;
}

body{
	width:955px;
	height:600px;
	margin:auto;
}

a{
	text-decoration:none;
	
}

#amarillo{
	width:228px;
	height:17px;
	background-color:#fff100;
	float:left;
}

#negro{
	width:171px;
	height:17px;
	background-color:#231f20;
	float:left;
}

#magenta{
	width:244px;
	height:17px;
	background-color:#eb008b;
	float:left;
}	

#cyan{
	width:312px;
	height:17px;
	background-color:#00adee;
	float:left;
}	

#computodo{
	width:399px;
	height:123px;
	float:left;
}

#menu{
	width:244px;
	height:123px;
	background-color:#eb008b;
	float:left;
}

#menu a, #menu a:link{
	text-decoration:none;
	color:#fab9e0;
}

#menu a:hover{
	/*font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;*/
	color:#FFF;
	
}
	

#menu ul{
	width:244px;
	height:10px;
	list-style-type:none;
	margin:0;
	padding: 15px 17px 31px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

#menu li{
	text-align:right;
	margin:5px;
	padding-right:15px;
}

#pantonera{
	width:312px;
	height:123px;
	background-image:url(imagenes/pantonera.jpg);
	float:left;
}

#boton1{
	width:228px;
	height:71px;
	float:left;
	padding:0;
	margin:0;
	border:none;
}

#boton2{
	width:171px;
	height:71px;
	float:left;
	padding:0;
	margin:0;
	border:none;
}

#boton3{
	width:244px;
	height:71px;
	float:left;
	padding:0;
	margin:0;
	border:none;
}

#boton4{
	width:312px;
	height:71px;
	float:left;
	padding:0;
	margin:0;
	border:none;
}

#seccion{
	width:399px;
	height:134px;
	float:left;
	border:0;
}

#descripcion{
	width:556px;
	height:389px;
	background-color:#eb008b;
	float:right;
}

#descripcion p{
	font:12px Georgia, "Times New Roman", Times, serif;
	padding-right:170px;
	padding-left:10px;
	padding-top:15px;
	color:#FFF;
	margin:0;
	line-height:110%;
}

#fondo{
	width:399px;
	height:255px;
	background-color:#c6e9fa;
	float:left;
}

#pie{
	width:955px;
	height:30px;
	float:left;
	background-color:#00adee;
}

#pie p{
	color:#FFF;
	font:12px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding-top:7px;
}

.titulo{
	font:18px Georgia, "Times New Roman", Times, serif;
}

#gracias{
	width:190px;
	height:60px;
	border:solid 2px;
}