@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	}
	
ul li {
	list-style: none;
	}

body {
	background: #C7C7C7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #46463F;
	}

#contenedor {
	width: 987px;
	margin: 10px auto 10px auto;
	background: url(../img/bg.png);
	}
	
h2 {
	font-size: 17px;
	color: #00aeef;
}
	

/*----- Encabezado -----*/
	
	#header {
		width: 100%;
		margin: 0 auto;
		height: 200px;
		background: url(../img/header_bg.png) no-repeat;
		}
		
	#logo {
		padding-top: 40px;
		padding-left: 40px;
		float: left;
		}
		
		#logo h1 a {
			width: 177px;
			height: 114px;
			background: url(../img/davoi.gif);
			display: block;
			text-indent: -9999px;
			}
			
	#header-derecha {
		width: 650px;
		float: right;
		margin-top: 20px;
		margin-right: 40px;
		}
		
		#textos_swf {
			float: left;
			margin-top: 20px;
			margin-left: 30px;
			}
			
		#menu_encabezado {
			width: 450px;
			margin-left: 85px;
			padding-top: 25px;
			clear: both;
			}
			
		#menu_encabezado ul {
			width: 450px;
			height: 15px;
			background: url(../img/menu_bg.gif);
			}
			
			#menu_encabezado ul li {
				float: left;
				margin-right: 40px;
				}

				#menu_encabezado ul li a span {
					display: none;
					}
					
		#menu_encabezado a{
    		display: block;
    		text-decoration: none;
			}

			#menu_encabezado #quienes_somos_menu a {
				width: 111px;
				height: 15px;
				background: url(../img/quienes_somos_menu.gif);
				}
				
			#menu_encabezado #quienes_somos_menu a:hover {
				background-position: 0 -15px;
				}
				
			#menu_encabezado #servicios_menu a {
				width: 133px;
				height: 13px;
				background: url(../img/nuestros_servicios_menu.gif);
				}
				
			#menu_encabezado #servicios_menu a:hover {
				background-position: 0 -13px;
				}
				
			#menu_encabezado #contacto_menu a {
				width: 64px;
				height: 13px;
				background: url(../img/contacto_menu.gif);
				}
				
			#menu_encabezado #contacto_menu a:hover {
				background-position: 0 -13px;
				}
				
	#principal {
		width: 916px;
		margin: 0 auto;
		overflow: hidden;
		border-bottom: solid 1px #46463F;
		padding-bottom: 30px;
		}
		
		#banner_swf {
			margin-bottom: 20px;
			}
			
		#principal_izquierda {
			float: left;
			}
			
		#principal_derecha {
			float: right;
			}
			
			
		#interior_izquierda {
			width: 450px;
			margin-top: 20px;
			margin-left: 10px;
			float: left;
			}
			
					#interior_izquierda ul {
						margin-top: 20px;
						}
						
						#interior_izquierda ul li {
							font-size: 13px;
							font-weight: normal;
							margin-bottom: 10px;
							background: url(../img/cuadro.gif) left no-repeat;
							padding-left: 15px;
						}
						
						
			
		#interior_derecha {
			width: 360px;
			margin-top: 20px;
			margin-right: 10px;
			float: right;
			}
			
	#pie {
		width: 100%;
		height: 50px;
		background: url(../img/footer_bg.png) bottom no-repeat;
		overflow: hidden;
		}
		
		#menu_pie {
			float: left;
			margin-top: 15px;
			margin-left: 40px;
			}
			
		#menu_pie ul {
			width: 450px;
			height: 13px;
			background: url(../img/menu_pie_bg.gif) no-repeat;
			}
			
			#menu_pie ul li {
				float: left;
				margin-right: 20px;
				}

				#menu_pie ul li a span {
					display: none;
					}
					
		#menu_pie a{
    		display: block;
    		text-decoration: none;
			}

			#menu_pie #quienes_somos_pie a {
				width: 88px;
				height: 13px;
				background: url(../img/quienes_somos_pie.gif);
				}
				
			#menu_pie #quienes_somos_pie a:hover {
				background-position: 0 -13px;
				}
				
			#menu_pie #servicios_pie a {
				width: 106px;
				height: 11px;
				background: url(../img/nuestros_servicios_pie.gif);
				}
				
			#menu_pie #servicios_pie a:hover {
				background-position: 0 -11px;
				}
				
			#menu_pie #contacto_pie a {
				width: 49px;
				height: 11px;
				background: url(../img/contacto_pie.gif);
				}
				
			#menu_pie #contacto_pie a:hover {
				background-position: 0 -11px;
				}
		
		#derechos {
			float: right;
			margin-top: 15px;
			margin-right: 40px;
			}
		
		
			
/*----- Imagenes -----*/

.importaciones_tit {
	margin-bottom: 20px;
	}
	
.imagen_centrada {
	display: block;
	margin: 0 auto;
	}
	
.titulos_img {
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
.interior_derecha_img {
	float: left;
	}
	
	
/*----- Formulario -----*/

#commentForm { 
	width: 365px;
	margin-top: 40px;
	border: #FFF;
	}
	
#commentForm label {
	width: 150px;
	}
	
#commentForm label.error {
	color: #F00;
	margin-left: 155px;
	}
	
#commentForm input.submit {
	margin-left: 155px;
	}

form.cmxform fieldset {
	border: none;
}


.peque {
	font-size:11px;
}