/* CSS Document */
html, body { height:100%; }
body{
	margin:0 auto;
	padding:0;
	color: #BFBF9D;	
	text-align:center;
	font-size: 	11px;
	line-height:normal;
	font-family:  Verdana, Arial, Helvetica, sans-serif;	
	background-color: #020202;
}

/*Enlaces del sitio*/
#footer a, #linkbar a {	color:#fff;	text-decoration:none;}
#footer a:hover, #linkbar a:hover {color:#BFBF9D;}
a {	color:#688713;	text-decoration:none;}
a:hover {color:#000;}

/*TITULOS del sitio*/
h1 {color:#688713; display:block; font-size:26px;}
h2 {
	color:#688713; 
	display:block; 
	font-size:22px;
	line-height:90%;
	/*font-variant:small-caps;*/
	margin:5px 0;
	padding:5px 0;
	border-bottom:1px dotted #BFBF9D;	
}

h3 {color:#688713; display:block; font-size:16px; font-variant:small-caps; padding:5px 0; }
h4 {color:#000; display:block; font-size:16px; margin: 5px 0; font-variant:small-caps;}
h5 {color:#fff; display:block; font-size:12px; font-variant:small-caps;}
/*etiquetas html*/
sup{
	font-weight:bold;
	font-size:70%;
}
blockquote{ padding:0 40px;}
/*clases para color de textos*/
.crema{color:#BFBF9D;}
.verde{color:#688713;}
.amarillo{color:#FFF799;}

/* Div principales de estructura id---------------------------------------------------------------------------------------*/
#wrapper
{
	margin:auto;
	height: auto;
	width: 970px;
}
#topBg{ background-color:#c10418; margin-bottom:5px;}
#linkbar {
	margin:0 15px;
	height:45px;
	text-align: right;
}
/*#linkbar {
	margin:8px 15px;
	text-align: right;
}*/
#linkbar #enlaces{
	width:400px;
	margin-top:20px;
	text-align: right;
	float:right;
}
#linkbar #logo{
	width:38px;
	margin-top:4px;
	float:left;
}
#linkbar #logo a{
	width:38px;
	height:38px;
	display:block;
	background:transparent url(../images/logo-mini.png) no-repeat 0 0;
}
#linkbar #logo a span{
	display:none;
}
#linkbar #expo{
	float:left;
	color:#fff;
	margin-top:5px;
	padding-left:70px;
}
#linkbar #expo a{
	color:#fff;
	font-size:15px;
}
#linkbar #expo a strong{
	font-size:18px;
}
#cabecera{
	width:970px;
	/*border-top:#EF2F72 1px solid;*/
}

h1#titulo span {
	display:none;
	
}
h1#titulo a{
	width:450px;
	height:340px;
	display:block;
	background:transparent url(../images/titulo.png) no-repeat 0 50%;
}
#logos{
	overflow:hidden;
	width:270px;
	height:105px;
}
#logos span{
	display:none;
}
p#logoBice, p#logoBanrep{
	margin:0;
	padding:0;
}
p#logoBice a{
	display:block;	
	width:182px;	
	height:98px;
	float:left;
	background:transparent url(../images/logo-bice.png) no-repeat 0 50%;
}
p#logoBanrep a{
	display:block;
	width:85px;	
	height:98px;
	float:right;
	background:transparent url(../images/logo-banrep.png) no-repeat 0 50%;
}
#contenido
{
	width: 970px;
	text-align: left;
	overflow:hidden;
	border-bottom:1px dotted #BFBF9D;	
}
.bghome
{
	background:#000 url(../images/bg_home.jpg) no-repeat right bottom;
}
.bguno
{
	background:#000 url(../images/bg_01.jpg) no-repeat right bottom;
}
.bgdos
{
	background:#000 url(../images/bg_02.jpg) no-repeat right bottom;
}

#footer{
	width: 970px;
	margin:0;
	height: 85px;
	padding-top: 10px;
	font-size: 10px;
	line-height: 12px;
	position: relative;
}
/*MENU************************************************************************************************************************************/
#menu{	
	text-align:left;
	width:270px;
	margin:15px 0;
}
#menu dt.topcurva{
	margin-top:5px;
	padding-top:6px;
	background:#fff url(../images/menu-top.jpg) no-repeat top left;
}
#menu dd.bottomcurva{
	margin-bottom:5px;
	padding-bottom:6px;
	background:#fff url(../images/menu-bottom.jpg) no-repeat bottom left;
}
#menu dt a{
	display:block;
	font-style:italic;
	font-size:12px;
	padding:5px;
	border-bottom:1px dotted #BFBF9D;	
}
#menu dt.topcurva a:hover, #menu dt.topcurva a:hover strong,
#menu dt.topcurva a:hover strong em, #menu dt.topcurva a:hover em,
#menu dt a.activo:hover strong{
	color:#000;	
}
#menu dt a:hover, #menu dt a:hover strong em,
#menu dt a:hover strong, #menu dt a:hover em{
	color:#fff;	
}
#menu dt .activo{
	background-color:#FFF;
	color:#000;	
}
#menu dt a strong{
	color:#688713;
	display:block;
	padding:3px;
	margin:1px 0;
	font-variant:small-caps;
	font-style:normal;
	font-size:16px;
	
}
#menu dt a strong span{
	font-size:14px;	
}
#menu dt a strong em{
	font-size:11px;
	color:#688713;
}
#menu dt a em{
	color:#BFBF9D;
	font-size:11px;
}


