html, body {
	margin: 0;
	padding: 0;	
}
#contenedor{	
	margin:1%;	
}
#contenedor #utilidades {
	height: 28px;
}
* html #contenedor #utilidades {
	height: 26px;
}
html>body #contenedor #utilidades {
	height: 26px;
}
#contenedor #utilidades div.boton{
	padding: 5px;
	float:left;
	border-right: 2px solid;
	font-weight: bold;
}
#contenedor #utilidades  a {
	text-decoration: none;
}
#contenedor #utilidades a:hover{
	color: #FFFFFF;
}
#contenedor #cabecera{
	background-position: left top;		
	border-bottom:0px;
	background-image: url("/commons/img/fondo_cabecera.jpg");
	background-repeat: no-repeat;
	border-top:none;
	height: 102px;
}
#contenedor #cabecera #contCabecera {	
	display:none;
}
#contenedor #migas{
	border: 1px solid;
	border-right: none;
	border-left:none;
	border-top: none;
	padding: 3px 5px;
	min-height: 15px;
	font-size: 80%;
}
* html #contenedor #migas{ 
	height: 20px;	
}
#contenedor #migas #ruta{
	float:left;
}
#contenedor #migas #ruta a{
	text-decoration: none;
}
#contenedor #migas #ruta img{
	border:0px;
	margin: 0 4px;
}
#contenedor #tContenido {
}
/* Zona del menu */
#contenedor #tContenido #columnaMenu{
	float:left;
	min-height: 500px;
	width: 18%;	
}
* html #contenedor #tContenido #columnaMenu {
	height: 500px;
}
#contenedor #tContenido #columnaMenu #zonaMenu{
	padding-bottom: 120px;
}
#contenedor #tContenido #columnaMenu div.bordeMenu{
	min-height: 500px;
}
* html #contenedor #tContenido #columnaMenu div.bordeMenu{
	height: 500px;
}
/*
#contenedor #tContenido #columnaMenu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#contenedor #tContenido #columnaMenu ul li{
	background-image: url("/commons/img/f_menu.png");
	background-repeat: repeat-x;
	background-position: right bottom;
	padding: 5px;	
	padding-left: 5px;
	font-weight: bold;	
}
#contenedor #tContenido #columnaMenu ul li a{
	background-image: url("/commons/img/f_menu-bolo.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;	
	text-decoration: none;
	display: block;	
}
#contenedor #tContenido #columnaMenu ul li span {
}
#contenedor #tContenido #columnaMenu ul li.activaMenu{
	background-image: url("/commons/img/f_menuactivo.png");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	padding-left: 4px;
	padding-top:5px;
	padding-bottom:2px;
	margin: 0px;
}
* html #contenedor #tContenido #columnaMenu ul li.activaMenu{
    height: 30px;
}
#contenedor #tContenido #columnaMenu ul li.activaMenu a {
	background-image: url("/commons/img/f_menu-bolo_selected.png");
	background-repeat: no-repeat;
	background-position: center left;
}
#contenedor #tContenido #columnaMenu ul li.activaMenu ul{
	padding: 0px;
	margin:0px;
	margin-top: 5px;
	margin-left: -4px;
}
#contenedor #tContenido #columnaMenu ul li.activaMenu ul li{
	background-image: none;
	background-repeat: repeat-x;
	background-position: right top;
	padding-left: 15px;
}
#contenedor #tContenido #columnaMenu ul li.activaMenu ul li a{
	background-image: url("/commons/img/f_menu-sbolo.png");
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: center left;
}
#contenedor #tContenido #columnaMenu ul li.catActivo {
	background-image: url("/commons/img/f_menua.png");	
	background-repeat: repeat-x;
}
#contenedor #tContenido #columnaMenu ul li.catActivo a {
	background-image: url("/commons/img/f_menu-boloo.png");
	background-repeat: no-repeat;
	background-position: top left;
}
#contenedor #tContenido #columnaMenu ul li ul li.catActivo {
	background-image: none;	
	padding-left: 15px;
}
#contenedor #tContenido #columnaMenu ul li ul li.catActivo a {
	background-image:url(/commons/img/f_menu-sbolo.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:14px;
}*/
/* Zona central */
#contenedor #tContenido #central{
	float:left;
	min-height: 500px;
	width: 82%	
}
* html #contenedor #tContenido #central{
	height: 500px;
}
#contenedor #tContenido #central div.bordeCentral {
	padding: 0.6%;
	min-height: 500px;	
}
* html #contenedor #tContenido #central div.bordeCentral{
	height: 500px;
}
#contenedor #tContenido #central #columnaIzquierda{
	width: 80%;
	float:left;
	min-height: 500px;	
}
* html #contenedor #tContenido #central #columnaIzquierda{	
	height: 500px;
}
.espacio{
	clear: both;
}
#bordeContenido{
	min-height: 500px;
}
* html #bordeContenido {
	height: 500px;
}
/* Pie de Página */
#piePagina {
	text-align:center;
	background-image: url("/commons/img/f_piepagina.png");
	background-repeat: repeat-x;
	background-position: top left;
	padding: 10px;
}

