﻿html,body {
	font-family: Arial;
	font-size: 11px;
	width: 100%;
	height:100%;
	margin: 0px;
}

a {
	color: #d0d0d0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

td, th {
	font-size: 11px;
}

img {
	border: 0px;
}

input{
	border: 1px solid #d0d0d0;
	background-color: #3d3c3c;
	height:20px;
	width:250px;
	color: #d0d0d0;
}

textarea{
	border: 1px solid #d0d0d0;
	background-color: #3d3c3c;
	height:80px;
	width:250px;
	color: #d0d0d0;
}

#main_container{
	font-family: Arial;
	font-size: 11px;
	width: 100%;
	height:100%;
	margin: 0px;
}

.container {
	height: 100%;
	padding: 10px;
	width: 90%;
	background-color: #000000;
	border: 4px solid #ffffff;
	text-align:left;
}

#header {
	height: 100px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

#menuBar {
	height: 40px;
	background-image: url(../images/menu_bar_bg.jpg);
	background-repeat: repeat-x;
	padding: 0px 10px 0 10px;
	text-align:center;
}

#content {
	padding: 10px;
	background-image: url(../images/content_bg.jpg);
	vertical-align: middle;
}

#mainContent{
	height: 80%;
	padding: 10px;
	/*background-color: #3f3f40;
	border: 4px solid #ffffff;*/
	width: 90%;
}

#footer {
	height: 30px;
	border-top: 5px solid #d0d0d0;
	background-color: #000000;
	color: #d0d0d0;
	text-align: center;
}

#menuBar ul {
	list-style: none;
}


#menuBar a#inicio {
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:58px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/inicio.gif) no-repeat;
}

#menuBar a#inicio:hover {
	background-position:0 -40px;
}

#menuBar a#servicios {
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:82px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/servicios.gif) no-repeat;
}

#menuBar a#servicios:hover {
	background-position:0 -40px;
}

#menuBar a#edecanes {
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:85px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/edecanes.gif) no-repeat;
}

#menuBar a#edecanes:hover {
	background-position:0 -40px;
}

#menuBar a#modelos {
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:81px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/modelos.gif) no-repeat;
}

#menuBar a#modelos:hover {
	background-position:0 -40px;
}

#menuBar a#animadores {
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:107px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/animadores.gif) no-repeat;
}

#menuBar a#animadores:hover {
	background-position:0 -40px;
}

#menuBar a#ubicacion {
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:89px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/ubicacion.gif) no-repeat;
}

#menuBar a#ubicacion:hover {
	background-position:0 -40px;
}

#menuBar a#contacto {
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:89px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/contacto.gif) no-repeat;
}

#menuBar a#contacto:hover {
	background-position:0 -40px;
}

#menuBar a#renta {
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:84px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/renta.gif) no-repeat;
}

#menuBar a#renta:hover {
	background-position:0 -40px;
}

#menuBar a#salas {
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:118px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/salas.gif) no-repeat;
}

#menuBar a#salas:hover {
	background-position:0 -40px;
}

#menuBar a#carpas {
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:65px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/carpas.gif) no-repeat;
}

#menuBar a#carpas:hover {
	background-position:0 -40px;
}

#menuBar a#pasarelas {
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:88px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/pasarelas.gif) no-repeat;
}

#menuBar a#pasarelas:hover {
	background-position:0 -40px;
}

.cDiv {
	color: #d0d0d0;
}

/* -- Carousel Stuff -- */
img {
	margin:0;
	padding:1px;
	border:none;
	}

#wrap {
	clear:left;
	height:420px;
	width:640px;
	display:block;
	overflow:hidden;
	position:relative;
}

#carousel {
	width:10000px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}

#carousel li {
	height:420px;
	width:640px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	cursor:pointer;
}

#pages_container ul{
	display: inline;
	float: left;
	border: 1px solid #000000;
	padding: 2px;
	list-style: none;
	text-align:center;
}

#pages {
	text-align:center;
}

#pages li{
	background-color:#3F3F40;
	border:1px solid #FFFFFF;
	color:#EEEEEE;
	/*font-size:75%;
	font-weight:bold;*/
	margin:2px;
	padding:0 5px;
	text-decoration:none;
	float:left;
	left:50%;
	cursor: pointer;
}

/* ----------- */
/* these selector names are based on what you provide to the class */  
/* example 1 */  
#box            { border:1px solid #ccc; width:200px; height:20px; }  
#perc           { background:#ccc; height:20px; }  
/* example 2 */  
#box2           { background:url(../images/progress-bar-back.gif) right center no-repeat; width:200px; height:20px; float:left; }  
#perc2          { background:url(../images/progress-bar.gif) right center no-repeat; height:20px; }  
#text           { font-family:tahoma, arial, sans-serif; font-size:11px; color:#000; float:left; padding:3px 0 0 10px; }