/*   

Theme Name: CSS inicial
Theme URI: http://rudeworks.com/blog/css-inicial/
Author: RUDE
Author URI: http://rudeworks.com
Version: 1.0
Description: CSS básico con arreglos y selectores pre-configurados.

*/

/*** HACKS PARA IE ***/

/* Si tienes la necesidad de aplicar algún hack para IE6 utiliza este selector: */

*html {
}

/* Si necesitas aplicarlo a IE7 utiliza este:*/

*:first-child+html {
}

/*** NEUTRALIZANDO ESTILOS: 
	elementos que queremos limpiar completamente: ***/

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #000 0px 0px 0px;/*Elimina el efecto bold en Safari*/
}

/*** NEUTRALIZANDO ESTILOS:
	elementos con margen vertical: ***/

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em 0;
}

/*** Algunos ajustes basicos: ***/

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

li, dd, blockquote {
	margin-left: 1em;
}

/*** LINKS:
	recuerda utilizar siempre la regla del LoVe-HAte ***/

a, a:link, a:visited, a:hover, a:active {
	/*
	Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:
	
	outline: 0;
	
	Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
	*/
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

img {
	border: none;
	text-decoration: none;
	/*Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga*/
}

/*** FORMULARIOS: ***/

label, button {
cursor:pointer;
}

input, select, textarea {
	font-size: 100%;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

fieldset {
	border: none;
}

/*** Algunas clases útiles: ***/

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.helvetica {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
body {
	background-color: #dbd7d2;
}
#cabeza_fondo {
	background-image: url(../images/cabeza_fondo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 133px;
	width: 100%;

}
#cabeza_imagen {
	background-image: url(../images/cabeza.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 130px;
	width: 774px;
	margin: 0 auto;
	font-family: "Arial Black", Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #ff9800;
	text-align: right;
	text-transform: uppercase;
	padding-top: 30px;
}
#cabeza_imagen p{
	padding-right: 13px;
	margin-top: -4px;

}
#cabeza_imagen img {
	margin-left: 7px;
}
#cabeza_imagen a:link {
	color: #ff9800;
	text-decoration: none;

}
#cabeza_imagen a:visited {
	color: #ff9800;
	text-decoration: none;

}
#cabeza_imagen a:hover{
	color: #003d7a;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003d7a;
}
#franja_marron {
	height: 5px;
	width: 773px;
	margin: 0 auto;
	margin-top: 0px;
	*margin-top: 2px !important;
	*margin-top: -2px;
	border-bottom: 5px solid #a69172;
}
#contenedor {
	height: auto;
	width: 795px;
	margin-top: 10px;
	*margin-top: 10px !important;
	*margin-top: -30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu_fondo {
	margin: 0 auto;
	width: 773px;
	*width: 773px !important;
	*width: 120px;
	background-color: #a1afb9;
	height: 181px;
	*height: 181px;
	background-image: url(../images/menu_fondo_borde.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	z-index: 1;
	float: left;
	*overflow: inherit;
	*margin-bottom: -0px !important;
	*margin-bottom: -25px;
	*margin-left: 8px;
	
}
#index_foto {
	position: relative;
	z-index: 2;
	float: right;
	*float: right !important;
	*float: right;
	top: -190px;
	*top: -190px !important;
	*top: 1px;
	*width: auto !important;
	*width: 480px;
	*margin-right: 0px; !important;
	*margin-left: -10px;
	*margin-bottom: 0px !important;
	*margin-bottom: 191px;

}
#foto {
	position: relative;
	z-index: 2;
	float: right;
	*float: right !important;
	*float: right;
	top: -190px;
	*top: -190px !important;
	*top: -165px;
	*width: auto !important;
	*width: 480px;
	*margin-right: 0px; !important;
	*margin-left: -10px;
}
#foto_conf {
	position: relative;
	z-index: 2;
	float: right;
	top: -190px;
	*top: -210px !important;
	*top: -240px;
	*width: auto !important;
	*width: 480px;
	*margin-right: 0px; !important;
	*margin-left: -10px;
	*margin-top: 10px;
}
#franja_azul {
	margin: 0 auto;
	height: 210px;
	*height: 5px !important;
	*height: 2px;
	width: 773px;
	*margin-top: -180px !important;
	*margin-top: -200px;
	border-bottom: 5px solid #414b56;
	background-color: #DBD7D2;
 
	
}
#contenido {
	width: 795px;
	position: relative;
	top: -200px;
	*top: 0px !important;
	*top: -0px ;
	background-image: url(../images/cotenido_fondo_sombra.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	clear: both;
	min-height: 200px;
}
#contenido_conf {
	width: 795px;
	position: relative;
	top: -200px;
	*top: -50px !important;
	*top: -80px;
	*margin-top: -00px ;
	background-image: url(../images/cotenido_fondo_sombra.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	clear: both;
	min-height: 200px;
}
#contenido_uk {
	width: 795px;
	position: relative;
	top: -200px;
	*top: 0px !important;
	*top: -0px ;
	background-image: url(../images/cotenido_fondo_sombra.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	clear: both;
	min-height: 200px;
	background-color: #FFFFFF;
}
#contenido_index {
	width: 795px;
	position: relative;
	top: -175px;
	*top: 0px;
	background-image: url(../images/cotenido_fondo_sombra.jpg);
	background-repeat: repeat-y;
	clear: both;
	height: 200px;

}
.contenido_titulo {
	background-image: url(../images/contenido_titulo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 63px;
	width: 100%;
	padding-top: 30px;
	*padding-top: 0px;
	padding-left: 45px;
	display: block;
	margin-bottom: -50px;
	clear: both;

}
.modulo_titulo_servicios {
	width: 221px;
	position: relative;
	z-index: 10;
	float: left;
	padding-top: 10px;
	*padding-top: 40px;
	height: 45px;

}
.modulo_titulo_servicios .franja {
	background-color: #FF9900;
	width: 1px;
	height: 55px; 
	float: right;
	margin-top: -35px;
}


.modulo_titulo_contacta {
	width: 100px;
	position: relative;
	z-index: 10;
	float: left;
	margin-top: 10px;
	*margin-top: 43px;
	margin-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9900;
	padding-right: 128px;
	height: 55px;
}
.modulo_titulo_contacta_ingles {
	width: 100px;
	position: relative;
	z-index: 10;
	float: left;
	margin-top: 10px;
	*margin-top: 40px;
	margin-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9900;
	padding-right: 128px;
	height: 55px;
}
.modulo_titulo_trabajos {
	margin-left: 30px;
	position: relative;
	z-index: 10;
	margin-top: 10px;
	*margin-top: 42px;
	float: left;

}

.contenido_modulo_001 {
	background-image: url(../images/contenido_modulo_001_fondo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 255px;
	float: left;
	position:absolute;
	z-index: 5;
	margin-left: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9900;
	padding-top:0px;
	*padding-top: 30px;
	padding-bottom: 5px;
	filter:alpha(opacity=80);
	opacity: 0;
	-moz-opacity:1;
}

.contenido_modulo_002 {
	background-image: url(../images/contenido_modulo_002_fondo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 258px;
	height: auto;
	float: left;
	position: relative;
	padding-top:0px;
	*padding-top: 30px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9900;
	filter:alpha(opacity=80);
	opacity: 0;
	-moz-opacity:1;
}
.contenido_modulo_003 {
	background-image: url(../images/contenido_modulo_003_fondo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: auto;
	width: 257px;
	position: relative;
	left: 526px;
	padding-top:0px;
	*padding-top: 30px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9900;
	filter:alpha(opacity=80);
	opacity: 0;
	-moz-opacity:1;
}
.contenido_modulos {
	position: absolute;
	z-index: 200;
	min-height:50px;
	*height: auto;
	width: 100%;
	display: block;
	clear: both;
	margin-top: 30px;
	*margin-top: 30px !important;
	*margin-top: 20px;
	font-weight: bold;
	margin-left: -1px;
}
.contenido_modulos li {
	font-weight: bold;
}
#contenido_pie {
	background-image: url(../images/contenido_pie_fondo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 5;
	height: 62px;
	width: 795px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	margin:0 auto;
	margin-top: 0px;
	padding: 0px;
	clear: both;
	
}
#contenido_pie_index {
	background-image: url(../images/contenido_pie_fondo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 5;
	height: 62px;
	width: 795px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	margin:0 auto;
	margin-top: 100px;
	*margin-top: 130px !important;
	*margin-top: 100px;
	padding: 0px;
	clear: both;
	
}
.parrafo_pie {
position: relative;
padding: 15px;

}

#pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0052a5;
	text-align: center;
	margin-right: auto;
	position: absolute;
	z-index: -3;
	margin-top: -130px;
	*margin-top: 0px;
	clear: both;
	display: block;
	margin-left: 170px;
	margin-right: auto;

}
#pie_index {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0052a5;
	text-align: center;
	clear: both;
	margin-right: auto;
	*margin-top: 30px;
	position: relative;
	z-index: -3;
	top: -50px;
	*top: 0px;
	margin-top: -190px;
	*margin-top: 20px;

}
#pie_conf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0052a5;
	text-align: center;
	margin-right: auto;
	position: absolute;
	z-index: -3;
	margin-top: -130px;
	*margin-top: 10px;
	clear: both;
	display: block;
	margin-left: 170px;
	margin-right: auto;

}
#idiomas {
	position: relative;
	text-align: right;
	top: -30px;
	*top: -26px;
	font-size:10px;
	font-weight: bold;
	color: #003d7a;
	text-transform: uppercase;
	width: 800px;
	margin: 0 auto;
	padding-right: 30px;
}
#idiomas a:link {
	color: #003d7a; 
	text-decoration: underline;
	padding-left: 3px;
	padding-right: 3px;
}
#idiomas a:visited {
	color: #003d7a; 
	text-decoration: underline;
		padding-left: 3px;
			padding-right: 3px;
}
#idiomas a:hover {
	color: #d88100; 
	text-decoration: none;
	padding-left: 3px;
		padding-right: 3px;
}


