/*--- GLOBAL --*/

body {
	background: #fff url(img/bg2.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}


#contenedor {
	margin: 0 auto;
	width: 740px;
	background: #fff url(img/dot_line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}


/*------------------------------------------------------------*
**  CABECERA
he cambiado el padding que estaba así: padding: 28px 30px;
  
**------------------------------------------------------------*/		
#cabecera {
	background:#49515C   url(img/em3.jpg) no-repeat 100% 0; 
	width: 723px;
	height: 163px;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 6px 8px;
	color: #fff
	}
	

/*------------------------------------------------------------*
**  CONTENIDO
**------------------------------------------------------------*/
#contenido{
	float: left;
	width: 550px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}

#contenido a {
	text-decoration: none;
	color: #191970;
	}	

#contenido div { background: #fff url(img/bg26_azul.gif) repeat-x; }


/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}

#sidebar div { background: #fff url(img/bg_barra_azul.gif) repeat-x; }


#sidebar a { text-decoration: none; color: #666; border-bottom: 1px dashed 	#A2AFBF; }

#sidebar a:hover { border-bottom: 1px dashed #191970; color: #191970; }


/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}

#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
  	padding: 10px;
	}	


/*------------------------------------------------------------*
**  PIE DE PÁGINA
**------------------------------------------------------------*/
#pie {
	background: #6395b6 url(img/pie.gif) no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}
	
#pie a { text-decoration: none; color: #fff; border-bottom: 1px dashed #fff; }

#pie a:hover { border-bottom: 1px dashed #191970; color: #191970; }


.bodytext a:hover{
	text-decoration:underline;
}

/*------------------------------------------------------------*
**  TABLA
**------------------------------------------------------------*/


#tabla {
	width: 400px;
	padding: 0px 0px 0px 40px;
	margin: 0;
	
	}

caption {
	padding: 0 0 5px 0;
	width: 400px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(img/tabl_cabe.jpg) no-repeat;
	}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
	}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	}


td.alt {
	background: #F5FAFA;
	color: #797268;
	}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(img/pico1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(img/pico2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	}


