﻿/********* index *******/

body {
	margin:0;
	padding: 0;
	font-family: "Trebuchet MS", Arial;
	font-size: 80%;
	color: #000000;
	background-image:url('../images/bg.jpg');
}

.contenido {
	background-position: 5px 0px;	
	height:450px;
	margin-top:3px;
	padding:0;
	background-color:#ffffff;
}

a {
	text-decoration:none;
}

p {
	text-align: justify;
}
.global {
	width:1050px;
	position:relative;
	margin:0px auto;
	background:transparent;
}

.encabezado {
	height:160px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #777777;
	background-color:transparent;
}

.encabezado .img1 {
	position:absolute;
	left:0px;
	padding-top:10px;
	padding-left:10px;
	border:none;
}

.encabezado .img2 {
	position:absolute;
	left:230px;
	padding-top:0px;
	border:none;
}
.encabezado form {
	position:absolute;
	right:30px;
	top:10px;
}

input {
	color: #000000;
}


#nav {
	position:absolute;
	top:120px;
	right:0px;	
	border-top:0px solid #E38E71;
	border-bottom:0px solid #808080;
	background-color: transparent;
}

#nav ul { /* all lists */
 	padding: 0;
 	margin: 0;
 	list-style: none;
}

#nav { /* all lists */
 	padding: 0;
 	margin: 0;
 	list-style: none;
}

#nav {
	font-size: 1.08em;
 	line-height: 1em;
	font-weight: bold;
}
 		
#nav li { 
 	position: relative;
	float: left;
 	width: auto;
	margin-left: 0.8em;
	margin-top: 0.45em;
	padding-bottom:0.5em;	
	list-style:none;   	
}

#nav li a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: .6em 0.9em 0.625em 0.9em;
	font-size: 0.8em;
	line-height:1em;
	letter-spacing: 0.075em;
 	border: 1px solid #CCC;
 	text-transform: uppercase;
}

#nav li:hover a {
  	background-color:#000000;/*menu de inicio cambio de colores*/
  	cursor: pointer;
	color: #fff;
	border-color: #fff;
	border-bottom-color: #CCC;
	
}


#nav :focus ul { /* lists nested under hovered list items */
	left: 0em;
	top: 1.855em; /* other browsers */
	top: 2.125em; /* IE */
	display:none; position:absolute;

}


#nav li:hover ul { /* lists nested under hovered list items */
	left: 0em;
	top: 1.855em; /* other browsers */
	top: 2.125em; /* IE */
	display:none; position:absolute;

}

#nav li ul{
	display:none; position:absolute;
	}

#nav li ul li {
	display:block; float:none; 
	position:relative; padding:0px;
	}
#nav li:hover ul{
	display:block; padding-left:0px;
	}
#nav li ul li a{
	display:block;
	}


#my-glider {	
	margin-top: 5px;
	}

.controls {
	width: 190px;
	background: #fff;
	border: 1px #dedcd4 solid;
	margin-left: 1.2%;
}

#servicios p{
	width: 175px;
	background-image: url(../images/sidebox_bg.gif);
	padding-top: .3%;
	padding-bottom: 1%; 
	padding-left: 3%;
	margin-top: 0;
	margin-bottom: 0;
	color: #646262;
	font-weight: bold;
	border-bottom: 1px #dedcd4 dotted;
}
	 
.controls ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0; 
}

.controls li {
	padding-left: 2%;
	background-image:url(../images/sponsorbullet_grey.gif);
	background-position: 0pt 50%;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
}

#cursos ul li {
	background-color: transparent;
	background-image: url(../images/sponsorbullet_grey.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 4pt 50%;
}

#servicios ul li {
	background-color: transparent;
	background-image: url(../images/sponsorbullet_grey.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 4pt 50%;
}

.controls li a {
	display: block;
	padding-left:8px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #565656;
	text-decoration: none;
}
 	
.controls a:hover {
	color: #ffffff;
	background-color:#000000;
	/*text-decoration: underline;*/
}
	
#servicios{
	position: absolute;
	top: 30%;
}

#cursos {
	position: absolute;
	top: 320%;	
}


div.scroller { 
	position:absolute;
	top:180px;
	right: 20px;		
	width: 800px; 
	height: 400px;
	overflow: hidden;
	border:1px solid #cccccc;
	}

div.scroller div.section {
	width:750px;
	height:400px;
	overflow:hidden;
	float:left;
	padding:1em;		
}

div.scroller div.content {
	width: 1000px; /* 10000 para un movimiento en horizontal */
}

.prevnext {
	position:absolute;	
	top: 530px;
	right: 15px;
	margin-right:15px;
}

p {
	padding-right: 10px;
	margin-right: 10px;
}


#section3 img {
	width:25em;
	height:20em;
	position:absolute;
	right:10%;
}


#section5 ul#primero {
	margin-left: 20px;
	float: left;
}

#section5 ul {
	margin-right:40px;
	margin-top: 0px;
}

.pie {
	position:absolute;
	top: 615px;
	width: 100%;	
}

.pie p {
	text-align: center;
	}