/* CSS Document */

@import url(undohtml.css);
body{font-family:"Lucida Sans Unicode","Lucida Grande", sans-serif; font-size:11px;}

#barra { width:100%; float:left; height:40px;}
	#barra p{ text-align:center; padding-top:5px; color:#000;}
	#barra p a{ color:#000;}
	#barra p a:hover{ color:#fff;}

#frases {width:800px; float:left; height:20px; margin-top:5px;}
	#frases marquee{ font-size:12px; width:790px; margin-left:5px;}


#general { width:800px; margin:10px auto; }
#cabecera {float:left;width:800px; height:145px; background:url(motores_cabecera.jpg) no-repeat;}
#menu{float:left;width:800px; height:35px;}


	#menu ul{ list-style:none; margin-left:15px;}
		#menu ul li{ float:left;}
		#menu ul li a{color:#999; font-weight:bold; font-size:12px;padding:5px 15px 5px 15px;display:block;}
		#menu ul li a:hover{ text-decoration:underline;}


#contenido{float:left;width:770px; height:685px; background:url(motores_fondo.jpg) no-repeat; padding:15px 15px 15px 15px;}
	#contenido h1 { font-size:1.8em;}
	#contenido p{ font-size:1.2em;  margin:5px 0px 5px 5px; width:750px;}
		#contenido p a{ font-weight:bold; color:#06F;}
		#contenido p a:hover{ font-weight:bold; color:#000;}

	#contenido p.datatext{ font-size:1.2em; text-align:justify; margin:5px 0px 5px 5px; width:750px; text-align:center;}

		

	#contenido #formulario { float:left; width:590px; margin:10px 0px 0px 85px;}
		#contenido #formulario fieldset{ border:0px; padding:10px 10px 10px 10px; margin-top:10px;}
		#contenido #formulario fieldset label { float:left; width:100px; font-weight:bold; text-align:left; margin-right:10px; margin-top:5px;}
		#contenido #formulario fieldset input,textarea { border:1px solid #ccc;margin-top:5px;}
		#contenido #formulario fieldset .botonenviar{height:25px; width:300px; font-weight:bold; color:#000; border:none; padding:0px 25px 0px 25px; border:2px solid #9C0;}
		#contenido #formulario fieldset .botonenviar:hover{height:25px; width:300px; font-weight:bold; color:#fff; border:2px solid #000;  padding:0px 25px 0px 25px; background-color:#9c0;}


#masinfo{width:800px; float:left; margin-top:10px; margin-bottom:15px;}
	#masinfo p{width:770px; float:left; margin-top:10px; margin-left:10px; color:#000; text-align:center;}
	#masinfo p a{color:#000; font-weight:bold;}
	#masinfo p a:hover{color:#090;}
