/***********************************************************************************************************************
General:
body, form, input, textarea
***********************************************************************************************************************/

body { font:11px Tahoma, arial; background-color:#4d2523; margin:0px; padding:0px; background-image:url(../img/fondo.gif); background-repeat:repeat-y; background-position:center 0px; }

form { margin:0px; padding:0px; }
input, textarea { background-color:#633d3c; font:14px Tahoma, arial; color:#856566; border:0px; margin-bottom:2px; padding:4px; }
input { width:40%; }
textarea { width:99%; }

/***********************************************************************************************************************
Identificadores:
contenedor, cuerpo, cabecera, fecha, favoritos, seccion, menu, contenido, nota, pie
***********************************************************************************************************************/

#contenedor { width:862px; margin:auto; min-height:768px; }

	#cuerpo { width:790px; margin-left:62px; }
	
		#cabecera { width:730px; padding:15px 0 9px 0; margin-left:20px; background-image:url(../img/rayas.gif); background-repeat:repeat-x; background-position:0px 35px; }
		
			#fecha { float:left; color:#4d2523; }
			#favoritos { float:right; }
			
				#favoritos a { text-decoration:none; color:#a07073; font-weight:bold; }
				
		#seccion { width:575px; padding:15px 0 4px 0; margin:135px 0 0 20px; background-image:url(../img/rayas.gif); background-repeat:repeat-x; background-position:bottom; }
		
			#seccion h1 { margin:0px; padding:0px; font:40px "Times New Roman"; font-weight:normal; color:#4d2523; }
		
		#menu { float:right; padding-top:15px; }
		
			#menu ul { margin:0px; padding:0px; }
			#menu li { text-align:right; list-style:none; margin-bottom:15px; }
			#menu a { color:#ebd2d8; text-decoration:none; font-size:14px; font-weight:bold; }
			#menu a:hover { color:#ffa200; }
		
		#contenido { width:575px; margin:20px 0 0 20px; float:left; text-align:justify; font-size:14px; color:#856566; }
		
			#contenido h2 { font-size:14px; }
			#nota { font-size:11px; }
		
		#pie { width:575px; margin:20px 0 0 20px; padding-bottom:20px; text-align:center; background-image:url(../img/fondopie.gif); background-repeat:repeat-x; color:#856566; }
	
			#pie a { text-decoration:none; font-weight:bold; color:#856566; }		

/***********************************************************************************************************************
Clases:
limpia, pieenldrc, pieenlizq, relleno, imgizq, imggal, boton
***********************************************************************************************************************/

.limpia { clear:both; }

.pieenldrc { display:block; float:left; width:112px; text-align:center; border-right:2px solid #856566; margin:5px 0 8px 0; }
.pieenlizq { display:block; float:left; width:112px; text-align:center; margin:5px 0 8px 0; }

.relleno { height:150px; }

.imgizq { float:left; margin:0 15px 10px 0; }
.imggal { float:left; width:180px; height:150px; background-color:#4d2523; margin:0 8px 8px 0; }

.boton { background-color:#ffa200; font-size:11px; color:#000; border:1px solid #a5838b; }