#franja_naranja {
	height: 5px;
	width: 774px;
	border-top: 5px solid  #d88100;
	margin: 0 auto;
	clear: both;
	display: block;
	position: relative;
	z-index: 10;
	margin-top: 0px;
	margin-left: 10px;
	*margin-bottom: -5px !important;
	*margin-bottom: -12px;
}
#franja_naranja_index {
	height: 5px;
	width: 773px;
	margin: 0 auto;
	clear: both;
	display: block;
	position: absolute;
	z-index: 7;
	margin-top: 47px;
	*margin-top: 80px !important;
	*margin-top: 37px;
	margin-left: 10px;
	border-bottom: 5px solid #d88100;
}

.franja_naranja_peq_interior {
	height: 1px;
	margin-left: 10px; 
	width: 320px;
	position: relative;
	top: 5px;
	margin-left: -30px;
	border-top: 1px solid #d88100;

}
.franja_naranja_peq_confidencial {
	height: 1px;
	background-color: #d88100;
	margin-left: 10px; 
	width: 300px;
	position: relative;
	top: -260px;
	margin-left: -30px;

}
.pie_titulo {
	font-size: 10px;
	font-weight: bold;
}
#flecha_home {
	position: relative;
	z-index: 2;
	height: 207px;
	width: 58px;
	top: -333px;
	left: -100px;
	left: 10px;

}
.flecha_home_interior_conf {
	position: relative;
	z-index: 2;
	height: 207px;
	width: 58px;
	top: -333px;
	*top: -383px;
	left: -100px;
	left: 10px;
}
#flecha_home p {
	font-family:"Arial Black", Arial, Helvetica;
	font-size: 12px;
	color: #da8302;
		position: relative;
		top: -35px;
		left: 8px;
}
#flecha_home a:link {
color: #da8302;
}
#flecha_home a:visited {
color: #da8302;
}
#flecha_home a:hover {
	color: #003d7a;
	text-decoration: underline;
}
#flecha_home_interior {
	position: relative;
	z-index: 2;
	height: 185px;
	width: 58px;
	top: -355px;
	*top: -360px !important;
	*top: -330px;
	left: 25px;
	*left: 20px!important;
	*left: 30px;
	float: left;

}
#flecha_home_interior_conf {
	position: relative;
	z-index: 2;
	height: 185px;
	width: 58px;
	top: -355px;
	*top: -355px !important;
	*top: -415px;
	left: 25px;
	float: left;

}
#flecha_home_interior_conf p {
	font-family:"Arial Black", Arial, Helvetica;
	font-size: 12px;
	color: #da8302;
		position: relative;
		top: -35px;
		left: 8px;
}
#flecha_home_interior_conf a:link {
color: #da8302;
}
#flecha_home_interior_conf a:visited {
color: #da8302;
}
#flecha_home_interior_conf a:hover {
	color: #0052a5;
	text-decoration: underline;
}
#flecha_home_interior p {
	font-family:"Arial Black", Arial, Helvetica;
	font-size: 12px;
	color: #da8302;
		position: relative;
		top: -35px;
		left: 8px;
}
#flecha_home_interior a:link {
color: #da8302;
}
#flecha_home_interior a:visited {
color: #da8302;
}
#flecha_home_interior a:hover {
	color: #0052a5;
	text-decoration: underline;
}
.enlace_index {
	*width: 200px;
	float: left;
	padding-top: 35px;
	padding-left:3px;
	
}
.contenido_modulos li{
	list-style-type: none;
	margin-top: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 40px;
}
.contenido_modulos a:link {
	color: #000000;
	text-decoration: none;

	
	
}
.contenido_modulos a:visited {
	color: #000000;
	text-decoration: none;
}
.contenido_modulos a:hover {
	color: #003d7a;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003d7a;
	padding-bottom: 2px;

	
}
.parrafo_pie a:link {
	color: #000000;
	text-decoration: none;

	
	
}
.parrafo_pie a:visited {
	color: #000000;
	text-decoration: none;
}
.parrafo_pie a:hover {
	color: #003d7a;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003d7a;
	padding-bottom: 2px;

	
}
.enlaces_titulo {
	padding-top: 40px;
	margin-left: 3px;
	margin-bottom: -10px;
	position: relative;
	z-index: 100;
	min-width: 100px;
	width: 215px;
	*width: auto;
	*width: 220px!important;
	left: -140px;
	float: left;
	/*top: -120px;
	*top: -60px !important;
	*top: -90px;*/
	bottom: 20px;
	left: 200px;
}
.enlaces_titulo_confi {
	padding-top: 0px;
	margin-left: 3px;
	margin-bottom: -10px;
	position: relative;
	z-index: 100;
	min-width: 100px;
	width: 215px;
	*width: 215px;
	left: -140px;
	float: left;
	bottom: 45px;
	left: 200px;
}
.enlaces_titulo_quienes {
	padding-top: 20px;
	margin-left: 3px;
	margin-bottom: -10px;
	position: relative;
	z-index: 4;
	width: 150px;
	left: 200px;
	float: left;
	top: -160px;
	*top: -35px !important;
	*top: -55px;

}

