@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #DDD;
}
body {
	background-color: #001528;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #031425;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

h1 {
	color: #FFF;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

h3 {
	color: #0FF;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

#contenedor {
	width: 862px;
	margin: 0 auto;
}
#menu {
	width: 842px;
	height: 37px;
	padding-right: 20px;
	background-image:url(../images/layout_04.jpg);
	text-align: right
}
	#menu .item {
		padding-top: 10px;
		padding-right: 15px;
		font-size: 14px;
		font-family: Tahoma, Geneva, sans-serif;
		font-weight: bold;
		color: #FFF;
		float: right;
	}
		
#cuerpo {
	width: 822px;
	background-image: url(../images/layout_05.jpg);
	background-position: top center;
	min-height: 700px;
	padding: 20px;
}

#divSlide {
	border: solid 4px #FFF;
	width: 800px;
	margin: 0 auto;

	vertical-align: center;
	text-align: center;
}
#divSlideWrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}
#divSlideContainer {
	padding-bottom: 40px;	
}

#formulario {
	padding: 10px;
	margin: 0 auto;
	width: 400px;
	border: solid 4px #FFF;
}

	.input_error {
		border: solid 1px #0FF;
	}
	
	input {
		width: 99%;	
	}
	
select {
	font-size: 12px;
	border: solid 2px #FFF;
	background-color: #FFF;
}

.boliche {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.galeria {
	font-size: 14px;
	font-weight: bold;
	color: #0FF;
	
}
