﻿/*-----------------------------------------------------------------------------
Estilos para todos los navegadores excepto IE6, IE7 etc...

version:   1.0
autor:     Luis Latre, Soluciones Binaria
email:     luislatretena@solucionesbinaria.com
notas:     Poner todo en minúsculas.
-----------------------------------------------------------------------------*/

/* = Comunes a todas las páginas y elementos sueltos
-----------------------------------------------------------------------------*/

a.enlace:link, a.enlace:visited, a.enlace:active 
{ 
	color: #666; 
	font-family: tahoma; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: underline; 
}

a.enlace:hover 
{ 
	color: #444; 
	font-family: tahoma; 
	font-size: 11px; 
	text-decoration: underline; 
}


/* Quitar borde alrededor de las imágenes con link */
img 
{
	border: 0px;
}
/*Esta esta igual en el FCKEditor*/
table, tr, td 
{
	font-family:tahoma;
	font-size:11px;
}

/* = (PáginaMaestra.Master)
-----------------------------------------------------------------------------*/

#web
{
	width:993px;
	margin:auto;
}
	#cabecera
	{
		background:url(../IMG/Cabecera.jpg) center top;
		height:172px;
		width:985px;
		margin-top:-12px;
	}
		#zonaBusqueda
		{
			background:url(../IMG/fondoBusqueda.gif) center top;
			height:41px;
			width:210px;
			float:right;
			position:relative;
			
		}
		#zonaBusqueda .texto
		{
			background:transparent none repeat scroll 0 0;
			border:0 solid #FFFFFF;
			color:#666666;
			cursor:text;
			height:21px;
			padding:4px 8px 0;
			width:165px;
			position:absolute;
			top:10px;
			right:40px;	
			width:167px;
			
			font-family:tahoma;
			font-size:11px;
			font-weight:normal;
			line-height:12px;
			padding-left:4px;	
		}
		#zonaBusqueda .boton
		{
			background:transparent none repeat scroll 0 0;
			border:0 solid #FFFFFF;
			cursor:pointer;
			font-size:1px;
			margin:0;
			padding:15px 12px 7px;
			position:absolute;
			top:9px;
			right:0px;	
		}
	#panelLateralIzquierda
	{
		float:left;
		width:203px;
		color:#939393;
		font-family:tahoma;
		font-size:11px;
		text-decoration:none;
	}
		#panelLateralIzquierda .fecha
		{
			padding-left:10px;
		}
		.menu
		{
			padding:0px;
			margin:0px;
			margin-top:13px;
			border-collapse:collapse;
		}
		.menu tr td.Normal
		{
			padding:0px;
			margin:0px;
			width:190px;
			background:#333333 url(../IMG/FondoMenuBlanco.gif) right center no-repeat;
			text-align:right;
			white-space:normal;			
			vertical-align:middle;
			border-top:2px solid white;
			padding-right:15px;
		}
		.menu tr td.Tamano0
		{
			height:30px;
		}
		.menu tr td.Tamano1
		{
			height:27px;
		}
		.menu tr td.Tamano1 a
		{
			color:#000000;
			cursor:pointer;
			font-family:'Verdana','Arial';
			font-size:7pt;
			font-size-adjust:none;
			font-stretch:normal;
			font-style:normal;
			font-variant:normal;
			font-weight:normal;
			line-height:normal;
			text-decoration:none;
		}
		.menu tr td.Tamano2
		{
			height:19px;
		}
		.menu tr td.Tamano2 a
		{
			color:#333333;
			cursor:pointer;
			font-family:'Verdana','Arial';
			font-size:7pt;
			font-size-adjust:none;
			font-stretch:normal;
			font-style:normal;
			font-variant:normal;
			font-weight:normal;
			line-height:normal;
			text-decoration:none;
		}
				
		.menu tr td.conSubMenues
		{
			background:#333333 url(../IMG/FondoMenuTransparente.gif) right center no-repeat;
		}
		.menu a
		{
			color:#FFFFFF;
			font-size:8pt;
			cursor:pointer;
			font-family:'Verdana','Arial';
			font-size-adjust:none;
			font-stretch:normal;
			font-style:normal;
			font-variant:normal;
			font-weight:bold;
			text-decoration:none;
			display:block;
			margin-right:20px;
		}
		.menu a:hover
		{
			color:#000;
		}
		.menu a.negrita, .menu tr td.Tamano1 a.negrita
		{
			color:#111;
			font-weight:bold;
		}
		
		#enlaces
		{
			padding:0px;
			margin:0px;
			margin-top:60px;
		}
		#enlaces li
		{
			list-style-type:none;
			padding:0px;
			margin:0px;
		}

	#contenido
	{
		width:600px;
		display:block;
		float:right;
	}
	#panelLateralDerecha
	{
		float:right;
		width:173px;
		text-align:right;
		padding-right:8px;
	}
		#panelLateralDerecha a
		{
			display:block;
		}
		#panelLateralDerecha a img
		{
			width:149px;
			margin-top:1px;
		}
	#pie
	{
		clear:both;
		margin-top:15px;
		font-family:tahoma;
		text-align:center;
		color:#3c3c3c;
		font-size:11px;
	}