body {
	background: url(img/fondo.gif) #FF9900 fixed center;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 10px
}
	

.borde {
	border: 1px solid #FECF42;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996600;
	text-decoration: none;
}


input, textarea {
	font-family: Verdana;
	font-size: 10px;
	border:1px solid #50252A;
	background-color: #FECF42;
}

fieldset {
	border:1px solid #FECF42;
}

legend {
	font-weight:bold;
	color: #996600;
	font-size: 11px;
}


th {
	background-color:#FFCF3E;
}

/* ids */

#cabecera {
	width:724px;
	height:106px;
	background-image:url('../img/fondocab.gif');
	margin:auto
}

#cuerpo {
	position: relative;	
	width:684px;
	background-color:#FEB700;
	margin:auto;
	min-height:260px;
	_height:260px;
	top:-2px;
	padding:20px;
}

#pie {
	position: relative;
	width:724px;
	background-image:url('../img/fondopie.gif');
	margin:auto;
	top:-2px
}

#menu {
	font-family:Arial;
	font-size: 11px;
	font-weight:bold;
	color:#fff;
}

/* clases */

.botongris {
	border: 1px solid #999;
}

.boton {
	border: 1px solid #999;
	background-color:#ccc;
	color:#000;
}

.menu {
	color:#fff;
}

.menu:link, .menu:active, .menu:visited {
	color:#fff;
}

.menu:hover {
	color:#E8D301;
}

.menu2 {
	color:#fff;
}

.menu2:link, .menu:active, .menu:visited {
	color:#fff;
}

.menu2:hover {
	color:#990000;
}

.buscador {
	width:100%;
	border:1px solid #D38F0A;
	background-color:#FFCF3E;
}
td {
	font-size: 10px;
	color: #50252A;
}
.botonamarillo {

	border: 1px solid #50252A;
}

