h1 img {
	display: block;
}
#requisitos{
	text-align:left;
	padding-bottom:1em;
	
	}
#requisitos li{
	padding-bottom:.5em;
	list-style-type:square;
	}
marquee{
	color:#00F;
	font-size:200%;
	font-family:"Script MT Bold", "Monotype Corsiva", "Lucida Sans Typewriter";
}
h1 {
	font-size:180%;
	text-align: center;
	color:#00F
}
h2 {font-size:150%;
	color:#00F
}
h3 {font-size:115%;
	color:#00F
}
img {
	border: 0;
}
a {
	color: #666666;
	text-decoration: none;
}

#nav a:hover {
	color:#EDEA07;
	text-decoration: underline;
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
strong {color: #EDEA07;} 
body {
	background: #8E0D0D url(images/bggaby.gif);
	text-align: center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #565656;
	background-color: #48a8df;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 788px;
position: relative;
}
#left {
	position: absolute;
	top: 0;
	left: 1px;
	width: 268px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#right {
 position: absolute;
 top: 0;
 left: 268px;
 width: 550px;
}

/** Left **/
#left {
 background: url(images/logo.jpg) no-repeat;
 padding-top: 30px;
}
#left h1 {
	text-align: center;
	font: 28px verdana, serif;
	color: #48a8df;
	height: 668px;
}
#copyright {
	color: #EFEA08;
	font-weight:normal;
	background-color: #5089B4;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EFEA08;
	border-bottom-color: #EFEA08;
	border-left-color: #EFEA08;
}
#copyright p {
 margin: 0 1em 0.5em 1em;
}

/** Right **/
#nav {
	background: url(images/header.jpg) no-repeat;
	height: 120px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", "sans-serif";
}
#nav ul {
 margin: 0;
 padding: 0 0 0 10px;
}
#nav li {
	font-size:90%;
	float: left;
	border-right: 1px solid #EDEA07;
	border-left: 1px solid #EDEA07;
	padding: 19px 3px 19px 3px;
	width: 8.5em;
	list-style: none;
	text-align:center;
}
#nav li a {
	color: #00F;
	font-weight:bold;
	text-decoration:none;
	font-size:100%;
	display:block;
}

/** Body **/
#body {
 background: url(images/body_bg.jpg) repeat-y;
}
#body-top {
 background: url(images/body_top.jpg) no-repeat;
}
#body-bot {
 background: bottom left url(images/body_bot.jpg) no-repeat;
 padding: 36px 39px 19px 39px;
}

#body .left {
 margin: 0 26px 0 0;
}
.direcc{
	font-size:110%;
	font-style:italic;
	color:#00C;
	}
a{
	color:#00C;
	text-decoration:underline;
	}	
a:hover{
	font-size:110%;
	text-decoration:none;
}
			
			
/** footer **/
.body-hr {
 clear: both;
 height: 43px;
 background: bottom left url(images/body_hr.jpg) no-repeat;
 margin: 10px -39px;
}

#footer-1 {
  float: left;
  width: 90px;
  padding-right: 20px;
  margin-top: 5px;
  border-right: 0;
  font: 14px "times new roman", serif;
  color: #48a8df;
  text-align: center;
}
#footer-1 strong {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
#footer-2 {
  float: left;
  width: 154px;
  margin-left: 12px;
  font: 18px "times new roman", serif;
  color: #000;
  line-height: 34px;
}
#footer-2 .left {
  margin-right: 12px;
}
#footer-3 {
  float: left;
  width: 135px;
  margin: 0;
  font: 14px "times new roman", serif;
  color: #000;
  text-align: center;
}
#footer-3 .left {
  margin-right: 12px;
}
.Estilo1 {color: #000000}
.Estilo8 {
	font-size: 9px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
	font-style: italic;
}
.Estilo3 {
	color: #0000FF;
	font-size: 24px;
	font-family:"Script MT Bold", "Monotype Corsiva", "Lucida Sans Typewriter";
	}

/* ============================
   	El formulario de contacto
	============================ */
form {
  background-color: #eee;
  width: 400px;
  padding: 20px;
  border: 1px solid #8c8c8c;
}
label { display: block; } 
#remitente, #nombre, #telefono, textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea { height: 7em; }
input:focus, textarea:focus 
{
  background-color: #d9d9d9; 
}

