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

body {
	background-color: #000000;
	color: #FFF;
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
#cabecero{
	height: 168px;
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
	background-image: url(../imagenes/encabezado2.jpg);
	background-repeat: no-repeat;
}
#menu{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #0F0;
}
#cuerpo{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	position: relative;
}
#contenido_derecha {
	width: 700px;
	float: left;
	padding: 25px;
	position: relative;
}
#contenido_izquierda {
	width: 200px;
	color: #FFF;
	float: right;
	padding: 23px;
	position: relative;
}
#pie_final{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h1{
	font-family: Arial;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
h2{
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
h3{
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.clientes{
	color: #FFC;
}

.tabla_presentacion {
	margin-left: 60px;
	margin-top: 30px;
}
.texto1 {
	font-family: Arial;
	font-size: 10pt;
}
.subtitulo {
	font-size: 16pt;
	color: #666666;
}
.textoPie {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
}
.textoMenu {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
}
.titulo {
	font-size: 18pt;
	font-family: Verdana;
	color: #000000;
}
.texto2 {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 30px;
}
.tituloBlanco {
	font-size: 18pt;
	font-family: Arial;
	color: #FFFFFF;
}
.texto1Blanco {
	font-family: Arial;
	font-size: 16pt;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 20px;
}
.precioBlanco {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
}
.textocuadrado {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	padding: 10px;
}
#fotico{
	padding: 5px;
	float: left;
	height: 40px;
	width: 40px;
	background-color: #FFF;
	overflow: hidden;
}

