@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../img/bg-html.gif);
	background-attachment:fixed;
	margin: 15px 0px 15px 0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, "Microsoft Sans Serif";
	font-size:12px;
	color:#392b28;
	font-weight:normal;
}
h1 {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, "Microsoft Sans Serif";
	font-size:18px;
	color:#392b28;
	font-weight:bold;
}
h2 {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, "Microsoft Sans Serif";
	font-size:18px;
	color:#392b28;
	padding-right:15px;
	font-weight:normal;
}
a {
	color: #660033;
	text-decoration:none;
}
a:hover {
	color: #CC3333;
	text-decoration:none;
}
#header {
	background-image:url(../img/bg-top.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#4A93FD;
	text-align:left;
}
#menu {
	text-align:left;
	font-family:"Trebuchet MS", Arial, "Microsoft Sans Serif";
	font-size:14px;
}
#menu a {
	background-image:url(../img/boton-out.gif);
	background-position: center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	width:200px;
	height:25px;
	display: block;
	margin:5px;
	padding:10px 0px 0px 15px;
	text-decoration:none;
}
#menu a:hover {
	background-image:url(../img/boton-over.gif);
	color:#4A93FD;
	text-decoration:none;
}
#bottom {
	background-position: top;
	background-repeat: repeat-x;
	height:37px;
}
#copyright {
	text-align: left;
	font-family:"Trebuchet MS", Arial, "Microsoft Sans Serif";
	font-size:11px;
	color:#666666;
	padding-left:15px;
	text-align:center;
}
#subir {
	text-align:center;
}
#subir a {
	color:#392b28;
	text-decoration:none;
}
#subir a:hover {
	color:#666666;
	text-decoration:none;
}
.fotos img {
	margin: 0px 3px 3px 0px;
	border: #000 1px solid;
}
.fotos img:hover {
	border: #000 1px solid;
	cursor:pointer;
}
.fotoslateral img {
	float: left;
	margin: 0px 0px 3px 0px;
	border: #392b28 1px solid;
	clear:both;
}
.fotoslateral img:hover {
	border: #392b28 1px solid;
	cursor:pointer;
}
