@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
	background-color: #026a97;
	background-image: url(img/fondo.png);
	background-repeat: no-repeat;
	background-position: top;
}
p {
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 3px;
	font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color: #666;
	text-align: justify;
	font-weight: lighter;
	margin-right: 30px;
	margin-left: 15px;
	letter-spacing: -0.01em;
}
#fondo_contenido #contenedor ul li {
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 3px;
	font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
	font-size: 11pt;
	letter-spacing: -0.01em;
	color: #666;
	text-align: justify;
	font-weight: lighter;
	margin-right: 30px;
	margin-left: 15px;
}

h1 {
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 3px;
	font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
	font-size: 17pt;
	color:#005d82;
	text-align: justify;
	font-weight: normal;
	margin-right: 30px;
	margin-left: 15px;
}
h2 {
	padding-left: 9px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 3px;
	font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
	font-size: 14pt;
	color:#005d82;
	text-align: justify;
	font-weight:lighter;
	margin-right: 30px;
	margin-left: 15px;
}



h3 {
	padding-left: 9px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 3px;
	font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
	font-size: 14pt;
	color:#B8892A;
	text-align: justify;
	font-weight:lighter;
	margin-right: 30px;
	margin-left: 15px;
}


@font-face {
	font-family: Exo;
	src: url('exo_demibold.otf');
}

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
	height: 49px;
	margin-top: 20px;
	margin-left: 25px;
	z-index:1000;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
	color: #ffffff;
	display: inline-block;
	font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 49px;
	padding: 0 13px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 500;
		z-index:1000;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  
}
#cssmenu > ul > li:first-child a {
 
}
#cssmenu > ul > li:last-child a {
  
}
#cssmenu > ul > li.active a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
#cssmenu > ul > li:hover > a {
/*AQUI PONER CODIGO DE CUANDO PASA EL CURSOR POR ENCIMA*/
background:url(img/fondo_negro.png);
border-radius: 7px;
}
#cssmenu .has-sub {
  z-index: 1000;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #caa750;
  border-bottom: 1px dotted #9c8240;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
  background: #b39446;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #b00c11;
  border-bottom: 1px dotted #9c8240;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #9c8240;
}


/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:3 3 5px #AAAAAA;
	-webkit-box-shadow:3 3 5px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border:1px solid white;
	background:url(img/panel.jpg) repeat-x bottom center #ffffff;
	/* The width of the gallery */
	width:920px;
	overflow:hidden;
	height: 425px;
}

#slides{
	/* This is the slide area */
	height:390px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:35px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 350px;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu li{
	/* Every thumbnail is a li element */
	width:50px;
	display:inline-block;
	list-style:none;
	height:35px;
	overflow:hidden;
}

#menu li.inact:hover{
	background-image: url(img/pic_bg.png);
	background-repeat: no-repeat;
}

#menu li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(img/active_bg.png) no-repeat;
}

#menu li.act a{
	cursor:default;
}



#menu li a{
	display:block;
	height:35px;
}

a img{
	border:none;
}


#contenedor {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#fondo_contenido #contenedor #info_curso {
	background-color: #EEE;
	width: 900px;
	border-radius: 3px;
	border: 1px solid #999;
	margin-top: 15px;
	margin-bottom: 15px;
	height: auto;
}
.boton_pdf {
	text-align: justify;
	font-size: 14px;
	background-color: #005d82;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
	display: inline-block;
	font-weight: lighter;
	word-spacing: .1em;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 2px;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration:none;
}


.img_izq_curso    {
	border: 4px solid #FFF;
	clear: both;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
}
#contenedor .logo_ciadet {
	height: 96px;
	width: 245px;
	float: right;
	padding: 0px;
	margin-top: -20px;
}

#contenedor #columna_izquierda  {
	float: left;
	width: 365px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#pie {
	margin: 0px;
	padding: 0px;
	height: 135px;
	font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #FFF;
	clear: both;
}
#pie #contenedor_pie table tr td a {
	color: #FFF;
	text-decoration: none;
	font-weight: lighter;
	letter-spacing: .1em;
}
.letras_iconos {
	font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
#contenedor #columna_derecha  {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 520px;
}


#curso {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(47%,#c4c4c4), color-stop(100%,#a5a5a5)); /* Chrome,Safari4+ */
	display: block;
	border-radius: 3px;
	padding: 20px 5px 10px;
	color:#666;
	-moz-box-shadow:3 3 5px #AAAAAA;
	-webkit-box-shadow:3 3 5px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	float: right;
	height: 40px;
	width: 340px;
	text-align: left;
	margin-top: 5px;
	font-size: 12px;
	clear: none;
	margin-bottom: 4px;
	font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
}


#pie #contenedor_pie {
	height: 110px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.mas_info {
	font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#999;
	text-decoration: none;
	letter-spacing: .1em;
}
#fondo_contenido {
	border-radius: 7px;
	background-color: #FFF;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 70px;
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 35px;
	clear: both;
}
.img_izq {
	float: left;
	margin-right: 10px;
	margin-top: -12px;
}
.img_izq2 {
	float: left;
	margin-right: 25px;
	margin-top: -12px;
}
.img_derecha {
	float: right;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#fondo_contenido #contenedor table tr td {
	font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #666;
	text-align: justify;
	font-weight: lighter;

	}
#contenedor #gallery #slides .slide #slide1 {
	background-image: url(img/carrusel/ansys.jpg);
	height: 390px;
	width: 920px;
}
#fondo_contenido #contenedor table tr td a {
text-align: justify;
	font-size: 14px;
	background-color: #005d82;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
	display: inline-block;
	font-weight: lighter;
	word-spacing: .1em;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 2px;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration:none;
}


#fondo_contenido #contenedor #tabla table tr td a:hover {
	text-align: justify;
	font-size: 14px;
	background-color: #BB8D20;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
	display: inline-block;
	font-weight: lighter;
	word-spacing: .1em;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 2px;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration:none;
}