/* Submenu-------------------*/
#menu dd a{
	display:block;
	font-variant:small-caps;
	padding:5px 5px 5px 15px;
}

#menu dd a:hover, #menu dd .activo{
	background-color:#FFF;
	color:#000;
}
/* Info------------------*/
p.index{padding:0 0 0 30px; margin:0;}
h5.index{padding-left:30px; margin:0;}
/* Contenidos columnas---------------------------------------------------------------------------------------*/
#colLeft{
	width:270px;
	float:left;
}

#colRight{
	width:700px;
	float:right;
	margin:0;
}
#colRight p
{
	margin:10px;
	line-height:normal;
}

#colRight .inner{
	padding:20px 190px 0 20px;
	margin:0;
}
.bguno #colRight .inner h2 {
	margin:20px 0 0 40px;
}
#colRight .inner h2 {
	color:#fff; 
	display:block;
	margin:100px 0 0 40px;
	font-size:50px;
	line-height:90%;
	border:none;
	font-family: Garamond, "Times New Roman", serif;
}
#colRight .inner h3 {
	color:#fff; 
	display:block;
	margin: 5px 10px 5px 40px;
	padding:0;
	font-size:30px;
	font-variant: normal;
	font-family:Garamond, "Times New Roman", serif;
}
#colRight .inner h5 {
	color:#688713; 
	display:block;
	margin: 15px 40px;
}
#colRight .inner p {
	display:block;
	margin:30px 150px 10px 40px;
}
#colRight .inner p.parrafoIntro{
	color:#fff;
	font-size:12px;
	/*background:transparent url(../images/bg-parrafo.png) repeat 0 0;*/
}
#colRight .inner p strong{
	color:#fff; 
}
#colRight .txt{
	color:#000;
	margin:15px;
	background-color:#fff;
}
#colRight .esquinaBox {
	margin:0 10px;
}
.esquinaTop div {
   background:#fff url(../images/esquina_tl.png) no-repeat top left;
}
.esquinaTop{
   background:#fff url(../images/esquina_tr.png) no-repeat top right;
}
.esquinaBottom div {
   background:#fff url(../images/esquina_bl.png) no-repeat bottom left;
}
.esquinaBottom {
   background:#fff url(../images/esquina_br.png) no-repeat bottom right;
}

.esquinaTop div, .esquinaTop, 
.esquinaBottom div, .esquinaBottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
#colRight .txt h4 {color:#688713; display:block; font-size:14px; margin: 5px 0; font-variant:normal;}
.subTitle
{
	margin:15px 15px 10px 50px;
	border-bottom:none;
}
/* TOOLYIP---------------------------------------------------------------------------------------*/
#easy_tooltip {
	color:#FFF;
	font-weight:bold;
	background: #EF2F72  url(../images/rosa_bg.png) repeat 0 0;
	border:1px solid #EF2F72;
	padding:6px 10px
}
/* Contenidos Paginas internas---------------------------------------------------------------------------------------*/
#contenido .inner{margin:0; overflow:hidden;}
.referencias{
	margin-top:15px;
	padding:15px 0 20px 15px;
	border-top:1px dotted #94A16C;
}
.referencias a{
	font-weight:bold;
}

/*SLIDER*/
#slider{
	width:940px;
	margin-left:15px;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:940px;
	height:235px;
	overflow:hidden; 
}
#slider li p a span{
	display: none;
}

#slider li p a:hover span{
	display:block;
	width:215px;
	z-index:15;
	bottom:5px;
	color:#fff;
	padding:5px;
	text-align:left;
	position:absolute;
	background:transparent url(../images/bg-parrafo.png) repeat 0 0;
}
#slider p{
	float:left;
	background-color:#fff;
	padding: 5px 3px;
	margin:0 2px;
	position:relative;
}	
#controls{
	margin:0;
	position:relative;
	color:#000;
} 

#prevBtn, #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;		
	width:15px;
	height:235px;
	position:absolute;
	top:-235px;
	}	
#nextBtn{ 
	right:2px;
	}
#prevBtn{ 
	left:2px;
	}
#prevBtn a, #nextBtn a{  
	display:block;
	width:15px;
	height:240px;
	color:#000;
	background:#000 url(../images/arrows.png) no-repeat 0 0;
	
	}	
#prevBtn a{
	background-position:-15px 0;
	}



