/* 
ECHEIDE

FELIPE LORENZO
 */
/* SLIDER AND MENU */
	.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 ;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 100%;
	height: 470px;
	overflow: hidden
}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0px solid #000; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 100%; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 800px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 970px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.ssstripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			background-image: url(../images/interface/barra_servicios.png);
			width: 187px;
			font-size: 14px;
			color: #FFFFFF;
			margin: 0px;
			display: block;
			height: 31px;
			padding-top: 8px;
			padding-right: 0px;
			padding-bottom: 0px;
			padding-left: 0px;
			border-right-width: 1px;
			border-right-style: solid;
			border-right-color: #666666;

		}
		
		.stripNav li.tab1 a:link,.stripNav li.tab1 a:active,.stripNav li.tab1 a:visited { 
			background-position: left top;
		}
		.stripNav li.tab1 a:hover{ 
			background-position: left bottom; 
		}
		.stripNav li.tab5 a:link,.stripNav li.tab5 a:active,.stripNav li.tab5 a:visited {
			background-position: right top;
			border-top-width: 0px;
			border-right-width: 0px;
			border-bottom-width: 0px;
			border-left-width: 0px;
			border-top-style: none;
			border-right-style: none;
			border-bottom-style: none;
			border-left-style: none;
		}
		.stripNav li.tab5 a:hover{ 
			background-position: right bottom; 
			border-top-width: 0px;
			border-right-width: 0px;
			border-bottom-width: 0px;
			border-left-width: 0px;
			border-top-style: none;
			border-right-style: none;
			border-bottom-style: none;
			border-left-style: none;
		}
		.stripNav li.tab2 a { }
		.stripNav li.tab3 a { }
		.stripNav li.tab4 a {  }
		.stripNav li.tab5 a {  }
		
		.stripNav li a:hover {
			/* background: #333; */
			background-image: url(../images/interface/barra_servicios.png);
			width: 187px;
			font-size: 14px;
			color: #FFFFFF;
			margin: 0px;
			display: block;
			height: 31px;
			padding-top: 8px;
			padding-right: 0px;
			padding-bottom: 0px;
			padding-left: 0px;
			background-position: bottom; 
		}
		
		.stripNav li a:link.current,.stripNav li a:active.current,.stripNav li a:active.current {
			background-image: url(../images/interface/barra_servicios.png);
			background-position: center 76px;
		}
		.stripNav li.tab1 a:link.current,.stripNav li.tab1 a:active.current,.stripNav li.tab1 a:active.current {
			background-image: url(../images/interface/barra_servicios.png);
			background-position: left 76px;
		}
			.stripNav li.tab5 a:link.current,.stripNav li.tab5 a:active.current,.stripNav li.tab5 a:active.current {
	background-image: url(../images/interface/barra_servicios.png);
	background-position: right 76px;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
		
/* CSS Document */

body
{
	border-top: 5px solid #000;
	color: #333;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #9A9A9A;
}
p {
	line-height: 18px;
}
a {
	color: #EE820F;
	text-decoration: none;
}
.esconde {
	display: none;
}
.container_12
{
	/* background: #fff url(../img/12_col.gif) repeat-y; 
	margin-bottom: 20px;*/
}
#cabecera {
	background-image: url(../images/interface/fondo_cabeza.jpg);
	height: 148px;
	background-position: bottom;
}
#cabecera h1 {
	background-image: url(../images/interface/logo_echeide.png);
	background-repeat: repeat-y;
	width: 300px;
	height: 133px;
	overflow: hidden;
	background-position: center center;
}

