/* $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 */

#carrusel
{
	position: relative;
	width: 600px;
	height: 450px;
}

#fondo-carrusel img
{
	width: 600px;
	height: 450px;
}

#transparencia-top
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 75px;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

#transparencia-contenido
{
	position: absolute;
	top: 75px;
	right: 0px;
	width: 250px;
	height: 375px;
	background-color: #000;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#titulo-carrusel
{
	position: absolute;
	top: 5px;
	left: 5px;
	color: #fff;
	width: 95%;
	text-align: center;
}

#titulo-carrusel h2
{
	font-size: 2em;
	line-height: 1em;
	text-shadow: #111 20px 20px 20px;
}

#titulo-carrusel a
{
	color: #fff;
}

#contenido-carrusel
{
	position: absolute;
	top: 80px;
	right: 5px;
	width: 240px;
	height: 80%;
	color: #fff;
}

#contenido-carrusel p {
	font-size: 16px;
	text-align: center;
}

.views-slideshow-controls-bottom
{
	position: absolute;
	top: 5px;
	right: 0;
	width: 100px;
}

#main-wrapper .pager-first, 
#main-wrapper .pager-next, 
#main-wrapper .pager-previous, 
#main-wrapper .pager-item, 
#main-wrapper .pager-last
{
	border: none;
	background: none;
}

.polaroid {
	max-width: 500px;
	max-height: auto;
}

.view-listado-cursos-taxonomia .item-list
{
	margin-top: 10px;
	margin-bottom: 10px;
	
}

/*.view-listado-cursos-taxonomia .item-list li
{
	float: left;
	width: 33%;
}*/