.enlaces_titulo img {
	float: left;
	margin-top: 10px;
	*margin-top: -30px;
}
.enlaces_titulo_confi img {
	float: left;
	margin-top: 10px;
	*margin-top: -20px!important;
	*margin-top: -18px;
}
.enlaces_titulo_quienes img {
	float: left;
	vertical-align:baseline;
	margin-top: 10px;
	*margin-top:-19px;
}
.enlaces_general {
	margin-left: 30px;
	*margin-left: 30px !important;
	*margin-left: 0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: 10px;
	position: relative;
	*top: 20px!important;
	z-index: 1;
	width: 773px;
	*margin-bottom: -32px;
}
.enlaces_general_confi {
	margin-left: 30px;
	*margin-left: 30px !important;
	*margin-left: 0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: 30px;
	position: relative;
	z-index: 1;
	width: 773px;
	margin-bottom: 100px;
	*float: left;
	*margin-bottom: 15px;
}
.enlaces_general ul {

}
.enlaces_titulo p {
	font-family: "Arial Black", Arial, Helvetica;
	font-size: 14px;
	color: #F7F7F8 ; /*#d88100 #414b56*/
	background-color:#d88100;	
	margin-left: 10px;
	margin-top:10px;
	padding-left: 5px;
	padding-right: 5px;
	*position: relative;
	*top: -30px !important;
	*top: -29px;
	*left: 4px;
}
.enlaces_titulo_confi p {
	font-family: "Arial Black", Arial, Helvetica;
	font-size: 14px;
	color: #F7F7F8 ; /*#d88100 #414b56*/
	background-color:#d88100;	
	margin-left: 10px;
	margin-top:10px;
	margin-bottom: 30px;	
	padding-left: 5px;
	padding-right: 5px;
	*position: relative;
	*top: -30px !important;
	*top: -29px;
	*left: 4px;
}
.enlaces_titulo_quienes p {
	font-family: "Arial Black", Arial, Helvetica;
	font-size: 14px;
	color: #F7F7F8 ; /*#d88100 #414b56*/
	background-color:#d88100;	
	margin-left: 10px;
	margin-top: 10px;
	*margin-top: -19px;
	padding-left: 5px;
	padding-right: 5px;
}
.enlaces_general li{
	list-style-type: none;
	padding-top: 5px;
	width: 300px;
	
}