#login {
	background-image: url(../images/interface/fondo_login.jpg);
	height: 51px;
	width: 430px;
	padding-left: 20px;
	padding-right: 10px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
}
#login input {
	width: 90px;
	color: #999999;
}
#login label {
	width: 95px;
	display: block;
	float: left;
	margin-right: 10px;
}
#login .titulo {
	float: left;
	font-weight: bold;
	width: 50px;
	text-align: center;
	margin-top: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	overflow: hidden;
	margin-right: 20px;
}
#actualidad {
	background-image: url(../images/interface/fondo_actualidad.jpg);
	/* height: 251px;*/
	background-position: top;
}
#servicios {
	background-image: url(../images/interface/fondo_servicios.jpg);
	background-position: left top;
	background-color: #808080;
	background-repeat: repeat-x;
	height: 940px;
}
#la_empresa {
	background-image: url(../images/interface/fondo_la_empresa.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #4D4D4D;
	color: #CCCCCC;
}
#la_empresa .lista li{
	list-style-type: none;
	background-image: url(../images/interface/checkbox.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 4px;
}
#mas_noticias {
	background-image: url(../images/interface/fondo_mas_noticias.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #F3F3F3;
	display: none;
}
.margen_superior {
	margin-top: 20px;
}
#web2 {
	background-image: url(../images/interface/fondo_web.jpg);
	background-color: #ED820E;
	background-repeat: repeat-x;
	background-position: top;
}
#creditos {
	color: #CCCCCC;
	text-align: center;
	background-color: #333333;
	padding-top: 15px;
}
#leer_mas {
	background-image: url(../images/interface/mas_noticias.png);
	background-position: 1px;
	display: block;
	height: 18px;
	width: 129px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
a:link#leer_mas, a:visited#leer_mas, a:active#leer_mas {
	color: #FFFFFF;
}
h2 {
	background-image: url(../images/interface/indicador_titulo.png);
	background-repeat: no-repeat;
	font-weight: normal;
	background-position: 0px 20px;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 30px;
	color: #E58031;
	padding: 14px 0px 18px 30px;
}
.falso_titulo {
	font-weight: normal;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E58031;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#actualidad h2 {
	color: #333333;
}
#web2 h2 {
	color: #FFFFFF;
}

.fecha {
	color: #333333;
	font-size: 14px;
	font-size: 16px;
	background-image: url(../images/interface/icono_noticia.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 14px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.rojo {
	color: #EE820F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.leer_mas {
	margin: 0px;
	padding: 0px;
}
#actualidad p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

ul.menu  {
	display: block;
	height: 0px;
	margin: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu li {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.menu li a {
	color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
}
#actualidad .menu li,#actualidad .menu li a  {
	color: #EE820F;
}
.foto {
	background-color: #FFFFFF;
	border: 2px solid #666666;
	padding: 10px;
}
#galeria_imagenes p,#galeria_imagenes li {
	color: #CCCCCC;
	line-height: 18px;
	margin-bottom: 4px;
}
#galeria_imagenes h3 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0px;
}
#galeria_imagenes ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h4 {
	color: #E58031;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
hr {
	background-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
}
.menu_servicios {
	height: 38px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.menu_servicios ul {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu_servicios li {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.menu_servicios  li a {
	background-image: url(../images/interface/barra_servicios.png);
	width: 187px;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	display: block;
	height: 31px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.borde_izq {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.menu_servicios  li a:link,.menu_servicios  li a:visited,.menu_servicios  li a:active {
	background-position: center top;
}
.menu_servicios  li a:hover {
	background-position: center bottom;
}
.menu_servicios  li a:link.fondo_der,.menu_servicios  li a:visited.fondo_der,.menu_servicios  li a:active.fondo_der{
	background-position: right top;
}
.menu_servicios  li a:link.fondo_izq,.menu_servicios  li a:visited.fondo_izq,.menu_servicios  li a:active.fondo_izq{
	background-position: left top;
}
.menu_servicios  li a:hover.fondo_izq {
	background-position: left bottom;
}
.menu_servicios  li a:hover.fondo_der {
	background-position: right  bottom;
}.movil {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/interface/iphone.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 14px;
	padding-left: 45px;
}
.telefono {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/interface/dial_phone.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 14px;
	padding-left: 45px;
}
.mail {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/interface/icono_mail.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 14px;
	padding-left: 45px;
}
.esquema {
}
.esquema li {
	background-image: url(../images/interface/fondo_esqeuma.png);
	background-repeat: no-repeat;
	height: 91px;
	list-style-type: none;
	text-align: center;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.esquema li.inicio {
	background-image: url(../images/interface/fondo_esqeuma_inicio.png);
	height: 42px;
	padding-top: 4px;
	background-repeat: no-repeat;
}
#galeria_imagenes .esquema .inicio h3 {
	color: #666666;
}
.esquema li.final {
	background-image: url(../images/interface/fondo_esqeuma_fin.png);
	height: 101px;
}
.esquema h4 {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
#galeria_imagenes .esquema p {
	color: #666666;
}
.cajetin_servicios {
	background-image: url(../images/interface/cajetin_servicios.png);
	height: 56px;
	width: 620px;
}
