/* CSS Document */

/* CSS Document */
body,td {
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCFF66;
}

/* LAYOUT */



/* Surrounding table */

.around {
	width:619px;
	text-align:center;
	padding:5px 5px 5px 5px;
	background-color:#eeeeee;
	border:1px solid #6666666;
}




/* Navbar */

.nav {
	border:1px solid #676767;
	width:600px;
	text-align:center;
	height:32px;
	background-image: url("/images/navbg.gif");
	background-repeat: repeat-x;
	vertical-align:middle;
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
}



/* Main content Area */

.maincontent {
}


input,textarea{
	background-color:#000000;
	border:#000000 1px  solid ;
	/*border-top:#FF9900 1px  solid ;*/
	color:#CCFF66;
	margin:0px;
}
textarea{

	background-repeat:no-repeat;
	background-position:left;
	background-image:url(http://elmarrajo.com/images/fondo-molinos.jpg);
}



a {
	font-family:Tahoma;
	font-size:11px;
	color:#FFFF00;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	border-bottom:#FF9900 1px  solid ;
	border-top:#FF9900 1px  solid ;
	
}	