.enlaces_general a:link {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d88100;
	display: block;
}
.enlaces_general a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d88100;
	display: block;
}
.enlaces_general a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A1AFB9;
	display: block;
}
.enlaces_general_confi li{
	list-style-type: none;
	padding-top: 5px;
	width: 300px;
	
}

.enlaces_general_confi a:link {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d88100;
	display: block;
}
.enlaces_general_confi a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d88100;
	display: block;
}
.enlaces_general_confi a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A1AFB9;
	display: block;
}
.titulos_contenido_interior {
	margin-left: 00px;
	diplay: block;
	clear: both;
	
}


.titulos_contenido_interior img {
	margin-top: 30px;
}
.contenido_texto_conf {
	margin-top: 70px;
	margin-left: 266px;
	*margin-left: 266px!important;
	*margin-left: 266px;
	margin-bottom: 0px;
	width: 450px;
	line-height: 150%;
	*height: auto !important;
	*height: 250px;
	min-height: 250px;
	text-align:justify;
	border-left: 1px solid #d88100;
	padding-left: 20px;
	padding-bottom: 10px;
	*position: relative;
	*top: 0px!important;
	*top: -250px;
	
}
.contenido_texto {
	margin-top: 70px;
	margin-left: 266px;
	margin-bottom: 0px;
	width: 450px;
	line-height: 150%;
	*height: auto !important;
	*height: 250px;
	min-height: 250px;
	text-align:justify;
	border-left: 1px solid #d88100;
	padding-left: 20px;
	padding-bottom: 10px;
}
.contenido_texto p {
	text-indent: 20px;
}
.contenido_texto h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d88100;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d88100;
	clear: both;	
}
.contenido_texto h2 {
	font-size: 14px;
	font-weight:bold;
	color: #0052a5;
	text-align:left;
}
.contenido_texto li {
	list-style-type: none;
	margin-left: 50px;
	margin-top: 5px;
	list-style-position: outside;
	list-style-image: url(../images/ico_li.gif);
	position: relative;
	top: -3px;
}

