/* $Id: local_sample.css,v 1.1.2.2 2008/12/15 21:02:34 jwolf Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */

/* Cuerpo del documento */
body,
html {
	background-color: #000;
}

/* Encabezados */
#header-first {
	width: 600px;
}

#header-middle {
	/*float: none;*/
	position: relative;
	left: -625px;
	float: left;	
}


#header-wrapper {
  background-color: #000;/*#663300*/ /*#fff*/
  /*padding-left: 15px;*/    /* LTR */
}


/* Menú primario */
#primary-menu-wrapper {
	background-color: #000;
}

#primary-menu ul.menu {
	font-family: sans-serif;
	font-size: 0.916em; 
}

#primary-menu ul.menu li {
	background-image: url(images-mod/tab-left.png);
}

#primary-menu ul.menu li a {
	background-image: url(images-mod/tab-right.png);
}

#primary-menu ul.menu li ul {
	background: url(images-mod/drop-bottom.png) no-repeat scroll 0 bottom transparent;
}

#primary-menu ul.menu li ul li {
	background-color: #50647D;
	border-bottom: 1px solid #000000;
	font-size: 0.96em;
}

#primary-menu ul.menu li ul li a, 
#primary-menu ul.menu li ul li a:link, 
#primary-menu ul.menu li ul li a:visited {
	color: #f0f0f0;
	font-weight: bold;
}

#primary-menu ul.menu li ul li a:hover {
	color:#ffffff;
}


/* Preface */
#preface {
	background: url(images-mod/preface-wrapper-bg.png) repeat-x scroll center top #000000;
}

/* Bloques */
div.block {
	z-index: 0;
}

/* Sidebar last */
body.layout-first-main-last #content-wrapper #sidebar-last {
	width: 240px;	
}

.node {
	clear: none;
}


/* Copete */
div.node.teaser {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border: 1px solid;
	border-color: #e0e3d4;
	border-style: solid;
	background-color: #ffffff;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}


/* Estilo para el slideshow */

.views_slideshow_singleframe_main {
	border: 1px solid;
	border-color:#D6DDB9;
	background: url(images-mod/fondo-cci.png) #e6f4d4 repeat 0 0;
	/*padding: 0.3em 0.3em 0.3em 0.3em;*/
	/*background-color:#C7E9A6;*/
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

.views_slideshow_singleframe_no_display, 
.views_slideshow_singleframe_hidden, 
.views_slideshow_singleframe_controls, 
.views_slideshow_singleframe_image_count {
	width: 100%;
}

.views_slideshow_singleframe_teaser_section,
.views_slideshow_singleframe_slide {
	max-height: 20em; /*200px;*/	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

.views_slideshow_singleframe_slide,
.views_slideshow_slide,
.views-row-1, 
.views-row-odd {
	width: inherit;
}
.views_slideshow_singleframe_teaser_section 
.views-field-title{
	background-color:#c1e197;
	/*background-image: url(images-mod/fondo-horizontal-verde.png);*/
	padding-top: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid;
	border-color:#D6DDB9;
	margin-bottom: .5em;
	margin-top: .5em;
}

.views_slideshow_singleframe_teaser_section 
.views-field-title h2{
	padding-left: 1em;
}

.views-field-title h2.title a:link,
.views-field-title h2.title a:visited {
	color: #171b12;	
}

.views_slideshow_singleframe_teaser_section 
.views-field-image-attach-images {
	float: left;
	margin-right: 10px;
	margin-left: 15px;
	/*width: 17em;*/
}

.views_slideshow_singleframe_teaser_section 
.views-field-image-attach-images img{
	width: 20em; /*16em;*/
	height: 75%;
	border: 2px solid;
}

.views_slideshow_singleframe_teaser_section 
.views-field-teaser,
.views_slideshow_singleframe_teaser_section 
.views-field-body {
	margin-left: 1em;
	margin-right: 1em;
}

.views_slideshow_singleframe_slide ul li {
	margin: 0 0 0 0;
}


/** Botones del carrusel **/
.views_slideshow_previous,
.views_slideshow_pause,
.views_slideshow_play,
.views_slideshow_next {
  text-indent: -99999px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  float: left;
  margin-right: 5px;
  width: 20px;
}

.views_slideshow_previous {
  background-image: url(images-mod/previous.png);
}

.views_slideshow_pause {
  background-image: url(images-mod/pause.png);
}

.views_slideshow_play {
  background-image: url(images-mod/play.png);
}

.views_slideshow_next {
  background-image: url(images-mod/next.png);
}

.views_slideshow_previous:active,
.views_slideshow_pause:active,
.views_slideshow_play:active,
.views_slideshow_next:active {
  background-position: 0 1px;
}

.views-slideshow-controls-top,
.views-slideshow-controls-bottom {
	bottom: 10px;
	position: absolute;
	right: 20px;
	z-index: 999;
	
}

.views_slideshow_singleframe_image_count {
	position: absolute;
	right: 75px;
	text-align: center;
	background-color:#7f7f7f;
	color:#f6e8e8;	
}

