html body{
	margin:0px;
	font-family: "trebuchet ms", verdana;
	background:#ff9000 url('imagenes/body2.jpg') repeat-x top center ;
	text-align:center;
	overflow:auto;
	font-size:14px;
	color:white;
}

a:link{color:#ffdb1e;text-decoration:none;}
a:visited{color:#ffdb1e;text-decoration:none;}
a:hover{color:#ffdb1e;text-decoration:underline;}
a:active{color:#ffdb1e;text-decoration:underline;}

h1{
	margin:0px;	
	text-align:justify;
	font-size:1.6em;
	padding:10px 0px;
}

#contenido p{
	font-size:1em;
	text-align:justify;
	padding:10px 0px;
	margin:0px;
}

/*******ESTILOS ARTICULOS**********/
#contenido p.titulo-articulo{margin:0px;	text-align:justify;font-size:1.6em;padding:10px 0px 0px 0px;font-weight:bold;}
#contenido p.fecha-articulo{margin:0px;	text-align:justify;font-size:0.8em;padding:0px 0px 10px 0px;}
.separador{width:100%;height:40px;font-size:0px;background:url(imagenes/separador.png) repeat-x center center;clear:both;}

#wrapper-body-1{
	width:100%;
	background:url(imagenes/wrapper-body-1.jpg) no-repeat top center;
	padding-top:150px;
}

#wrapper-body-2{
	width:100%;
	/*background:url(imagenes/fondo.jpg) no-repeat bottom center;*/
}

#wrapper{
	width:960px;
	margin:0px auto;
	overflow:auto;


}


#head{
	width:100%;
	height:151px;

	background:url(imagenes/head.jpg) no-repeat center top;
}

ul#menu li{display:inline;}
ul#menu a:link{text-decoration:none;color:white;}
ul#menu a:visited{text-decoration:none;color:white;}
ul#menu a:hover{text-decoration:underline;color:white;}
ul#menu a:active{text-decoration:underline;color:white;}

ul#menu{
	position:absolute;
	top:6px;
	left:40px;
	color:white;
	margin:0px;
	padding:0px;
}

ul#plataformas li{display:inline;}

#plataformas{
	position:absolute;
	top:6px;
	right:130px;
	margin:0px;
	padding:0px;
}

#der-top{
	width:735px;
	padding-top:50px;
	background: url(imagenes/der-top.png) no-repeat center top;
	-background: url(imagenes/der-top.gif) no-repeat center top;
	float:right;
	position:relative;
	
}

#der-mid{
	width:735px;
	background-image:url(imagenes/der-mid.png);
	-background-image:url(imagenes/der-mid.gif);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	overflow:auto;


}

#der-bottom{
	width:735px;
	padding-bottom:15px;
	background: url(imagenes/der-bottom.png) no-repeat center bottom;
	-background: url(imagenes/der-bottom.gif) no-repeat center bottom;

}

#contenido{
	width:690px;
	margin:0px auto;
	clear:both;
	
}

#contenido img{margin:0px 1px;padding:0px;border:0px;}
.sinborde{border:0px;}

.videos{
	width:690px;
	clear:both;
	text-align:left;
}

.galeria-top{
	margin:0px auto;
	width:690px;
	padding-top:6px;
	background: url(imagenes/galeria-top.png) no-repeat center top;
}

#contenido .galeria-mid img{display:inline;margin-left:6px;border:1px solid #ff9000;}


.galeria-mid{
	width:690px;
	background-image:url(imagenes/galeria-mid.png);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	overflow:auto;
	text-align:left;
}

.galeria-bottom{
	width:690px;
	padding-bottom:6px;
	background: url(imagenes/galeria-bottom.png) no-repeat center bottom;
}

.paginador{
clear:both;
height:50px;
line-height:50px;
}