﻿* {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#666666;
}
h1 {
	font-weight:normal;
	font-size:28px;
}
h2 {
	font-weight:normal;
	font-size:24px;
}
h3 {
	font-weight:normal;
	font-size:14px;
}
ul {
	list-style:none;
}
div.contenedor {
	width:768px;
	margin:auto;
}
a {
	color:#3e3e3e;
}
a:hover {
	color:#bbbbbb;
}
a.enlacenormal {
	color:#666666;
}

/*---------------- Header ----------------*/

div.header {
	height:100px;
	background-image:url('../images/bg_header.gif');
}

/*---------------- Header TOP ----------------*/

div.header div.top {
	width:384px;
	height:32px;
	padding-top:5px;
	float:left;
}
div.header div.top blockquote {
	text-align:right;
}
div.header div.top blockquote img {
	margin-top:8px;
	margin-right:16px;
}

/*---------------- Header Titulo ----------------*/

div.header div.titulo {
	clear:left;
	height:25px;
	padding-top:5px;
	letter-spacing:6px;
	text-align:center;
	font-size: 9px;
}
/*---------------- Logo ----------------*/
div.logotipo {
	padding-top:5px;
	margin-bottom:5px;
	text-align:center;
}
/*---------------- Cuerpo ----------------*/

div.cuerpo div.sidebar {
	width:288px;
	float:left;
}
div.cuerpo div.contenido {
	color:#888888;
	width:480px;
	margin-top:16px;
	margin-bottom:16px;
	float:left;
}
div.cuerpo div.sidebar div.text {
	margin:16px 32px 16px 16px;
	color:#888888;
}
div.cuerpo div.sidebar div.text img {
	margin-bottom:32px;
}
div.cuerpo div.sidebar div.text p {
	text-align:justify;
	padding-top:8px;
}
/*---------------- Menu ----------------*/
div.menu {
	clear:both;
}
div.menu img {
	margin:4px 4px 0px 4px;
}
div.menu li {
	float:left;
	font-size:13px;
	font-weight:bold;
}
div.menu li a {
	width:128px;
	height:64px;
	display:block;
	text-decoration:none;
	background-image:url('../images/boton.gif');
}
div.menu li a:hover {
	width:128px;
	height:64px;
	display:block;
	background-image:url('../images/boton_on.gif');
	color:#ffffff;
}
div.menu li a span{
	padding-top:32px;
	text-align:center;
	display:block;
}
/*---------------- Footer ----------------*/
div.footer {
	clear:both;
	text-align:center;
	font-size: 12px;
}
div.footer p {
	padding-top:16px;
}
/*------------ formulario ------------*/
form p {
	clear:both;
}
legend {
	display: none;
}
fieldset {
	padding: 16px;
}
input {
	width: 128px;
	background-color:#ebebeb;
	border: solid #ffffff 1px;
	padding: 4px;
}
textarea {
	width: 256px;
	height: 128px;
	background-color:#ebebeb;
	border: solid #ffffff 1px;
	padding: 4px;
}
label {
	float: left;
	width:128px;
	text-align: right;
	margin: 4px 8px 0px 0px;
	padding: 4px;
}
textarea:focus {
	background: #ffe4a1;
	color: black;
}
input:focus {
	background: #ffe4a1;
	color: black;
}
input.boton {
	width: 128px;
	border: 1px solid #ffffff;
	padding: 2px 1em;
	background: #ebebeb;;
	color: #000000;
}
