/*
GENERALES
*/
body,td,th {
	font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin: 0;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: #993366;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.main {
	width: 985px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
}

/*
CABECERA
*/
.cabecera{
	height:387px;
	background: url(../img/bg_header_gal.jpg) no-repeat;
}
.cabecera h1{
	display:none;
}
.top{
	height: 40px;
	text-align: right;
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-size: 11px;
	padding: 10px 25px 5px 0;
	color: #D0DEFD;
	text-align: right;
}
.top a:link,.top a:visited{
	color: #D0DEFD;
	text-decoration:none;
}
.top a:hover{
	color: #6ECBFF;
	text-decoration:none;
}
.top form{
	width: 175px;
	float:right;
}
.search_string {
	width: 100px;
	height: 14px;
	font-size: 10px;
	background-color: #D0DEFD;
}
.search_submit {
	width: 50px;
	height: 14px;
	font-size: 11px;
}

.menu{
	height: 30px;
	text-align: right;
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-size: 10px;
	padding: 0;
	color: #fff;
	text-align: right;
	border-top:1px solid #D0DEFD;
}

/*
CONTENIDO
*/
.content {
	padding: 4px 10px 14px 10px;
	text-align: justify;
	border-left:1px solid #DDE9F3;
	border-right:1px solid #B4CBE2;
}
/*
a:link, a:visited, a:active {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: none;
}
*/
.content h1{
	font-family: 'trebuchet ms',trebuchet ms, verdana, sans-serif;
	font-size: 16px;
	color: #C42E40;
}

/*
PIE
*/
.footer {
	background-color: #FFFFFF;
	clear: both;
	height: 20px;
	background: url(../footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666666;
	text-align: right;
	line-height: 18px;
}
.footer a,.powered_by a {
	text-decoration:none;
	color: #666666;
	padding-right: 10px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}

