* {
	margin: 0;
	padding:0;
	outline: none;
}
/**************** GRAL 
*************************/
body {
	font: 12px/16px Arial, Helvetica, sans-serif;
	background: #f2f2f2 url(../imagenes/bg_page.jpg) left top repeat-x;
	text-align:center;
	color:#666;
	margin:0;
	padding:0;
}
h1,
h2,
h3 {
	margin-bottom: 10px;
	color: #c53b88;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	color: #069;
}
p,
ol,
ul,
table {
	margin-bottom: 20px;
}
a img {
	border: none;
}
a {
	outline:none;
}
ul li {
	list-style-image: url(../imagenes/img_li.gif);
	margin-left: 15px;
	list-style-position:inside;
}
/**************** LAYOUT 
*************************/

#container {
	width:978px;
	text-align:left;
	margin:0 auto;
}
/**************** HEADER 
*************************/
#header {
	height: 265px;
	text-align: center;
	position:relative;
	z-index:1;
}
#menuFlash {
	clear:both;
}
#logo {
	float:left;
	width: 355px;
}
#premio {
	float:right;
	width: 255px;
}
/**************** SIDEBAR
*************************/
#sidebar1 {
	float:left;
	width:302px;
	position: relative;
	top: -20px;
}
#ordenServ {
	background:url(../imagenes/bg_form_ordenservicio.jpg) no-repeat;
	width: 288px;
	height: 75px;
	padding: 3px 7px;
	margin-bottom: 15px;
	display: block;
}
/**************** MAIN 
*************************/
#mainContent {
	background: url(../imagenes/bg_main-trans.png) left top repeat-y;
	margin: 0 auto;
	position:relative;
	z-index: 999;
}
#main {
	padding:0 15px 20px 25px;
	float: left;
	width: 615px;
}
/**************** FOOOTER 
*************************/
#navFooter {
	background:url(../imagenes/bg_navfooter-trans.png) left top no-repeat;
	padding: 10px 15px 0 15px;
	color: #5cb1e4;
}
#navFooter a {
	color: #FFF;
	text-decoration: none;
	line-height: 14px;
}
#navFooter a:hover {
	color: #5cb1e4;
}
#footer {
	background: url(../imagenes/bg_footer-trans.png) left bottom no-repeat;
	padding:15px 25px 0 25px;
	color: #CCC;
	font-size: 11px;
	height: 33px;
	vertical-align: middle;
	line-height: 22px;
}
#copy {
	float: left;
	width: 40%;
}
#metas {
	float:right;
	width: 50%;
	text-align: right;
	height:22px;
	vertical-align:middle;
	line-height: 22px;
}
#imageScroller {
	width:951px;
	height:46px;
	display:block;
	margin-top: 40px;
}
/**************** CLASES 
***********************/
.fltrt {
	float:right;
	margin-left:8px;
}
.fltlft {
	float:left;
	margin-right:8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}
.btFlecha {
	background: url(../imagenes/bt_flecha-trans.png) no-repeat;
	width:32px;
	height: 26px;
	border: none;
	cursor: pointer;
}
/**************** FORM
***********************/
#cntConfirmacion {
	float:left;
	color: #090;
	padding: 5px;
	border: 1px solid #090;
}
#cntProgreso {
	float:left;
}
#errores {
	float:left;
	color: #C00;
	padding: 5px;
}
.formError {
	background-position: left bottom !important;
	padding: 7px 35px 3px 10px !important;
}
textarea.formError {
	padding:10px 15px 10px 10px !important;
	width:200px !important;
}
.btn {
	background:url(../imagenes/bt_enviar.jpg) left top no-repeat !important;
	width: 90px !important;
	height: 32px !important;
	margin: 0;
	padding:0;
	cursor: pointer;
	border: none;
	float:right;
}
/* galeria
-----------------------------*/
.galeria ul {
	list-style:none;
}
.galeria ul li {
	background:none repeat scroll 0 0 transparent;
	float:left;
	list-style-image:none;
	text-align:center;
	width:280px;
}
.galeria ul li.newsize {
	width:570px;
}
.galeria ul li.newposition {
	margin-left:150px;
}
