@charset "utf-8";

.loader_script { 
	position: absolute;
	margin: 0px auto;
	background-color: #FFF;
	layer-background-color: #FFF;
	text-align: left;
	height: 100%;
	width: 960px;
}
.loader_table {
	text-align: center;
	height: 100%;
	font-family: sans-serif;
	font-size: 12px;
	color: gray;
	
}
body {
	font-family: sans-serif;
	font-size: 12px;
	position: relative;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	text-align: center; /* Se centra el cuerpo de la página pero se debe colocar en el container "margin :0 auto;" para que este quede centrado. La alineación de texto que se quiera para el contenido como tal */
}
h1 {
	font-size: 32px;
	font-weight: bolder;
	color: #000;
}
h2 {
	font-size: 22px;
	font-weight: bolder;
	color: #000;
}
h4 {
	font-size: 22px;
	font-weight: bolder;
	color: #000;
}
span {
	color: #F00;
}	
.logo_hidden {
	display: none;
}
.container {
	width: 960px;
	margin: 0px auto; /* se debe utilizar este tipo de margen para poder centrar la pagina */
	text-align: left; /* se alinea todo el texto presente en el container a la izquierda para evitar que preceda el "text-align: center;" del "body" */
}
.preheader { /* Contiene la barra blanca con bordes redondeados en la parte superior */
	background-image: url(/images/_bckgnd/wht_preheader.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
.header {
	background-image: url(/images/_bckgnd/wht_header.png);
	background-repeat: repeat-y;
	font-size: 14px;
	margin: 0px;
	height: 60px;
	vertical-align: middle;
}
.header_logo {
	width: 230px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 5px;
	float: left;
	text-align: center;
	height: 55px;
}
.header_menu {
	width: 720px;
	margin: 0px;
	float: left;
	height: 60px;
}
/***********************************
			     CUERPO DE LA PAGINA
***********************************/
.mediaplayer {
	background-image: url(/images/_bckgnd/wht_media.png);
	background-repeat: repeat-y;
	margin: 0px;
	height: 300px;
	padding: 0px 5px;
}
.flash {
	margin: 0px;
	height: 200px;
	padding: 20px 50px;
}
.mediacontent {
	background-image: url(/images/_bckgnd/wht_media.png);
	background-repeat: repeat-y;
	margin: 0px;
	height: 150px;
	padding: 0px 5px;
}
.maincontent {
	background-image: url(/images/_bckgnd/wht_header.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 5px;
	height: auto;
	float: left;
/*	clear: both;  */
}
.maincontact {
	background-image: url(/images/_bckgnd/wht_header_contact.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 5px;
	height: auto;
	float: left;
/*	clear: both;  */
}
.leftcontent {
	padding: 5px 10px;
	float: left;
	width: 290px;
	font-size: 12px;
	/*	background-color: #EBEBEB; */
/*	border: 1px solid #CCC; */
/*	height: 450px;	*/
	margin-top: 0px;
	margin-left: 5px;
	color: #666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
}
.rightcontent {
	padding: 5px 10px;
	float: left;
	width: 605px;
	/*	height: 450px;	*/
	/*	border: 1px solid #CCC; */
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #666;
	font-size: 14px;
	background-color: #FFF;
	text-decoration: none;
}
/***********************************
			      FOOTER :: CONTACTO
***********************************/
#contact {
	clear: both;
	float: left;
	height: auto;
	width: 950px;
	background-image: url(/images/_bckgnd/wht_contact.png);
	background-repeat: repeat y;
	margin: 0px;
	padding: 5px 5px;
	color: #FFF;
	font-size: 12px;
} 
#contact div.left {
	margin: 0px;
	padding: 0px 0px;
	float: left;
	width: 230px;
/*	border: 1px solid #CCC; */
/*	height: 450px;	*/
	margin-left: 5px;
	text-align: center;
}
#contact div.center {
	padding: 0 5px;
	width: 459px;
	margin: 0 5px;
	border-right: 1px solid #999;
	float: left;
}
#contact div.right {
	padding: 0 5px;
	float: right;
	width: 220px;
/*	height: 450px;	*/
	text-align: center;
	border: 0px solid #CCC; 
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contact label.campos {
	padding: 5px 0;
	display: block;
	width: 300px;
	vertical-align: middle;
}
#contact input.campos {
	font-size: 10px;
	color: #666;
	margin: 0px;
	border: 0;
	padding: 5px;
	text-indent: 5px;
	height: 15px;
	width: 290px;
	background-image: url(images/_bckgnd/contact_textarea.png);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
}
#contact select.campos {
	font-size: 10px;
	color: #666;
	background-image: url(images/_bckgnd/contact_textarea.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 300px;
	border: 0;
	vertical-align: middle;
	padding: 5px;
}
#contact textarea.campos {
	font-size: 10px;
	color: #666;
	text-decoration: none;
	height: 90px;
	width: 290px;
	border: 0;
	padding: 5px;
	background-image: url(images/_bckgnd/contact_textarea_box.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#contact input.enviar {
	margin: 10px 0;
	background-image: url(images/_bckgnd/contact_submit.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 60px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/***********************************
			         FOOTER :: FINAL
***********************************/
.bottomend {
	background-image: url(/images/_bckgnd/wht_bottomend.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 20px;
	clear: left;
}
.tittle {
	font-size:14px;
	font-weight:bold;
	color: #06C;
}
/***********************************
			               PRODUCTOS
***********************************/
.bckgndcontent {
	background-image: url(images/_bckgnd/pongale_lupa.jpg);
	background-repeat: no-repeat;
	padding-top: 800px;
	float: left;
	width: 500px;
	height: 400px;
	margin: 0px;
	border: 0px;;
	list-style-type: none;
	text-align: center;
}
.product_cont {
	padding: 10px 10px;
	float: left;
	width: 430px;
	margin: 0px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
.prcontact {
	float: left;
	width: 100%;
}
/***********************************
			               DESCARGAS
***********************************/
.bckgnddwnloads {
	background-image: url(images/_bckgnd/downloads.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 200px;
	float: left;
	width: 500px;
	height: 540px;
	margin: 0px;
	border: 0px;;
	list-style-type: none;
	text-align: center;
}
