/* CSS Document */

/*******************************************************
General:
body, h1, form, input, select, textarea, img, fieldset,
legend, a
*******************************************************/

body { font:11px arial; color:#666; margin:0px; padding:2px 0px 0px 0px; }

h1 { font:11px arial; color:#923935; font-weight:bold; }

form { margin:0px; padding:0px; }
input, select, textarea { font:11px arial; color:#666; border:1px solid #923935; }

img { border:0px; }

fieldset { border:1px solid #ccc; }
legend { color:#923935; font-weight:bold; }

a { text-decoration:none; }

/*******************************************************
Identificadores:
contenedor, cabecera, franjaroja, buscador, menu,
menuinf, cuerpo, seccion, pie
*******************************************************/

#contenedor { width:739px; margin:auto; border:1px solid #8B763D; }

	#cabecera { width:739px; height:118px; background-image:url(../img/cabecera.jpg); background-repeat:no-repeat; }
	#franjaroja { width:739px; height:25px; background:#923935; }
	#buscador { width:729px; background:#A6A6A6; padding: 5px; text-align:right; color:#923935; font-weight:bold; }
	#menu { float:left; width:176px; background:#ccc; border-right:1px solid #8B763D; margin-top:1px; }
	
		#menuinf { width:176px; height:75px; background-image:url(../img/menuinf.jpg); background-repeat:no-repeat;}
		
	#cuerpo { float:right; width:550px; margin:1px 2px 2px 0px; text-align:justify; }
	
		#seccion { width:540px; background:#ccc; padding: 4px 5px 4px 5px; color:#923935; font-weight:bold; }
		#contenido { width:535px; padding: 4px 5px 4px 5px; }
	
	#pie { width:739px; background:#a6a6a6; color:#fff; text-align:center; }

/*******************************************************
Clases:
limpia, menu1, menu2, menu3, izq, drch
*******************************************************/

.limpia { clear:both; }

.menu1 { width:166px; padding: 4px 5px 4px 5px; font-weight:bold; border-bottom:1px solid #fff; }
.menu1 a { text-decoration:none; color:#666; }
.menu2 { width:166px; background:#a6a6a6; padding: 4px 5px 4px 5px; color:#923935; border-bottom:1px solid #fff; }
.menu2 a { text-decoration:none; color:#923935; }
.menu3 { width:166px; background:#8d8d8d; padding: 4px 5px 4px 5px; color:#fff; border-bottom:1px solid #fff; }
.menu3 a { text-decoration:none; color:#fff; }

.izq { float:left; width:48%; text-align:center; }
.drch { float:right; width:48%; text-align:center; }

.boton { border:1px solid #923935; text-decoration:none; color:#fff; padding:2px 5px 2px 5px; background:#923935; }