﻿

/*
------------------------------------------------------
SECCIONES
------------------------------------------------------
*/

.seccion
{
	padding-bottom: 1px;
	border-bottom: #a9a9a9 2px dotted;
	width: 90%;
	margin-left: 0px;
	margin-right: 5px;
}
.seccion .titulo
{
	color: #003366;
	font-size: 1.6em;
	font-weight: bold;
}

.seccion .desc
{
	
}


/*
------------------------------------------------------
SECCIONES HIJAS
------------------------------------------------------
*/
.seccionesHijas
{
	padding-top:15px;
	margin-left:45px;
	margin-right:10px;
	
}

.seccionesHijas .seccionItem
{
padding-bottom:15px;
	
}

/*
------------------------------------------------------
SECCION: ARTICULOS RELACIONADOS
------------------------------------------------------
*/

.seccionArticulos
{	
	margin-left: 0px;
	margin-right:10px;
	
}


/*
------------------------------------------------------
SECCIONES PATH
Ejemplo: Seccion1 :: Seccion2 :: Seccion3
------------------------------------------------------
*/
.seccionesPath
{	
	margin-left: 0px;
	margin-right:10px;
	
}

