@charset "utf-8";
/* CSS Document */

/***********/
/* RESETEO */
/***********/

body, p, h1, h2, h3, h4, h5, h6, div, table, td, form, input, select, textarea, a, tr, img, blockquote{
	/*outline-style:none;*/
	padding:0;
	margin:0;
	border:0;
	border:none;
}

:focus{
	outline:none;
	outline-style:none;
}


/*************/
/* GENERALES */
/*************/

h4 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	font-weight: normal;
	margin: 30px;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #999;
	color: #FFF;
}
#contenedor {
	position: absolute;
	left: 50%;
	top: 52%;
	width: 100%;
	height: 650px;
	margin-top: -325px;
	margin-left: -50%;
	overflow: auto;
}
#cabecera {
	background-image: url(../images/line_grey001.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 4px;
}

#contenido {
	background-color: #FFF;
	text-align: center;
	height: 550px;
}
#lineaGris {
	background-image: url(../images/line_grey001.gif);
	background-repeat: repeat-x;
	height: 4px;
}
#sombreado {
	height: 12px;
	background-image: url(../images/sombreado_333333.png);
	background-repeat: repeat-x;
}
#pie {
	text-align: center;
	height: 50px;
}

#pie a {
	color: #FFF;
	text-decoration: none;
}

#pie a:hover {
	color: #E9E9E9;
	text-decoration: underline;
}