.contenido_texto li a:link, .contenido_texto li a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d88100;
	display: block;
}	
.contenido_texto li a:hover  {
		color: #FF9900;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A1AFB9;
	display: block;
}
.formulario-campo {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #d88100;
	border-bottom-color: #d88100;
	font-size: 12px;
}

.formulario-titulo {
	text-align:right;
	color: #d88100;
	font-weight: bold;
}

.formulario{
	margin-bottom: 20px;
}
.formulario-boton {
	background-color:#FF9933;
	padding: 1px;
}
.fondo_degrade {
	background-image: url(../images/cotenido_texto_fondo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 11px;
	margin-right: 11px;
	
}
.menu_servicios {
	float: left;
	*float: right;
	margin-top: 20px;
	position: relative;
	*right: 700px !important;
	*right: 570px;
	width: 100px;
}
.texto {
	float: left;
}
.menu_servicios li {
	list-style-type: none;
	margin-top: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d88100;
	width: 220px;
	display: block;
	

}
.menu_servicios a:link {
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d88100;
	width: 220px;
	display: block;
}
.menu_servicios a:visited {
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d88100;
	width: 220px;
	display: block;
}
.menu_servicios a:hover {
	text-decoration: none;
	color: #d88100;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
	width: 220px;
	display: block;
}
#bloque0 {
	position: absolute;
	z-index: 200;
	margin-top: 0px;
	*margin-top: 33px;
	margin-left: -0px;
}
#bloque1 {
	position: absolute;
	z-index: 200;
	margin-left: 267px;
	margin-top: 0px;
	*margin-top: 35px;
}
#bloque2 {
	position: absolute;
	z-index: 200;
	margin-top: 0px;
	*margin-top: 30px;
	margin-left: -0px;
}
#ver_off_bloque0 {
	margin-top: 20px;
	margin-right: 5px;
}
#ver_off_bloque1 {
	margin-top: -10px;
	margin-right: 5px;
}
#ver_off_bloque2 {
	margin-top: 20px;
	margin-right: 5px;
}
.paginador {
	text-align: right;
	margin-top: 30px;

}
.paginador a:link, .paginador a:visited {
	color: #000000;
}
.paginador a:hover {
	text-decoration: underline;
}
.a_pagina  {
	border: 1px solid #000000;
	color: #000000;
	padding: 1px;
}
.pagina_actual {
	float: left;
	margin-top: 20px;
}
.cont_para_ie6 {
	*position: relative;
	*top: 0px !important;
	*top: -135px;
}
.fotos_equipo {
	float: left;
	margin: 5px;
}

