@charset "UTF-8";
html, body{
	height:100%;
}
#general {
	min-height: 100%;
	height: auto !important;
	height:100%;
	width: 779px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:5px;
	background-color: #FFF;
	padding-right: 30px;
	padding-left: 30px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
}
#cabecera {
	width: 779px;
	height: 130px;
	margin-bottom: 13px;
}
#menu {
	height: 55px;
	width: 779px;
	margin-bottom: 13px;
}
#main {
	width: 629px;
	margin-right: 255px;
	padding-bottom: 50px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-transform: inherit;
	font-variant: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
td {
	width: 200px;
}
#galeria {
	background-color: #990;
	height: 146px;
	width: 629px;
}
#content {
	width: 629px;
	margin-top: 13px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
}
#lateral {
	background-color: #e6e6e6;
	float: right;
	width: 132px;
	padding-top: 20px;
}
#footer {
	background-color: #E6E6E6;
	padding-top: 1px;
	width:100%;
	text-align:center;
	margin-top:-30px;
	height: 30px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-align: center;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0071e3;
	text-decoration: none;
	font-size: 11px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0071e3;
	text-decoration: none;
	font-size: 11px;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	text-decoration: none;
	font-size: 11px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0071e3;
	text-decoration: none;
	font-size: 11px;
}
.enlacelateral {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	display: block;
	height: 36px;
	width: 132px;
	color: #102F59;
}
.enlacelateral:link {
	background-image:url(images/facebook.png)
}
.enlacelateral:hover {
	background-image:url(images/facebook-02.png);
}
.enlacelateral:visited {
	background-image:url(images/facebook.png)
}
#lateralb {
	background-color: #FFF;
	padding-top: 10px;
	height: 36px;
	width: 132px;
}
li {
	list-style-type: circle;
}

body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#CCC
}
