/* CSS Document */

* { margin: 0; padding: 0;}

html { margin: 0; padding: 0;}


img {border:0; margin:0; padding:0;}


body { margin: 0; padding: 0; color: #CCCCCC; font-family:Arial, Helvetica, sans-serif; font-size: 70%; text-align: center; background-color: #E2007A;}
#text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	white-space: normal;
	padding: 5px;
}


#container { width: 800px; text-align: left; margin:0 auto; padding:0; background-color:white;}


#menu {
	width: 700px;
	margin: 0 auto;
	font-weight : bold; 
	font-size: 110%;
	
	text-aling: center;
	padding-left: 70px;
	padding-top: 10px;
	padding-bottom: 10px;

	}
	
#cabecera {
	width: 700px;
	margin: 0 auto;
	padding-left: 0px;
	background-color: #E2007A;
	}
		
#imagen {
	width: 700px;
	margin: 0 auto;
	}
#imagen02 {
	width: 700px;
	margin: 10px;
	}

#middle {
	width: 700px;
	margin: 0 auto;
	text-aling: left;

	font-family: helvetica, arial;
	color: #999999;
	background-color: #FFFFFF;
	}
	
#tablelinks {
	width: 630px;
	margin: 0 auto;
	text-aling: left;
	font-size: 50%;

	font-family: helvetica, arial;
	color: #999999;
	background-color: #FFFFFF;
	}
	
#linea {
	width: 700px;
	margin: 0 auto;
	padding: 0 auto;

	}
		
#textop {
	font-size: 105%;
	font-family: Arial, Helvetica, sans-serif;
	color: #E2007A;
	margin: 10px;
	} 
	
#textolink {
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 10px;
	} 
#footer {
	width: auto;
	height:30px;
	margin: 10px auto;
	font-family: helvetica, arial;
	color: #ffffff;
	font-size: 90%;

	}
	
	/* Default links 	*/

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #555;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #555;
	background: #FFFF33; 
	}

a:active {
	font-weight : bold; 
	text-decoration: none;
	color: #555;
	background: transparent;  
	}
		


#textoes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
}
#textoin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #99CC33;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
}
.derecha{
	width:150px;
	height:auto;
	background-color:#FFFF33;
	margin-top: 190px;
	margin-right: 100px;
	float:right;
	padding:5px;
}

