﻿body{
	margin:0;
	color:#000;
	font:11px Arial, Verdana, sans-serif;
	background: #fff;
}
/**************************************
 **** ESTILOS QUE DEFINEN LA PÁGINA ***
 **************************************/
#page {
	margin:0 auto;
	overflow:hidden;
}
/**************************************
 **** ESTILOS QUE DEFINEN EL HEADER ***
 **************************************/
#header {
	display:none;
}
/******************************************
 *ESTILOS QUE DEFINEN EL CONTENT IZQUIERDO* 
 ******************************************/
#content {
	width:100%;
	overflow:hidden;
	border-bottom:0 none;
}
/* content-box */
#content .content-box{
	width:100%;
}
/**************************************
 ********** ESTILOS PARA MENÚ *********
 **************************************/
.content-box .menu{
	display:none;
}
/*****************************************
 ***** ESTILOS QUE DEFINEN EL FOOTER ***** 
 *****************************************/
#footer {
	display:none;
}
/*****************************************
 *ESTILOS QUE DEFINEN EL CONTENT DERECHO* 
 *****************************************/
#content .sidebar{
	display:none;
}
/**************************************
 ********** ESTILOS PARA MENÚ *********
 **************************************/
.content-box .menu{
	display:none;
}
/*****************************************
 ** ESTILOS PARA CONTROL DE NAVEGACIÓN ***
 *****************************************/
.breadcrumb{
	display:none;
}
/*****************************************
 ** ESTILOS CONTROL INTRODUCTION TITLE ***
 *****************************************/
.text-box{
	display:none;
}
/*****************************************
 **** ESTILOS PÁGINA DETALLE ARTÍCULO ****
 *****************************************/
/*Content-Izquierdo*/
.detalle-articulo h2{
	font-size:22px;
	margin:0;
	padding:0 0 8px 0;
	border-bottom: #AEAFB0 2px dotted;
}
.detalle-articulo .text-box-articulos {
	border-bottom: #AEAFB0 2px dotted;
	overflow:hidden;
	margin:0;
}
.detalle-articulo .text-box-articulos .date-articulos {
	font-size:10px;
	line-height:11px;
	margin:0;
	padding:10px 0;
}
.detalle-articulo .text-detalle-articulo{
	color:#666666;
	font-size:12px;
	line-height:19px;
	margin:0 0 20px;
	padding:0 0 5px 0;
	border-bottom: #AEAFB0 2px dotted;
}
.articulo-download-pdf {
	display:none;
}