/* CSS Document 
Autor: Juan Jesus Huertas (Services for the Web)*/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: -1px;
	color: white;
	background-color: black;
}
p{
  	line-height: 1.1em;
}
/******************Layouts Contenidos**************/
#container {
	margin: 0 auto 0 auto;
	width: 700px;
	height: 100%;
	padding: 0;
	background-color: black;
}
.spacer {clear:both;}
#header {
	width: 700px;
	height: 100%;
	margin: 0;
	padding: 0;
}
#julio{
	float: left;
	width: 250px;
}
#numeros{
	float: right;
	width: 430px;
	margin: 100px 0 0 0;
	padding: 10px 0 0 10px;
	text-align: right;
}
#julio_creditos{
	float: left;
	width: 450px;
}
#contenido {
	width: 690px;
	height: auto;
	background: transparent;
	margin: 0;
	padding: 5px;
}

#footer {
	margin: 0 auto 0 auto;
	width: 690px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	clear: both;
}
#mail{
	float: left;
	width: 250px;
}
#arco{
	float: right;
	width: 430px;
	margin: 0;
	padding: 0;
	text-align: right;
}
/************Links **************/
A.enlace{
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: white;
	margin: 0;
	padding: 0 2px 0 2px;
	background: transparent;
}
A.enlace:hover {
	font-size: 100%;
	font-weight: bold;
	color: black;
	background: white;
}

A.enl{
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: white;
	margin: 0;
	padding: 0 2px 0 2px;
	background: transparent;
}
A.enl:hover {
	font-size: 100%;
	font-weight: bold;
	color: black;
	background: white;
}

A.enl_gris1{
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: white;
	margin: 0;
	padding: 0 2px 0 2px;
	background: transparent;
}
A.enl_gris1:hover {
	font-size: 100%;
	font-weight: bold;
	color: black;
	background: #D3D3D3;
}

A.enl_gris2{
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: white;
	margin: 0;
	padding: 0 2px 0 2px;
	background: transparent;
}
A.enl_gris2:hover {
	font-size: 100%;
	font-weight: bold;
	color: black;
	background: #A9A9A9;
}

A.enl_gris3{
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: white;
	margin: 0;
	padding: 0 2px 0 2px;
	background: transparent;
}
A.enl_gris3:hover {
	font-size: 100%;
	font-weight: bold;
	color: black;
	background: #696969;
}
/******************Formularios**************/
.cajas {
	border: none;
	font-size: 14px;
	background-color: #996633;
	color: black;
	filter: alpha(opacity=40);
	-moz-opacity: .40;
	opacity: .40;
}
.cajatexto {
	border: none;
	font-size: 14px;
	background-color: #3D2914;
	color: black;
}
.cajatexto:focus {
	border: none;
	font-size: 14px;
	background-color: #666652;
	color: black;
}
/******************Stilos de Etiquetas**************/
h1 {
	font: bold 360% Arial, Helvetica, sans-serif;
	color: white;
	margin: 50px 0 0 10px;
	letter-spacing: -4px;
}
/******************Imagen con sombra**************/
.imagenes {
	padding: 0;
	margin: 5px 0 0 0;
	background-color: transparent;
}

