/* ------------------------------------*/
/* << BEGIN COPY                       */
/* ------------------------------------*/

/* caption styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 13px;	
	font-family: arial;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
}
.caption-top {
   border-width: 0px 0px 2px 0px;
}
.caption-bottom {
   border-width: 2px 0px 0px 0px;
   background-color: #000;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }

.captify {
	border-right: 3px solid black;
	
}
/* ------------------------------------*/
/* END COPY >>>                        */
/* ------------------------------------*/

/* Estilo para las cabeceras de las fotos del deslizante del index */


h1.cabecera_titulo {
	font-family: Trebuchet MS,Lucida Sans Unicode,Arial,sans-serif;
	word-spacing: 2px;
	letter-spacing: 0.1em;
	font-size: 14px;
	color: #b88d19;
	height: 30px;
	background-color: #000;
	width: 100%;
}

p.cabecera_cuerpo {
	font-family: Trebuchet MS,Lucida Sans Unicode,Arial,sans-serif;
	word-spacing: 2px;
	letter-spacing: 0.1em;
	font-size: 10px;
	color: #fff;
	clear: left;
	width: 100%;
	background-color: #000;
}

