@charset "utf-8";
@import url('form.css');

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #262626;
	height: 100%;
	width: 100%;
	line-height: 120%;
}

p {
	margin: 5px;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #F00;
	text-decoration: none;
}

a:hover {
	color: #00F;
}

#main {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -234px auto auto -403px;
	text-align: left;
	width: 807px;
	height: 468px;
	background-image: url(../img/bg_med.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#left {
	width: 198px;
	float: left;
}


#right {
	line-height: 140%;
	width: 465px;
	float: right;
	text-align: left;
	margin: 69px 56px auto auto;
	overflow: auto;
}

#top {
	height: 20px;
	background-image: url(../img/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#med {
	height: 422px;
	padding: 0 18px;
}

#bot {
	height: 26px;
	background-image: url(../img/bg_bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#botonera {
	margin: 25px 0 0 0;
}

#pie {
	margin: 85px 0 0 0;
	text-align: right;
	color: #444;
	font-size: 9px;
}

#pie a:link, #pie a:active, #pie a:visited {
	color: #555;
	text-decoration: none;
}

#pie a:hover {
	color: #888;
}


.texto {
	width: 230px;
	height: 263px;
	overflow: auto;
}

.fotografias {
	height: 270px;
	overflow: auto;
}


.recuadro {
	width: 224px;
	border: 1px solid #666;
	background-color: #222;
	margin: 0 0 5px 0;
}

.form_error {
	color: #F00;
}

.form_ok {
	color: #00F;
}

.resaltado {
	color: #F00;
}