/***********************************************************************************************
General:
body, form
***********************************************************************************************/

body { font:11px arial; background-image:url(../img/fondo.gif); margin:0px; padding:0px; }

form { margin:0px; padding:0px; }

/***********************************************************************************************
Identificadores:
contenedor
***********************************************************************************************/

#contenedor { width:760px; margin:auto; border:1px solid #fff; }

	#superior { width:760px; height:34px; background-image:url(../img/fondofecha.gif); background-repeat:repeat-x; }
	
		#favoritos { float:left; margin:10px 0 0 10px; }
		
			#favoritos a { color:#fff; text-decoration:none; }
			#favoritos a:hover { color:#00C6FF; }
			
		#fecha { float:right; margin:10px 10px 0 0; padding-right:20px; color:#fff; background-image:url(../img/iconofecha.gif); background-repeat:no-repeat; background-position:right; }
	
	#cabecera { width:760px; border-top:1px solid #FFFFFF;}
	#cabinf { width:760px; height:34px; background-color:#2d2d2d; border-top:1px solid #fff; border-bottom:1px solid #fff; }
	
		#menu { float:left; }
		
			#menu ul { margin:0px; padding:0px; }
			#menu li { float:left; list-style:none; }
			#menu a { color:#fff; text-decoration:none; display:block; padding:10px 10px 3px 10px; }
			#menu a:hover { border-bottom:6px solid #00c6ff; }
		
		#formulario { float:right; width:370px; margin:7px 10px 0 0; }
		
			#formulario input { float:left; background-color:#fff; font:11px arial; color:#a1a1a1; border:0px; padding:2px 2px 3px 25px; background-image:url(../img/iconosub.gif); background-repeat:no-repeat; }		
			#formulario a { float:right; background-image:url(../img/fondobotonsub.gif); background-repeat:repeat-x; color:#fff; text-decoration:none; border:1px solid #0087ae; padding:2px 5px 2px 5px; }
	
	#degradadosup { width:760px; height:18px; background-image:url(../img/degradadosup.gif); background-repeat:repeat-x; }
	#cuerpo { width:720px; background-color:#ffffff; padding: 0px 20px 0 20px; }
	
		#submenu { float:left; width:210px; background-image:url(../img/fondosubmenu.gif); background-repeat:repeat-y; }
		
			#submenusup { width:210px; height:5px; background-image:url(../img/fondosubmenusup.gif); background-repeat:no-repeat; }
			#submenucuerpo { width:202px; padding:0 4px 0 4px; text-align:justify; color:#666; }
			
				#submenucuerpo input { background-color:#dbdbdb; font:11px arial; color:#666; border:1px solid #b4b4b4; padding:2px 2px 3px 25px; margin-bottom:5px; }
				#submenucuerpo textarea { background-color:#dbdbdb; font:11px arial; color:#666; border:1px solid #b4b4b4; padding:2px 2px 3px 5px; margin-bottom:5px; }
				#submenucuerpo a { color:#fff; text-decoration:none; display:block; width:200px; height:17px; padding-top:5px; text-align:center; background-image:url(../img/fondoboton.gif); background-repeat:repeat-x; border:1px solid #0195c5; }				
			
			#submenuinf { width:210px; height:7px; background-image:url(../img/fondosubmenuinf.gif); background-repeat:no-repeat; background-position:bottom; }
		
		
		#contenido { float:right; width:500px; text-align:justify; }
	
	#degradadoinf { width:760px; height:18px; background-image:url(../img/degradadoinf.gif); background-repeat:repeat-x; background-position:bottom; }
	#barrita { width:760px; height:7px; background-color:#00c6ff; border-top:1px solid #fff; border-bottom:1px solid #fff; }
	#pie { width:760px; height:67px; background-image:url(../img/fondopie.gif); background-repeat:no-repeat; text-align:center; padding:10px 0 0 0; }
	
		#pie a { color:#fff; text-decoration:none; }
		#pie strong { color:#565656; }
		#pie span { color:#858585; padding:0px 10px 0 10px; }
		
		#copyright { color:#858585; margin-top:3px; }
		
			#copyright a { color:#00c6ff; }
			#copyright span { color:#00c6ff; padding:0px; }

/***********************************************************************************************
Clases:
limpia
***********************************************************************************************/

.limpia { clear:both; }

.seccion { width:500px; background-image:url(../img/lineapuntos.gif); background-repeat:repeat-x; background-position:bottom; padding-bottom:10px; margin-bottom:10px; }
.seccion2 { width:500px; margin:20px 0 10px 0; }
.barranovedades { width:490px; background-color:#00c6ff; color:#fff; padding:5px; margin-bottom:10px; }

.cabnoticia { width:500px; background-image:url(../img/lineapuntos.gif); background-repeat:repeat-x; background-position:bottom; padding-bottom:5px; margin-bottom:10px; }
.titular { float:left; background-image:url(../img/flechaazul.gif); background-repeat:no-repeat; padding-left:10px; }
.autor { float:right; color:#666; background-image:url(../img/lapiz.gif); background-repeat:no-repeat; padding-left:18px; }
.autor span { color:#00c6ff; }

.texto { color:#666; }


.titsubmenu { width:195px; height:20px; background-image:url(../img/titularsubmenu.gif); background-repeat:no-repeat; color:#fff; padding:6px 0 0 17px; margin:0 0 5px 0; }
.titsubmenu span { color:#00c6ff; }

.texto_biografia { color:#666; }

.texto_noticias { color:#666; }

.a_noticia { font-weight:bold; color:#666; text-decoration:none; display:block; background-image:url(../img/iconomas.gif); background-repeat:no-repeat; padding-left:20px; }