/*  Parametros generales  */

*{margin:0 auto;padding:0}
#wrapper {
	width:1024px;
	height:auto;
	margin:5px auto;
	background:#F5F5F5;
	border:3px solid #E5E5E5;
}
a{text-decoration:none;}

/*  Cabecera de pagina  */
#cabecera {
	background:#FFF;
	width:1002px;
	height:140px;
	position:relative;
	margin-top:5px;
	border-top:2px solid #FC3;
	border-right:3px solid #E1E1E1;
	border-bottom:3px solid #E1E1E1;
}
#logo {
	float:left;
	width:160px;
	height:60px;
	margin-top:10px;
	margin-left:10px;
}
#aru {
	float:left;
	width:600px;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#009;
	margin-top:10px;
	margin-left:20px;
}
.lider {
	float:left;
	width:400px;
	height:20px;
	margin-left:200px;
	font-size:16px;
	color:#009;
}
.contacto {
	float:center;
	width:400px;
	height:20px;
	margin-left:10px;    
	font-size:15px;
    color:#000;
	
}
#cabecera .twit {
	float:left;
	width:60px;
	height:55px;
	margin:15px 0 0 75px;
}
#cabecera .face {
	float:left;
	width:60px;
	height:55px;
	margin:15px 0 0 5px;
}
#inicio {
	list-style:none;
	float:left;
	width:200px;
	height:30px;
	margin:5px 0 0 60px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:12px;
	color:#FFF;
	padding:10px;
	background:url(Imagenes/FondoNav.png);
	background-repeat:repeat-x;
}
#productos {
	list-style:none;
	float:left;
	width:200px;
	height:30px;
	margin:5px 0 0 60px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding:10px;
	background:url(Imagenes/FondoNav.png);
	background-repeat:repeat-x;
}

/*   Menu en pestañas  */

#pestanas {
	float:left;
	width:680px;
	height:900px;
	margin-top:1px;
	margin-left:10px;
	background-color:#CCC;
	border:2px solid #E1E1E1;
    border-radius: 5px;				/* Redondeo de bordes del contenedor */
    box-shadow: 0 3px 4px #999;		/* Sombra del contenedor */
}
#boton {
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	margin:10px 3px 10px 3px;
	background:#599BEC;
}
#pesta1 {
	float:left;
	width:620px;
	height:434px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#009;
	margin:0 0 0 30px;
}
#pesta2 {
	float:left;
	width:620px;
	height:434px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#009;
	margin:0 0 0 30px;
}
#pesta3 {
	float:left;
	width:620px;
	height:434px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#009;
	margin:0 0 0 30px;
}
#pesta4 {
	float:left;
	width:620px;
	height:434px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#009;
	margin:0 0 0 30px;
}
#pesta5 {
	float:left;
	width:620px;
	height:434px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#009;
	margin:0 0 0 30px;
}
#pesta6 {
	float:left;
	width:620px;
	height:434px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#009;
	margin:0 0 0 30px;
}
#pesta7 {
	float:left;
	width:620px;
	height:434px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#009;
	margin:0 0 0 30px;
}
#pesta8 {
	float:left;
	width:620px;
	height:434px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#009;
	margin:0 0 0 30px;
}
#pesta9 {
	float:left;
	width:620px;
	height:434px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#009;
	margin:0 0 0 30px;
}
#pesta10 {
	float:left;
	width:620px;
	height:434px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#009;
	margin:0 0 0 30px;
}



/*  Estilos del slider  */
.slide{
	float:left;
    border: .5em solid #FFC;
    width: 300px;
    height: 150px;
	margin-top:30px;
	margin-left:10px;
    border-radius: .5em;
	position:relative;
    box-shadow: 10px 10px 5px #888;
}
.slide img{
    width: 100%;
    height: 100%;
	left:0;
    position:absolute;
}
.slide .img2, .slide .img3, .slide .img4 {
    display: none;
}
figure{
    margin: 0;
}

/* * *   Pie de pagina   * * */
#footer {
	float:left;
	width:1004px;
	height:25px;
	border-bottom:1px solid #F90;
	border-top:1px solid #F90;
	background:#FFF;
	color:#009;
	font-family:Arial, Helvetica, sans-serif;
	margin:25px 0 0 10px;
}
.footer1 {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:300px;
	height:20px;
	margin-top:5px;
}
.footer2 {
	float:right;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:10px;
	width:550px;
	height:20px;
	margin-top:5px;
}

.diploma {
	float:left;
	margin-left:10px;
	margin-right:10px;
}

.scrollbars {
	overflow:scroll;
	width:620px;
	height:350px;
	margin-top:5px;
	left:auto;
	border:2px #999;
}