
/******* CSS GENERAL ***********************************************************************/

BODY  {	
	background: #ffffff; 
	font-family: trebuchet ms, arial,helvetica;	
	font-size : 10pt;
	color : #ff9d00; /* naranja */
	height:100%; 
	margin: 0px auto;
   	overflow:auto;

}


td{color : #ff9d00; }
td.txtgris{color:#b1b1b1;}
td.etiquetasmayusculas{color:#a96c0d;font-variant: small-caps;}
td.mapa{background: url(imagenes/mapa.png) no-repeat; height:300px;}

td.lateralblanco{background: #ffffff;color:#606060;background-repeat:no-repeat;}
td.lateraliz{background: #ffffff url(n_imagenes/lat_izda.jpg);}
td.lateraldcho{background: #ffffff url(n_imagenes/lat_dcha.jpg);}

p.mayusculas{color:#a96c0d; text-transform:uppercase;}

A  {font-size : 8pt;text-decoration : none;color : #b1b1b1;}
A:Visited  {text-decoration : none;	color :#b1b1b1;}
A:Active  {text-decoration : none;	color : #b1b1b1;}
A:Hover  {text-decoration : none; color : #ff9d00;}



/******* MENU PRINCIPAL *************************************************************************/

td.menuppal{
	background-repeat:no-repeat;
}
		a {outline: none}
		
		.inicio, .internet, .audiovisuales, .clientes, .enlaces, .contactar{
			display: block;
			width: 152px;
			height: 34px;
            background: url(n_imagenes/menu_onoff.jpg) no-repeat;background-position: 0px 0px;
			text-indent: -9999px;
			border: 0px solid #ffffff;
			}
		
		a.inicio:link, a.inicio:visited, a.inicio:active {background: url(n_imagenes/menu_onoff.jpg) no-repeat;background-position: 0px 0px;}
		a.inicio:hover {background-position: -152px 0px;}
		body#INICIO a.inicio {background-position: -152px 0px}
		
		a.internet:link, a.internet:visited, a.internet:active {background: url(n_imagenes/menu_onoff.jpg) no-repeat;background-position: 0px -34px;}
		a.internet:hover {background-position: -152px -34px;}
		body#INTERNET a.internet {background-position: -152px -34px;}

		a.audiovisuales:link, a.audiovisuales:visited, a.audiovisuales:active {background: url(n_imagenes/menu_onoff.jpg) no-repeat;background-position: 0px -68px;}
		a.audiovisuales:hover {background-position: -152px -68px;}
		body#AUDIOVISUALES a.audiovisuales {background-position: -152px -68px;}

		a.clientes:link, a.clientes:visited, a.clientes:active {background: url(n_imagenes/menu_onoff.jpg) no-repeat;background-position: 0px -102px;}
		a.clientes:hover {background-position: -152px -102px;}
		body#CLIENTES a.clientes {background-position: -152px -102px;}

		a.enlaces:link, a.enlaces:visited, a.enlaces:active {background: url(n_imagenes/menu_onoff.jpg) no-repeat;background-position: 0px -132px;}
		a.enlaces:hover {background-position: -152px -132px;}
		body#ENLACES a.enlaces {background-position: -152px -132px;}

		a.contactar:link, a.contactar:visited, a.contactar:active {background: url(n_imagenes/menu_onoff.jpg) no-repeat;background-position: 0px -166px;}
		a.contactar:hover {background-position: -152px -166px;}
		body#CONTACTAR a.contactar {background-position: -152px -166px;}


/******** VIDEOS Y REPRODUCTOR  **************************************************************************************************************/

#flowplayer {
	display:block;
	width:320px;
	height:265px;
	float:left;
	border:1px solid #7a7a7a;

}


/* container for tabs and panes */
#scrollable {
	width:500px;
	margin:10px;
}

/* container for panes */
#panes {	
	top:-10px;	
	height:400px;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
}

/* single pane */
#panes div {
	width:500px;
	text-align:center;			
	font-family:verdana;
	float:left;	
}

/***** player style *******/

/* container has a background image */
a.player {	
	margin-top:40px;
	display:block;
	/*background:url(/img/player/splash.png) no-repeat;*/
	width:425px;
	height:298px;
	padding:0 50px 25px 50px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:50px;
	border:0;	
}



/******** FORMULARIO Y ELEMENTOS  **************************************************************************************************************/

SELECT, OPTION {
font-family:Trebuchet MS,verdana,arial,helvetica;
font-style:normal; 
font-weight:normal; 
font-size: 0.9em; 
color:#fbd794; 
background-color:#4b371a; 
border-width:1px; 
border-color:#734e13; 
border-style:solid

}

TEXTAREA, INPUT{
font-family:'Trebuchet MS'; 
font-style:normal; 
font-weight:normal; 
font-size: 0.9em;
color:#b1b1b1; 
background-color:#606060; 
border-width:1px; 
border-color:#b1b1b1; 
border-style:solid
}

table.form{
border-width:1px; 
border-color:#312208; 
border-style:solid;
}