body{
	background-color:#2b3335;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
}
#cabecera_contenedor{
	margin:auto;
	overflow:auto;
	height:110px;
	width:990px;
}
	#cabecera_logo{
		background:url(imgs/logotipo.png) left no-repeat;
		cursor:pointer;
		float:left;
		height:95px;
		width:250px;
	}
	#cabecera_derecha{
		float:left;
		height:36px;
		padding-top:9px;
		padding-left:258px;
		width:482px;
	}

#menu_contenedor{
	background:url(imgs/inicio/gradiente_menu.jpg) repeat-x;
	height:65px;
	padding:6px 0px 0px 0px;
}
	#menu{
		background:url(imgs/barra_menu.png) center no-repeat;
		height:53px;
		margin:auto;
		padding-left:10px;
		width:980px;
	}
	#menu div{
		cursor:pointer;
		float:left;
		height:53px;
		width:122px;
	}
		#opc1{ background:url(imgs/inicio/inicio.png) 0px 53px; }
		#opc1s{ background:url(imgs/inicio/inicio.png) 0px 0px; }
		#opc1:hover{ background:url(imgs/inicio/inicio.png) 0px 0px; }
		
		#opc2{ background:url(imgs/inicio/empresa.png) 0px 53px; }
		#opc2s{ background:url(imgs/inicio/empresa.png) 0px 0px; }
		#opc2:hover{ background:url(imgs/inicio/empresa.png) 0px 0px; }
		
		#opc3{ background:url(imgs/inicio/servicio.png) 0px 53px; }
		#opc3s{ background:url(imgs/inicio/servicio.png) 0px 0px; }
		#opc3:hover{ background:url(imgs/inicio/servicio.png) 0px 0px; }
		
		#opc4{ background:url(imgs/inicio/productos.png) 0px 53px; }
		#opc4s{ background:url(imgs/inicio/productos.png) 0px 0px; }
		#opc4:hover{ background:url(imgs/inicio/productos.png) 0px 0px; }
		
		#opc5{ background:url(imgs/inicio/sucursales.png) 0px 53px; }
		#opc5s{ background:url(imgs/inicio/sucursales.png) 0px 0px; }
		#opc5:hover{ background:url(imgs/inicio/sucursales.png) 0px 0px; }
		
		#opc6{ background:url(imgs/inicio/contacto.png) 0px 53px; }
		#opc6s{ background:url(imgs/inicio/contacto.png) 0px 0px; }
		#opc6:hover{ background:url(imgs/inicio/contacto.png) 0px 0px; }

#baner{
	margin:auto;
	width:990px;
}
#contenido_contenedor{
	margin:auto;
	padding:25px 0px 20px 0px;
	width:990px;	
}
#pie_contenedor{
	background:url(imgs/inicio/gradiente_pie_pagina.jpg) repeat-x;
	height:79px;
}



		/* ESTILO DEL FORMULARIO - ESTILO DEL FORMULARIO - ESTILO DEL FORMULARIO*/
/*               FORMULARIO               */

#estado_envio{
	color:#FF0;
	font-weight:bold;
}
.textfile{
	width:366px;
	height:20px;
	border: solid 1px #CCC;
	background-color:#FFF;
	width:462px;
}
.textarea{
	width:366px;
	height:80px;	
	border: solid 1px #CCC;
	background-color:#FFF;
	width:462px;
}
.nombre_campo{
	font-size:12px;
}
.nombre_campo2{
	font-size:12px;
	text-align:right;
}

.botonEnviar{
	background: transparent url(imgs/enviar.png) 0px 27px;
	width:462px;
	height:24px;
	border:none;
}
.botonEnviar:hover{
	background: transparent url(imgs/enviar.png) 0px 1px;
	cursor:pointer;
}
div.message{
    background: transparent url(imgs/msg_arrow.gif) no-repeat scroll left center;
    padding-left:7px;
}

div.error{
    background-color:#F3E6E6;
    border-color: #924949;
    border-style: solid solid solid none;
    border-width: 2px;
	font-size:12px;
}
		/* ESTILO DEL FORMULARIO - ESTILO DEL FORMULARIO - ESTILO DEL FORMULARIO*/








/*                                                                                                                         VISOR DE CONTENIDOS GRAL       */
/*
    AnythingSlider v1.4.4 Default (base) theme

    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/******* SET DEFAULT DIMENSIONS HERE ********/
div.anythingSlider {
	margin-left:-23px;
	height: 380px;
}

/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a {
	/*background: #777;*/
	color: #000;
}
div.anythingSlider .anythingWindow {
	/*border-top: 3px solid #777;
	border-bottom: 3px solid #777;*/
}
div.anythingSlider .start-stop {
	background-color: #040;
	color: #fff;
}
div.anythingSlider .start-stop.playing {
	background-color: #800;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #ddd;
}

/* Active State */
div.anythingSlider.activeSlider .anythingWindow {
	/*border-color: #7C9127;*/
}
div.anythingSlider.activeSlider .thumbNav a.cur, div.anythingSlider.activeSlider .thumbNav a {
	background-color: #fdcd01;
}
div.anythingSlider .start-stop {
	color: #fff;
}
div.anythingSlider .start-stop.playing {
	background-color: #d00;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #fff;
}

