/* 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:800px; margin:5px auto;}

#cabecera {width:800px; float:left; height:180px; background:url(cabeceraweb.jpg) no-repeat; }




#cuerpo { width:800px; float:left; margin-left:5px; }

	#cuerpo #c1 {width:190px; float:left; margin-top:5px;}
	#c1 #menu {width:190px; float:left;padding:5px 0px 5px 0px;}
	#c1 #menu ul{ list-style:none;}
		#c1 #menu ul li{ }
		#c1 #menu ul li a{color:#fff; font-weight:bold; font-size:12px; background:url(boton_1.jpg) no-repeat; width:180px; height:25px; display:block; padding:8px 0px 2px 0px; text-align:center; margin-top:5px;}
		#c1 #menu ul li a:hover{ color:#fff; background:url(boton_2.jpg) no-repeat;}
		#c1 #menu #banner p{ margin-top:10px;}
	
	#cuerpo #c2 {width:600px; float:left; margin-left:10px; margin-top:5px;}
		#cuerpo #c2 h1 { float:left; width:550px; padding-left:50px; height:20px; background:url(h1.jpg) no-repeat; font-size:18px; padding-top:15px; padding-bottom:15px; margin-bottom:5px;}
		#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; background:url(fnd_input.jpg) repeat-x;}
		#cuerpo #c2 #formulario fieldset textarea { border:1px solid #ccc;margin-top:5px; background:url(fnd_input_2.jpg) repeat-x;}
		#cuerpo #c2 #formulario fieldset .enviar{height:25px; font-weight:bold; color:#000;  padding:0px 25px 0px 25px; border:1px solid #eee; background-color:#FFF;}
		#cuerpo #c2 #formulario fieldset .enviar:hover{background:url(fnd_menu_sel2.jpg) repeat-x; height:25px; font-weight:bold; color:#09f; border:1px solid #09F; 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:#F60;}
	
	
