@charset "UTF-8";
/* --- base  -------------------------------------------------- */
html { height: 100%; font-family:Arial, Helvetica, sans-serif; }
img { border: 0 none; -ms-interpolation-mode: bicubic; }
body { border: 0px; height: 100%; margin: 0px; padding: 0px;}
td { background: transparent; border: 0px; margin: 0px; padding: 0px; }
p { margin-bottom: 1em; margin-top: 0em; font-size:13px;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0px; padding: 0px; }
ul { list-style-type: none; margin: 0; padding: 0; padding: 0}
form { margin:0; padding: 0; }
a { -moz-outline:none; }
/* --- base -------------------------------------------------- */

body {
/*	background:url(imagenes/fondo.jpg) no-repeat top center;
	background-color:#e2d2d1;*/
	background-color:#eee;
}

#bloquegeneral {
	width:1024px;
	height:100%;
	min-height:1024px;
	margin:0 auto;
	margin-top:20px;
}

/*----------------------- CABECERA ----------------------------*/

#cabecera {
	background-image:url(imagenes/menuorexco.png);
	background-position:right;
	background-repeat:no-repeat;
	margin:0 auto;
	width:906px;
	height:119px;
}

.logo {
	background-image:url(imagenes/logo.png);
	position:absolute;
	top:30px;
	width:109px;
	height:100px;
}

#cabecera ul {
	float:left;
	width:750px;
	margin-left:150px;
	margin-top:46px;
}

#cabecera li {
	display:inline;
	margin-left:25px;
	color:#FFF;
	font-size:14px;
	text-shadow: 0px -1px 1px black;
}

#cabecera li a {
	text-decoration:none;
	color:#FFF;
	padding-top:-15px;
}

#cabecera li.socialuno {
	margin-left:100px;
}

#cabecera li.socialdos {
	margin-left:0px;
}

#cabecera li.menuencurso {
	margin-left:50px;
}

/*----------------------- SLIDESHOW ----------------------------*/

#slideshow {
    position:relative;
    height:340px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*----------------------- CUERPO ----------------------------*/

#cuerpo {
	margin:0 auto;
	margin-top:20px;
	width:900px;
}

.sombra {
	width:900px;
	height:26px;
	background-image:url(imagenes/sombragrande.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.sombra2 {
	width:900px;
	height:17px;
	background-image:url(imagenes/sombragrandeinv.png);
}

#caracteristicas {
	margin-top:20px;
	width:900px;
}

.caracteristica {
	float:left;
	width:250px;
	margin-right:75px;
}

.caracteristica3 {
	float:left;
	width:250px;
}

.caracteristica p {
	color:#7f7f7f;
	line-height:18px;
}

.caracteristica h3 {
	font-size:22px;
	margin-bottom:10px;
}

.caracteristica3 p {
	color:#7f7f7f;
	line-height:18px;
}

.caracteristica3 h3 {
	font-size:22px;
	margin-bottom:10px;
}

/*----------------------- SERVICIOS ----------------------------*/

#servicios {
	margin:0 auto;
	background-color:#1b1b1b;
	background-image:url(imagenes/sombra.png);
	background-repeat:repeat-x;
	margin-top:40px;
	min-width:1024px;
	height:530px;
	min-height:550px;
}

#servicios .cuadroservicios {
	width:900px;
	margin: auto;
	display:table;
	color:#e2d2d1;
	text-shadow: 0px 1px 2px black;
}

.tituloservicios {
	color:#CCC;
	margin: 0 auto;
	height:36px;
	line-height:36px;
	text-align:center;
	text-shadow: 0px -1px 1px black;
}

#servicios.volver {
	float:right;
	margin-right:0;
	margin-top:-30px;
}

#servicios p {
	color:#808080;
}

/*----------------------- EVENTOS REALIZADOS ----------------------------*/

#realizados {
	margin: 0 auto;
	background:#DDD;
	background-image:url(imagenes/sombra.png);
	background-repeat:repeat-x;
	min-width:1024px;
	border-bottom-style:solid;
	border-color:#FFF;
	border-bottom-width:1px;
}

.contenido {
	width:1024px;
	margin: 0 auto;
}

.volver {
	float:right;
	margin-right:0;
	margin-top:-30px;
}

.columnas {
	position:relative;
	overflow:hidden;
	margin-top:30px;
}

.evento {
	width:241px;
	float:left;
	border: solid #FFF 2px;
	shadow: 0px 1px 1px #DDD;
	margin:0 10px 15px 0;
}

.eventotexto {
	float:left;
	opacity:0;
	filter:alpha(opacity=0);
	transition-property: opacity;transition-duration: 3s;
	-moz-transition-property: opacity;-moz-transition-duration: 3s;
	-webkit-transition-property: opacity;-webkit-transition-duration: 3s;
	-o-transition-property: opacity;-o-transition-duration: 3s;
	position:absolute;
	width:241px;
	height:241px;
	background:#111;
}

.eventotexto:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
	transition-property: opacity;transition-duration: 0.5s;
	-moz-transition-property: opacity;-moz-transition-duration: 0.5s;
	-webkit-transition-property: opacity;-webkit-transition-duration: 0.5s;
	-o-transition-property: opacity;-o-transition-duration: 0.5s;
}

	.eventotexto h3 {
		padding:10px;
		opacity:100;
		color:#FFF;
		font-size:14px;
		font-weight:lighter;
	}
	
	.eventotexto p {
		padding:10px;
		color:#999;
	}


/*-------------------- CONGRESOS EN CURSO -------------------------*/

#popUpDiv {
	background-image:url(imagenes/fondoencurso.png);
	width:340px;
	height:260px;
	position:absolute;
	top:110px;
	margin-left:600px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}

#popUpDiv iframe {
	position:absolute;
	top:30px;
	left:30px;
	border:none;
	height:200px;
	width:280px;
}

#test-1, #test-2 {
	width: 280px;
	height: 250px;/*height: 200px;*/
	background-image:url(imagenes/fondo.gif);
	background-repeat:repeat/*repeat-x*/
}

#test-1 a {
	font-size:13px;
	text-decoration:none;
	color:#fff;
	text-shadow: 0px -1px 1px black;
}

#test-1 p {
	font-size:13px;
	text-decoration:none;
	color:#fff;
	text-shadow: 0px -1px 1px black;
}

.puntos {
	border-top:solid #777 thin;
	border-bottom:solid #333 thin;
	padding:10px 0px 10px 10px;
	width:250px;
}

/*----------------------- SISTEMA CODA ----------------------------*/

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	width: 100%;
	top:20px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 460px;
	clear: both;
}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 700px; /* Also specified in  .stripViewer  above */
}
	
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	display:none;
	margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li.tab1 a { background: #60f }
.stripNav li.tab2 a { background: #60c }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }

.stripNav li a:hover {
	background: #333;
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 55px;
	width: 55px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("imagenes/arrow-left.png") no-repeat center;
}

.stripNavR {
	background: url("imagenes/arrow-right.png") no-repeat center;
}

/*----------------------- PIE ----------------------------*/

#pie {
	margin:0 auto;
	height:82px;
	margin-top:20px;
	min-width:1024px;
}

h1 {
	background:url(imagenes/logo.png) no-repeat left center;
	width:202px;
	height:57px;
}

#direccion {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:20px;
	padding-bottom:30px;
	width:100%px;
	text-align:center;
	color:#555555;
	text-shadow: 0px 1px 2px white;
}

#direccion a {
	text-decoration:none;
	color:#555555;
}

#direccion a:hover {
	color:#FFF;
}