/**** DO NOT CHANGE BELOW THIS LINE ****/
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
	position: relative;
	padding: 0 45px 28px 45px;
}
/* anythingSlider base UL */
ul.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
ul.anythingBase li.panel {
	background: transparent;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

/* Navigation Arrows */
div.anythingSlider .arrow {
	top: 50%;
	position: absolute;
	display: block;
}
div.anythingSlider .arrow a {
	display: block;
	height: 120px;
	margin: -60px 0 0 0;
	width: 45px;
	text-align: center;
	outline: 0;
	background: url(images/arrows-default.png) no-repeat;
	text-indent: -9999px;
}
div.anythingSlider .forward { right: 0; margin-right:25px; }
div.anythingSlider .back { left: 0; margin-left:25px; }
div.anythingSlider .forward a { background-position: 0 -40px; }
div.anythingSlider .back a { background-position: -88px -40px; }
div.anythingSlider .forward a:hover, div.anythingSlider .forward a.hover { background-position: 0 -240px; }
div.anythingSlider .back a:hover, div.anythingSlider .back a.hover { background-position: -88px -240px; }

/* Navigation Links */
div.anythingSlider .anythingControls { outline: 0; }
div.anythingSlider .thumbNav { margin: 0; }
div.anythingSlider .thumbNav li { display: inline; }
div.anythingSlider .thumbNav a {
	font: 11px/18px Verdana Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background-image: url(images/cellshade.png);
	background-repeat: repeat-x;
	text-align: center;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
div.anythingSlider .thumbNav a:hover {
	background-image: none;
}

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .thumbNav a { float: right; } /* reverse order of nav links */
div.anythingSlider.rtl .thumbNav { float: left; }    /* move nav link group to left */
/* div.anythingSlider.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
	background-image: url(images/cellshade.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 2px 5px;
	width: 20px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover { background-image: none; }

.noTransitions {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}


/*                                                                                                             VISO DE CONTENIDOS TEMA           */
/* AnythingSlider v1.41 Metallic Theme
   By Rob Garrison
*/

/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider-metallic .anythingWindow {
	/*border-top: 3px solid #333;
	border-bottom: 3px solid #333;*/
}
div.anythingSlider-metallic .thumbNav a {
	border: 1px solid #000;
}
div.anythingSlider-metallic .start-stop {
	border: 1px solid #000;
}
div.anythingSlider-metallic .start-stop.playing {
	/*background-color: #300;*/
}
div.anythingSlider-metallic .start-stop:hover, div.anythingSlider-metallic .start-stop.hover {
	color: #ddd;
}

/* Active State */
div.anythingSlider-metallic.activeSlider .anythingWindow {
	/*border-color: #0355a3;*/
}
div.anythingSlider-metallic.activeSlider .thumbNav a {
	background-position: 0px 0px;
}
div.anythingSlider-metallic.activeSlider .thumbNav a:hover, div.anythingSlider-metallic.activeSlider .thumbNav a.cur {
	background-position: 0px 0px;
/*	background: #fff; */
}
div.anythingSlider-metallic.activeSlider .start-stop.playing {
	background-color: #fdcd01;
}
div.anythingSlider-metallic .start-stop:hover, div.anythingSlider-metallic .start-stop.hover {
	color: #fff;
}

/* Navigation Arrows */
div.anythingSlider-metallic .arrow {
	top: 50%;
	position: absolute;
	display: block;
	z-index: 100;
}
div.anythingSlider-metallic .arrow a {
	display: block;
	height: 47px;
	margin-top: -47px; /* half height of image */
	width: 45px;
	outline: 0;
	background: url(images/_arrows-minimalist.png) no-repeat;
	text-indent: -9999px;
}
div.anythingSlider-metallic .forward { right: 0; }
div.anythingSlider-metallic .back { left: 0; }
div.anythingSlider-metallic .forward a { background-position: right bottom; }
div.anythingSlider-metallic .back a { background-position: left bottom; }
div.anythingSlider-metallic .forward a:hover, div.anythingSlider-metallic .forward a.hover { background-position: right top; }
div.anythingSlider-metallic .back a:hover, div.anythingSlider-metallic .back a.hover { background-position: left top; }

/* Navigation Links */
div.anythingSlider-metallic .anythingControls {
	background:url(imgs/inicio/barra_baner.jpg) repeat-x;
	position: absolute;
	width: 990px;
	bottom:-13px;
	right: 23px;         /*    DEFINIR POSICION DE LOS CONTROLES      */
	z-index: 100;
	opacity: 0.90;
	filter: alpha(opacity=90);
}
div.anythingSlider-metallic .thumbNav {
	float: right;
	margin: 0;
	z-index: 100;
}
div.anythingSlider-metallic .thumbNav li {
	display: inline;
}
div.anythingSlider-metallic .thumbNav a {                                                             /*    DEFINIR LOS ICONOS CONTROLES      */
	display: inline-block;
	background: url(images/azul.png);
	height: 10px;
	width: 10px;
	margin: 1px;
	margin-right:10px;
	padding: 0;
	text-indent: -9999px;
	outline: 0;
	border:none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
div.anythingSlider-metallic .thumbNav a:hover, div.anythingSlider-metallic .thumbNav a.cur {
	background: url(images/morado.png);
}

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider-metallic.rtl .thumbNav a { float: right; } /* reverse order of nav links */
div.anythingSlider-metallic.rtl .thumbNav { float: left; }    /* move nav link group to left */
/* div.anythingSlider-metallic.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider-metallic .start-stop {
	margin: 3px;
	padding: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	position: relative;
	bottom: -1px;
	left: 0;
	z-index: 100;
	text-indent: -9999px;
	float: right;
	border:none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

/* Extra - replace defaults */
div.anythingSlider-metallic {
	padding: 0 23px;
}									