* {
	margin: 0;
	padding: 0;
}
BODY {
	width: 320px;
	background-color:#282828;
}

#Main_container{
	width:320px;
	height: auto;
}

#contenido_container{
	width:300px;
	padding:10px 10px 10px 10px;
}

#logo { 
	width: 320px;
	height: 66px;
	background-image:url(../img/header.jpg); background-repeat:no-repeat;
}

#Menu {
	width:100%; 
}

#Main_img{
	height:330px;
	width:320px;
	background-image:url(../img/home_promo.gif)
}

#Target{
	height:21px;
	width:320px;
}

#div_talleres {
	width:315px;
	height:227px;
	background-image:url(../talleres/img/talleres2009.jpg); background-repeat:no-repeat;
}

#footer {
	margin: 4px;
	font: normal 9px/10px Verdana, Arial;
	text-align: center;
	color: #cecece;
}

<!-- Galeria de imagenes --> 

.galleria {
	padding: 0 0 0 0;
	border-bottom: 1px dotted #E5E5E5;
	width: 320px;
	overflow: hidden;
}
.sinFondo { border-bottom: 0 }
.galleria LI {
	width: 70px;
	height: 70px;
	margin: 8px 0 0 8px;
	background-repeat: no-repeat;
	background-position: 50% center;
	float: left;
	border: 1px solid #fff;
	overflow: hidden;
}


/*Fotogalerķa*/
#fotogallery {
	background-color: #000000;
	width: 320;
	text-align: center;
	padding: 0 0 0 0;
}
#imageContainerBox IMG { width: 100%; }
#imageContainerBox { 
	width: 180px; 
	margin: 0 auto; 
	height: 360px; 
	display: none; 
	overflow: hidden;
}
#imageContainerCaption {
	text-align: center;
	left: 0;
	posit ion: absolute;
	width: 320px;
	display: none;
}
#imageContainerCaption DIV {
	font: normal 13px/15px Arial; color: #FFFFFF;
	width: 200px;
	height: 20px;
	margin: 0 auto;
	/*background-color: #000;*/
}
#imageLoader { display: block; height: 380px; font: normal 11px/13px Verdana; color: #FFFFFF; }
#imageLoader IMG { margin: 130px 0 0 0; }
#fotogallery H5 {
	font: normal 10px/12px Helvetica;
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
	clear: both;
}
#fotogallery UL { text-align: left; }
#fotogallery INPUT {
	width: 100px;
	height: 27px;
	font: bold 15px/15px Helvetica, Arial;
	padding: 0px;
	color: #333333;
	-we bkit-border-radius: 5px; 
	text-align: center;
}
#fotogallery UL LI A {
	font: bold 14px/17px Helvetica;
	color: #FFFFFF;
	text-decoration: none;
}
#fotogallery UL LI {
	bor der: 1px solid red;
	width: 160px;
	/*margin: 5px 10px 2px 10px;*/
	float: left;
}
#fotogallery UL LI.right { text-align: right; }

/*Carrusel*/
#StageCarrouselInfo {
	width: 320px;
	height: 330px;
}
#StageCarrouselInfo UL { 
	list-style: none; 
	overflow: hidden;
	position: absolute;
	width: 320px;
	height: 330px;
}
#StageCarrouselInfo UL LI { 
	display: none; position: absolute; z-index: 50;
	width: 320px;
	height: 330px;
	overflow: hidden;
}
#StageCarrouselInfo UL LI.first { display: block; }
