@charset "utf-8";
html,

body {
	background: #2C2C2E;
	margin:0;
	}

#wrapper {
	padding-top:8px;
	position:relative;
	margin:0 auto;
	height:auto;
	width:1100px;
}

#container {
	min-height:500px;
	position:relative;
	height:auto !important;
	height:100%;	
}

#header {
	width:1000px;
   height:68px;
   clear:both;
   text-align:left;
	margin-left:auto;
	margin-right:auto;

}


#main{
	min-height:500px;
	padding-bottom:0px;   /* Height of the footer */
	width:1100px;
	clear:both;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:0px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	background-color: #2C2C2E;
}




#container #main {

}

.window {
	height:658px;
	width: 1100px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	background-color: #FFFFFF;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
/*	position: absolute;*/
	bottom: -15px; left: 32px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 10px 0x 10px 0;
/*	background-image:url(imagenes/cr.png);*/
	margin:2px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
/* 	background-image:url(imagenes/cr.on.png); */
	padding: 10px 0x 10px 0;
}
.paging a:hover {font-weight: bold;}

img.double-border {
	border: 3px solid #5A5B5E;
	background-color: #97999C;

}
#img.double-border {
	border: 3px solid #ffffff;
	padding: 3px; /*Inner border size*/
	background: #CC3300; /*Inner border color*/
}

.formuchico {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-variant: normal;
	text-decoration: none;
	background-color: #5A5B5E;
	height: 25px;
	width: 400px;
	border: 1px solid #FFFFFF;
}

.formugrande {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-variant: normal;
	text-decoration: none;
	background-color: #5A5B5E;
	height: 200px;
	width: 400px;
	border: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: top;
}
.formuboton {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #5A5B5E;
	font-variant: normal;
	text-decoration: none;
	height: 25px;
	width: auto;
	border: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	cursor: auto;
	background-color: #FFFFFF;
}

.textosRECORTE {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-variant: normal;
	text-decoration: none;
	height: auto;
	width: auto;
	letter-spacing: 2px;
	}
A.textosRECORTE:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #2C2C2E;
	font-variant: normal;
	text-decoration: none;
	height: auto;
	width: auto;
	letter-spacing: 2px;
}

.textosRECORTEblanco {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 20px;
}
A.textosRECORTEblanco:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #666666;
	text-transform: uppercase;
	line-height: 20px;
}

.mb_footer{
	position:relative;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#AB2B18;
	opacity:0.9;
	height:170px;
	padding-bottom:5px;
	padding-top: 5px;
	/*text-transform:uppercase;*/
	z-index:4;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #2C2C2E;
}
.mb_barra{
	position:relative;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#D5E6BB;
	opacity:0.9;
	height:30px;
	padding-bottom:5px;
	padding-top: 5px;
	/*text-transform:uppercase;*/
	z-index:4;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	display: block;
	background-color: #000000;
}
.mb_top{
	position:relative;
	bottom:0px;
	left:0px;
	width:100%;
	background:#2C2C2E;
	height:70px;
	padding-bottom:0px;
	padding-top: 0px;
	/*text-transform:uppercase;*/
	z-index:4;
}