#piePagina a {
	text-decoration: none;
	font-weight: bold;	
}
#piePagina a:hover{
	text-decoration: underline;
}
#piePagina p {
	margin: 0;
	padding:0;
}
#piePagina img {
	border: 0;
	margin: 2px;
	vertical-align: center;
}
/* CAPSULAINFO */
#contenedor #tContenido #central #columnaDerecha{
	width: 20%;
	float:left;
}
#contenedor #tContenido #central #capsulaInfoCD{
	min-height: 500px;
	margin-top:10px;
}
* html #contenedor #tContenido #central #capsulaInfoCD{
	height: 500px;
}
#capsulaInfoCD  {
	margin: 1%;	
	margin-right:0;
}
#capsulaInfoCD  .caja {
	margin: 1%;	
	margin-right:0;
	padding-bottom: 10px;
}
#capsulaInfoCD .conborde {
	background-image: url("/commons/img/f_cajaindex.png");
	background-repeat: repeat-x;
	background-position: top left;
}
#capsulaInfoCD .sinborde {
	border:0;
	background:none;
}
#capsulaInfoCD .conbordecontenido .colrowlayoutContenido {
	background-image: url("/commons/img/f_cajaindex.png");
	background-repeat: repeat-x;
	background-position: top left;
}
#capsulaInfoCD  .caja .cabecera .cio {
	background-image: none;
	border: 0;
	text-align:right;
	padding: 2px;
	margin: 0;
}
#capsulaInfoCD  .nofoto .imgDiv{
	display:none;
}
#capsulaInfoCD  .mediumsize .imgDiv{
	width: 50%;
	margin: 0 auto;
}
#capsulaInfoCD  .maxsize .imgDiv{
	width: 100%;
}
#capsulaInfoCD .maxsize .bordeImgDiv {
	margin: 0 2%;	
}
#capsulaInfoCD  .caja .imgDiv img {
	border:0;
	width: 100%;
	height: auto;	
}
#capsulaInfoCD .caja h1 {
	font-size: 100%;
	margin:0 0 10px;
	padding:2px;
	padding-left: 20px;
	background-image: url("/commons/img/flecha_cajah1.png");
	background-position: top left;
	background-repeat: no-repeat;	
}
#capsulaInfoCD  .caja h1 a {
	text-decoration: none;	
}
#capsulaInfoCD  .caja h1 a:hover {
	text-decoration: underline;	
}
#capsulaInfoCD  .caja h2 {
	text-align: left;	
	padding: 0;
	margin: 2%;
}
#capsulaInfoCD  .caja h2 a {
	text-decoration: none;	
}
#capsulaInfoCD  .caja h2 a:hover {
	text-decoration: underline;	
}

#capsulaInfoCD  .conborde .capsulainfoBoxContent {
	margin: 2%;
}
#capsulaInfoCD  .sinborde .capsulainfoBoxContent {
	margin: 2%;
}
#capsulaInfoCD .capsulainfoBoxContent img {
	border: 0;	
}
#capsulaInfoCD .capsulainfoBoxContent a img {
	border: 0;	
}
#capsulaInfoCD .caja .capsulainfoBoxContent ul {
	list-style-image:url("/commons/img/bolo_texto.png");
	margin:0;
	padding:5px 15px;
}
#capsulaInfoCD .colrowlayoutBordeContenido a {
	font-weight: bold;
	text-decoration: none;	
}
#capsulaInfoCD .colrowlayoutBordeContenido a:hover {
	text-decoration: underline;	
}
#capsulaInfoCD  .caja .docDiv {
	text-align:right;
	margin:2%;	
}
#capsulaInfoCD  .caja .docDiv a img {
	border: 0;		
}

#capsulaInfoCD  .caja .docDiv img {
	margin-right: 5px;
	vertical-align: middle;		
}
#capsulaInfoCD  .caja .docDiv .textDocDiv {
	font-size: 80%;	
}
/* TEXTOS TEMPLATES FCKEDITOR */
div.fckTemplates {
	width: 100%;
	position: relative;
}
div.fckImgLeft {
	width: 25%;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
div.fckImgRight {
	width: 25%;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
div.fckImgCenter {
	width: 50%;
	margin: 10px auto;
	margin-bottom: 5px;
}
div.fckImgCenter75 {
	width: 75%;
	margin: 10px auto;
	margin-bottom: 5px;
}
div.fckImgCenter100 {
	width: 100%;
	margin: 10px auto;
	margin-bottom: 5px;
}
div.fckTemplates img {
	width: 100%;
	height: auto;
}
table.fckTableCenter {
	margin: 10px auto;
	border-collapse: collapse;
}
table.fckTableCenter caption {
	text-align:center;
	font-weight:bold;
	padding: 2px;			
}
table.fckTableCenter th {
	font-weight:bold;
	padding:4px;
}
table.fckTableCenter td {
	padding:2px;
}
/* ACCESO */
div.acceso {
	margin:0px;
	padding: 5px;
}
/* BOTON MIEMBROS */
#utilidades div.bUsuarios {
	float:right;
	padding:5px;
	font-weight: bold;
}
.bPiePagina {
	background-image: url("/commons/img/xtras/pegatina.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	min-height: 115px;
}
* html .bPiePagina {
	height: 115px;
}
.uPiePagina {
	background-image: url("/commons/img/xtras/difaquin.png");
	background-position: top left;
	background-repeat: no-repeat;
}
/* CAJA DE ERRORES DE FORMULARIO
*/
div.forms-validation-errors {
	border: 1px solid #000000;
	margin: 10px 0;
	padding: 2px; 
	font-size: 110%;
	background-color: #FFF4AF;
}
div.forms-validation-errors ul {
	margin-left: 50px;
}
div.forms-validation-errors p {
	text-align: center;
}
/* AVISO LEGAL EN FORMULARIOS */
p.ley {
	font-size:80%;
	font-style:italic;
	text-align:justify;
}
