html, body, p, div, ul, ol, li, form, img, h1, h2, h3, h4, h5, h6, select, input, textarea, span, th, td, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	}

body {
	background-image: url(img/header_fondo.jpg);
	background-position: top;
	background-color: #000000;
	background-repeat: no-repeat;
	}
	
#header_contenedor {
	width: 100%;
	background-image: url(img/header_linea.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 165px;
	position: relative;
	}
	
.contenido {
	width: 990px;
	left: 50%;
	margin-left: -495px;
	position: relative;
	}

#header {
	overflow: auto;
	#overflow: visible;
	}

#logo {
	margin-left: 15px;
	margin-top: 50px;
	float: left; 
	}
	
#idioma {
	float: right;
	margin-right: 15px;
	height: 24px;
	background-image: url(img/idioma_etiqueta_gris.jpg);
	background-repeat: no-repeat;
	width: 138px;
	}
	
#idioma p {
	text-transform: uppercase;
	margin-top: 7px;
	margin-left: 71px;
	}

#idioma p a{
	color: #b5b3b3;
	font-size: 10px;
	}

#idioma p a:hover{
	color: #ffffff;
	}

#menu {
	margin-top: 145px;
	margin-right: 2px;
	overflow: auto;
	}
	
#menu li {
	float: right;
	margin-right: 15px;
	}

#menu li a {
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	}

#menu li a:hover {
	color: #830101;
	}

#pagina {
	overflow: auto;
	#overflow: visible;
	}
	
#pagina_titulo {
	background-image: url(img/tituloContenido_fondo.jpg);
	width: 225px;
	margin-left: 15px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 9px;
	height: 22px;
	}

.textos_contenedor {
	width: 960px;
	margin-left: 15px;
	margin-top: 40px;
	border: 0px solid white;
	float: left;
	clear: left;
	}
	
.titulo {
	width: 205px;
	float: left;
	text-transform: capitalize;
	text-align: right;
	margin-top: 10px;
	border: 0px solid red;
	padding-right: 20px;
	}
	
.titulo img {
	margin-top: -3px;
	}
	
.titulo img.logo_tecnologias {
	margin-top: 5px;
	}
	
.texto {
	float: left;
	border-left: 1px solid #808080;
	padding: 10px 0;
	padding-left: 20px;
	width: 710px;
	}

.texto p, li {
	color: #b5b3b3;
	text-align: justify;
	}

.texto a {
	color: #ffffff;
	}
	
.texto a:hover {
	color: #830101;
	}
	
.texto li {
	list-style-type: disc;
	list-style-position: inside;
	}
	
.texto img {
	margin-top: 3px;
	float: left;
	}
	
#footer_contenedor {
	width: 100%;
	background-image: url(img/footer_fondo.png);
	behavior: url(iepngfix.htc);
	background-repeat: no-repeat;
	height: 201px;
	position: relative;
	margin-top: 60px;
	background-position: top;
	}
	
#footer {
	text-align: center;
	padding-top: 35px;
	}
	
#footer p {
	color: #717171;
	line-height: 16px;
	}
	
#footer p span {
	margin-bottom: 5px;
	font-size: 12px;
	color: #b4b4b4;
	display: block;
	}

#form_contacto input, textarea {
	width: 400px;
	background-color: #1f1f1f;
	border: none;
	padding: 2px;
	}
	
#form_contacto textarea {
	height: 200px;
	}
	
#form_contacto #captcha {
	width: 196px;
	float: left;
	clear: left;
	margin-top: 5px;
	}
	
#form_contacto #submit {
	background-color: #808080;
	width: 100px;
	color: #000000;
	}

#form_contacto .textos_contenedor {
	margin-top: 10px;
	}
	
#form_contacto #margen_arriba {
	margin-top: 40px;
	}
	
.mensaje {
	color: red;
	margin: 3px 0;
	}
	
#nombre_vacio {
	display: none;
	}
	
#mail_vacio {
	display: none;
	}
	
#mail_valido {
	display: none;
	}
	
#captcha_vacio {
	display: none;
	}
	
#captcha_valido {
	display: none;
	}
	
#msj_vacio {
	display: none;
	}
	
#logo_circo a img {
	border: none;
	}
	
#logo_circo {
	float: right;
	margin-top: 20px;
	}
