/* CSS Document */
@import url(sinhtml.css);

body{ background:url(fondo_cabecera.jpg) repeat-x; font-family:"trebuchet MS"; font-size:13px;}

#primerbloque {width:100%; float:left; height:170px;}
	#primerbloque #cabecerapagina{ width:800px; margin:0px auto; height:170px;}
		#primerbloque #cabecerapagina #textosup{width:500px; height:22px;  font-size:12px; text-align:left; color:#fff; height:20px; margin-top:10px; margin-bottom:10px; float:left;}
		#primerbloque #cabecerapagina #menusup{ width:300px; height:22px;  font-size:12px; text-align:right; color:#fff; height:20px; margin-top:10px; margin-bottom:10px; float:left;}
		#primerbloque #cabecerapagina #menusup a{color:#fff;}
		#primerbloque #cabecerapagina #menusup a:hover{color:#fc0;}
		#primerbloque #cabecerapagina #logos{ width:800px; height:120px; float:left;}
			#primerbloque #cabecerapagina #logos #col1{ width:450px; height:120px; float:left;}
			#primerbloque #cabecerapagina #logos #cabecera{ width:350px; height:120px; float:left;}
#segundobloque {width:100%;float:left;}
		#segundobloque #body{ width:820px; margin:0px auto;}
			
			
			#segundobloque #body #col1{ width:200px; float:left; margin-bottom:10px; margin-right:20px;}
				#segundobloque #body #col1 ul{ list-style:none;}
					#segundobloque #body #col1 ul li{float:left;}
					#segundobloque #body #col1 ul li a{ display:block; width:180px; padding-left:20px; padding-top:5px; height:18px; color:#000; font-size:11px; font-weight:bold; border-top:1px solid #ccc; border-bottom:2px solid #666; margin-top:3px; border-left:1px solid #ccc; border-right:2px solid #666;}
					#segundobloque #body #col1 ul li a:hover {border-top:2px solid #666; border-bottom:1px solid #ccc; margin-top:3px; border-left:2px solid #666; border-right:1px solid #ccc; background-color:#eee;}
					#segundobloque #body #col1 ul li a:hover{}
			#segundobloque #body #col2{ width:600px; float:left;}
			#segundobloque #body #col2 h1 {width:590px; padding-left:10px; padding-top:5px; height:25px; font-size:16px; font-weight:bold; border-top:1px solid #ccc; border-bottom:2px solid #666; margin-top:3px; border-left:1px solid #ccc; border-right:2px solid #666; background-color:#003; color:#fff;}
			#segundobloque #body #col2 p {width:580px; padding:5px 10px 5px 10px; float:left;}
			#segundobloque #body #col2 p.comentario{	width:580px;	padding:5px 10px 5px 10px;	float:left;	font-style: italic;	color:#666;	font-size:11px;}
				#segundobloque #body #col2 #pedidoform{width:600px; float:left;}
					#segundobloque #body #col2 #pedidoform fieldset{ border:0px;}
					#segundobloque #body #col2 #pedidoform fieldset label{ width:120px; float:left; margin-top:5px; text-align:right; padding-right:5px; font-weight:bold;	color:#003;}
					#segundobloque #body #col2 #pedidoform fieldset input,textarea{ border:1px solid #333;margin-top:5px;}
					#segundobloque #body #col2 #pedidoform fieldset .boton {width:340px; padding:5px 0px 5px 0px;border:1px solid #003;margin-top:5px;}
					#segundobloque #body #col2 #pedidoform fieldset .boton:hover { font-weight:bold;}
					#segundobloque #body #col2 ul{ list-style:none;}
					#segundobloque #body #col2 ul li{ margin-left:50px;}
					#segundobloque #body #col2 ul li a{color:#000;}
					#segundobloque #body #col2 ul li a:hover{ text-decoration:underline;}

#tercerbloque {width:100%; float:left; height:85px;}
	#tercerbloque #footer{ width:800px; margin:35px auto;}
	#tercerbloque #footer p{ text-align:center; color:#000; font-size:12px;}
	#tercerbloque #footer p a{ font-weight:bold; color:#001;}
	#tercerbloque #footer p a:hover{ color:#f90;}
	#tercerbloque #pie2{	width:800px; margin:30px auto; padding-bottom:10px;}
	#tercerbloque #pie2 p{ text-align:center;}

