@charset "utf-8";

body {
	margin:0;
	padding:0 0 30px 0;
	background:url('../../img/fondo.png');
	background-attachment:fixed;
}

h1, h2, h3, h4 { margin:0px; padding:0px; font-weight:normal; font-size:1.0em; }
h2 {
	font-size:1.1em;
	color:black;	
}
h3 {
	font-size:0.8em;
	color:black;
	text-decoration:underline;
}
h4 {
	font-size:0.7em;
	color:#666;
	margin:10px 0 30px 0;
}

.texto-descripcion {
	font-size:0.8em;
	color:#333;
}

a#boton-agregar, a#boton-agregar:visited {
	float:right;
	width:207px;
	height:52px;
	background:url('../../img/boton-agregar.png');
	margin:30px 20px 60px 0;
	cursor:pointer;
}
a#boton-agregar:hover {
	background-position:0 -52px;
}
a.menu-pie, a.menu-pie:visited {
	font-family:'Tahoma', Arial, Helvetica;
	font-size:0.6em;
	color:#CCC;
	text-decoration:none;
}
a.menu-pie:hover {
	color:white;
	text-decoration:underline;
}

#centrado {
	margin:35px auto;
	width:700px;
}
#superior_curvado {
	width:700px;
	height:32px;
	background:url('../../img/superior_curvado.png');
	_background:url('../../img/superior_curvadoIE.png');
}
#contenido {
	width:700px;
	padding-bottom:15px;
	background:url('../../img/transparente.png');
	_background:url('../../img/transparenteIE.png');
}

#cabezal {
	float:left;
	width:700px;
	height:112px;
}
#central {
	float:left;
	width:580px;
	margin:30px 0 0 60px;
	_margin:30px 0 0 30px;
	font-family:'Tahoma', Arial, Helvetica;
	font-size:1.0em;
	line-height:20px;
	color:#666;
}

.columna1, .columna2 {
	float:left;
	width:290px;
	text-align:right;
	margin:60px 0 80px 0;
	line-height:normal;
}
.columna1 {
	width:289px;
	text-align:left;
	border-right:1px solid #CCC;
}
.columna2 {
	width:265px;
	padding-left:15px;
}

hr {
	color:#EAEAEA;
}
form {
	margin:50px 0 50px 0;
	padding:10px;
	line-height:normal;
	background:white;
}
label {
	font-size:0.8em;
	color:#333;
}
input, textarea {
	font-family:'Tahoma', Arial, Helvetica;
	font-size:0.8em;
	color:black;
	margin:5px 0 10px 0;
}
textarea {
	width:230px;
	height:190px;
	margin:5px 0 40px 0;
	padding:5px;
}
#boton-enviar {
	width:150px;
	height:35px;
	cursor:pointer;
}

#enviado {
	width:670px;
	margin:0 auto 35px auto;
	padding:15px;
	font-family:'Tahoma', Arial, Helvetica;
	font-size:0.9em;
	line-height:20px;
	color:#333;
	background:url('../../img/transparente.png');	
}

/* Graficos (COL1) */

	#grafico_origen {
		margin:20px 0 40px 0;	
	}
	#grafico_tiempo {
		margin:30px 0 40px 10px;
	}
	#grafico_asid {
		margin:30px 0 0 20px;
	}
	
/* Imagenes (COL2) */

	#captura_sitio {
		margin:15px 20px 50px 0;
		border:none;
		cursor:pointer;
	}
	
/* Pie */

	#pie {
		float:left;
		width:700px;
		height:50px;
		background:#333;
	}
	#menu-pie {
		float:left;
		width:300px;
		height:20px;
		margin:12px 0 0 60px;
		_margin:12px 0 0 30px;
		color:white;
	}
	#logo-vision {
		float:right;
		width:50px;
		height:33px;
		margin:10px 80px 0 0;
		_margin:10px 30px 0 0;
		cursor:pointer;
	}