@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body
{
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#contenedor {
	width: 780px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: auto;
}#cabecera {
	height: 45px;
	width: 770px;
	background-color: #999999;
	padding-top: 100px;
	padding-right: 10px;
	background-image: url(../img/bg-cabecera.png);
	background-repeat: no-repeat;
}
#contenido ul{
	list-style-type: none;
}
#contenido ul li{
	padding-left: 20px;
	padding-bottom: 10px;
	list-style-type: none;
	
}
#botonera ul{
	list-style-type: none;
	padding-left: 150px;
	padding-top: 3px;
}
#botonera {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	margin-top: 10px;
}

#botonera ul li{
	display: inline;
	padding-right: 20px;
}

#pie {
	background-color: #999999;
	height: 15px;
	width: 780px;
	margin-top: 15px;
	display: block;
	font-size: 11px;
	color: #333333;
	text-align: center;
	padding-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#pie a {
	font-size: 12px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	text-decoration: none;
}
#pie a:hover {
	font-size: 12px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	text-decoration: none;
}
a {
	font-size: 12px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 15px;
}

