a {color:#7a7a7a;}
a:hover{text-decoration:none;}

iframe {
 margin-left: -8px;
}

body { 
 background-color: black;
 background-image: url(../img/bg.gif);
 font-family: Arial, Helvetica, sans-serif;
 color:#999;
 font-size:14px;
 line-height:1.2em;
}

h3{
 font-size:1.5em;
 line-height:1em;
 margin-bottom:15px;
 color:#fff;
 font-weight:bold;
 text-transform:uppercase;
 font-family:Georgia, "Times New Roman", Times, serif;
}

ul{
 list-style:none;
 padding-left: 0px;
}

li { background:url(../img/li.gif) no-repeat 0 7px; padding-left:12px; line-height:1.692em;}

/* --------------- Estilos para los divs --------------- */
#cuadro { width: 900px; height: 500px; margin: 0 auto; }
#menu { width: 900px; height: 112px; }
#foto { width: 900px; height: 300px; }
#contenido { width: 600px; }
#contacto {
	width: 250px;
	float: right;
	margin-left: 1px;
	margin-top: 43px;
	text-align: right;
	background-image:url(../img/line.gif);
	background-repeat: repeat-y;
	background-position:left;
}

/* --------------- Formulario -------------------------- */
input {width:280px; border:1px solid #2d2d2d; background:none; padding:1px 0 1px 5px; font-size: 1em; color: #999;}
textarea {width:280px; height:92px; font-family: Arial, Helvetica, sans-serif; border:1px solid #2d2d2d; background:none; padding:1px 0 1px 5px; overflow:auto; color: #999; font-size: 1em; } 
td { text-align: left; }
.titulos { text-align: left; }
.boton { width: 65px; }