/* CSS Document */

/*******************************************************
General:
body, h1, form, input, select, textarea, img, fieldset,
legend, a
*******************************************************/

body { font:11px arial; color:#000; 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 #FC7B3E;; }

img { border:0px; }

fieldset { border:1px solid #ccc; }
legend { color:#923935; font-weight:bold; }

a { text-decoration:none; color:#FC7B3E; }

/*******************************************************
Identificadores:
contenedor, cabecera, franjaroja, buscador, menu,
menuinf, cuerpo, seccion, pie
*******************************************************/

#contenedor { width:750px; margin:auto;  }

	#cabecera { width:750px; height:145px;}
	#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:#fff;  margin-top:1px; }
	#menuinf { width:176px; height:75px;}	
	
	#cuerpo { float:right; width:560px; padding:1px 2px 2px 3px; text-align:justify; }
	
	#seccion { width:550px;background-image:url(/img/puntito.jpg); background-repeat:no-repeat;width:540px; border-bottom:1px dashed #FC7B3E; background-position: 3px 7px; padding: 4px 5px 4px 0px; color:#000; padding-left:20px; font-size:13px;font-weight:bold; margin-left:4px;}
	
	#contenido { width:559px; padding: 4px 5px 4px 5px; }
	
	#pie { width:539px; background:#fff; color:#000; padding-top:50px; padding-bottom:50px;padding-left:250px; font-weight;bold; background-image:url(/img/menuinf.jpg); background-repeat:no-repeat;font-weight:bold;}

/*******************************************************
Clases:
limpia, menu1, menu2, menu3, izq, drch
*******************************************************/

.limpia { clear:both; }

.menu1 { background-image:url(/img/puntito.jpg); background-repeat:no-repeat; background-position: 3px 7px;padding: 4px 5px 4px 10px; font-weight:bold; border-bottom:1px solid #fff;border-bottom:1px solid #ccc; }
.menu1 a { text-decoration:none; color:#FC7B3E; }
.menu2 { background-image:url(/img/puntito.jpg); background-repeat:no-repeat; background-position: 5px 7px; padding: 4px 5px 4px 15px; color:#923935; border-bottom:1px solid #fff; }
.menu2 a { text-decoration:none; color:#000;font-weight:bold; }




.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 #FC7B3E; text-decoration:none; font-weight:bold;color:#fff; padding:2px 5px 2px 5px; background:#FC7B3E; }
