/* CSS Document */

@import url(undohtml.css);

body{font-family:"Lucida Sans Unicode","Lucida Grande", sans-serif; font-size:11px;}

#topbar { width:100%; float:left; background:url(topbar.jpg) repeat-x; height:40px;}
	#topbar p{ text-align:center; padding-top:5px; color:#000;}
	#topbar p a{ color:#000;}
	#topbar p a:hover{ color:#fff;}

#web { width:810px; margin:0px auto;}

#header {width:810px; float:left; height:160px; background:url(header.jpg) no-repeat; }


#menu {width:810px; float:left; height:25px; padding:5px 0px 5px 0px; background:url(barra_menus.jpg) no-repeat;}
	#menu ul{ list-style:none; margin-left:15px;}
		#menu ul li{ float:left;}
		#menu ul li a{color:#000; font-weight:bold; font-size:12px;padding:5px 15px 5px 15px;display:block;}
		#menu ul li a:hover{ color:#fff; background:url(fnd_menu_sel.jpg) repeat-x;}
		

#frase {width:810px; float:left; height:20px; margin-top:5px;}
	#frase marquee{ font-size:12px; width:800px; margin-left:5px;}

#cuerpo { width:810px; float:left; margin-left:5px; margin-top:15px; }

	#cuerpo #c1 {width:200px; float:left; margin-top:5px;}
	
	#cuerpo #c2 {width:600px; float:left; margin-left:10px; margin-top:5px;}
		#cuerpo #c2 h1 {font-size:18px; font-weight:bold; color:#000;}
		#cuerpo #c2 p { width:580px; color:#333; padding:5px 5px 0px 5px; text-align:justify;}
		#cuerpo #c2 p a{ font-weight:bold; color:#06F;}
		#cuerpo #c2 p a:hover{ font-weight:bold; color:#000;}
		
		#cuerpo #c2 #formulario { float:left; width:590px; margin-top:10px;}
		#cuerpo #c2 #formulario fieldset{ border:1px solid #eee; padding:10px 10px 10px 10px; margin-top:10px;}
		#cuerpo #c2 #formulario fieldset label { float:left; width:100px; font-weight:bold; text-align:left; margin-right:10px; margin-top:5px;}
		#cuerpo #c2 #formulario fieldset input,textarea { border:1px solid #ccc;margin-top:5px;}
		#cuerpo #c2 #formulario fieldset .enviar{background:url(fnd_menu_sel.jpg) repeat-x; height:25px; font-weight:bold; color:#FFF; border:none; padding:0px 25px 0px 25px;}
		#cuerpo #c2 #formulario fieldset .enviar:hover{background:url(fnd_menu_sel2.jpg) repeat-x; height:25px; font-weight:bold; color:#FFF; border:none; padding:0px 25px 0px 25px;}
#pie {width:810px; float:left; margin-top:10px; height:25px; padding:5px 0px 5px 0px; background:url(barra_menus.jpg) no-repeat;}
	#pie p{ text-align:center;padding:5px 15px 5px 15px;}
	#pie p a{color:#000;}
	#pie p a:hover{ text-decoration:underline;}

#moreinfo{width:810px; float:left; margin-top:10px; margin-bottom:15px;}
	#moreinfo p{width:780px; float:left; margin-top:10px; margin-left:10px; color:#666;}
	#moreinfo p a{color:#666; font-weight:bold;}
	#moreinfo p a:hover{color:#06f;}
	
	
