@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p, form
{
	padding: 0px;
	margin: 0px;
}

.lados_inicio {
	background-color: #FF9900;
	height: 75px;
	width: 925px;
}
.recuadro {
	border: 1px solid #FE9900;
}

.menu_inicio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 40px;
	padding-left: 285px;
}
.menu_inicio a{
	color: #FFFFFF;
	text-decoration:none;
}
.menu_inicio a:hover{
	color: #333333;
	text-decoration:underline;
}

.menu_secciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.menu_secciones a{
	color: #663300;
	text-decoration:none;
	font-weight: bold;
}
.menu_secciones a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
.linea {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

.cuerpo_lateral_izq {
	background-image: url(imagenes/secciones_fondo_izq.jpg);
	width: 225px;
}
.cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	text-align: justify;
}
.cuerpo_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	text-align: justify;
	font-weight: bold;
}
.noticias_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.experiencia_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}
.experiencia_titulo a{
	color: #FF9900;
	text-decoration: none;
}
.experiencia_titulo a:hover{
	color: #333333;
	text-decoration: none;
}



.experiencia_subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.experiencia_descripcion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
.experiencia_fondo_trabajos {
	background-color: #F4F4F4;
	padding: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.noticias_fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	color: #999999;
}
.pie_pag_texto_inicio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}
.pie_pag_texto_inicio a{
	color: #999999;
	text-decoration:none;
}
.pie_pag_texto_inicio a:hover{
	color: #999999;
}
.pie_pag_texto_inicio2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.pie_pag_texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	text-align: right;
}
.formulario_campos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF2EC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 3px;
}
.formulario_botonsubmit{
	color: #663300;
	background-color: #FFFFFF;
	font-size:10px;
	border: 1px solid #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.formulario_botonreset{
	color: #663300;
	background-color: #FFFFFF;
	font-size:10px;
	border: 1px solid #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.cabecera_texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.marco_fotos {
	border: 1px solid #999999;
}
.menu_secciones_fondo_boton_inicio {
	background-image: url(imagenes/fondo_boton_inicio.jpg);
	height: 40px;
	width: 60px;
	background-repeat: no-repeat;
	text-align: center;
}
.menu_secciones_fondo_boton_servicios {
	background-image: url(imagenes/fondo_boton_servicios.jpg);
	height: 40px;
	width: 90px;
	background-repeat: no-repeat;
	text-align: center;	
}
.menu_secciones_fondo_boton_experiencia {
	background-image: url(imagenes/fondo_boton_experiencia.jpg);
	height: 40px;
	width: 100px;
	background-repeat: no-repeat;
	text-align: center;
}
.menu_secciones_fondo_boton_clientes {
	background-image: url(imagenes/fondo_boton_clientes.jpg);
	height: 40px;
	width: 80px;
	background-repeat: no-repeat;
	text-align: center;	
}
.menu_secciones_fondo_boton_noticias {
	background-image: url(imagenes/fondo_boton_noticias.jpg);
	height: 40px;
	width: 90px;
	background-repeat: no-repeat;
	text-align: center;	
}
.menu_secciones_fondo_boton_contacto {
	background-image: url(imagenes/fondo_boton_contacto.jpg);
	height: 40px;
	width: 90px;
	background-repeat: no-repeat;
	text-align: center;	
}
.menu_secciones_fondo_boton_nosotros {
	background-image: url(imagenes/fondo_boton_nosotros.jpg);
	height: 40px;
	width: 90px;
	background-repeat: no-repeat;
	text-align: center;	
}
.menu_secciones_espacios {
	width: 8.3px;
}
.contacto_mail a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	text-decoration:none;
}
.contacto_mail a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration:none;
}

.enlaces a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	text-decoration:none;
}

.enlaces a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration:none;
}