@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;	
}

body {
	background: #0080c0 url(../img/fondo.jpg) top center no-repeat;
	font: 12px/13px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	color:#404040;
	text-align: center;
}

#mensaje_carga{
	width:330px;
	height:120px;
	z-index:1000;
	display: block;
	position: absolute;
	top:50%;
	left:38%;
	border: 3px solid #CCC;
	background-color:#FFF;
	text-align: center;
	padding: 20px;
}

#wrap {
	margin:auto;
	width:949px;
	text-align:justify;
	height: 680px;
	overflow: visible;
}

#menu {
	width:1008px;
	text-align:justify;
	height: 544px;
	overflow: visible;
	background: url(../img/menusito.png) top left no-repeat;
}

#header {
	
	background: url(../img/header.png) no-repeat bottom left;
	height: 128px;
}

#logo {
	text-align: center;
}

#contenido {
	position:relative;
	overflow:hidden;
	width:180px;
	height:214px;
	display:block;
	padding:172px 0px 0px 170px;
	color: #FFF;
	text-align: center;
	float:left;
}

#video {
	position:relative;
	width:530px;
	height:480px;
	display:inline;
	padding:78px 44px 0px 0px;
	color: #FFF;
	text-align: center;
	float:right;
}

#detector {
	position:relative;
	width:210px;
	height:110px;
	color: #FFF;
	font-weight: bold;
	padding:0px 0px 0px 40px;
	display:inline;
	float:left;
}

#ayuda {
	position:relative;
	width:150px;
	height:110px;
	color: #FFF;
	font-weight: bold;
	padding:0px 0px 0px 0px;
	display:inline;
	float:left;

}
.texto {
	text-align: center;
	margin:3px;
	padding:3px;
	font: 12px/13px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	border:1px solid #6287BC;
}
