/* Compatibilidad IE - Firefox */
/*
*{-moz-box-sizing: border-box;box-sizing: border-box}
p{margin-top:0px;margin-bottom:1em}
form{margin:0px}
input{padding:1px}
*/
/* 
http://www.ricplan.net/index.php/css-compatible-para-internet-explorer-y-firefox 
http://www.quirksmode.org/css/box.html	
http://php.apsique.com/node/65
http://www.minid.net/2003/06/28/minidnet-en-progreso/
http://www.google.es/search?hl=es&q=moz-box-sizing&btnG=B%C3%BAsqueda&meta=lr%3Dlang_es
*/

body,table {
	background-color: #42424A;
	font: 10px Verdana, sans-serif;
	color: #666666;
	text-align: center;
}

a {
	color: #666666;
	background-color: white;
}

img {
	border: 0px;
}

a:hover {

}

#content {
	/* background: white url('../img/fondo2.gif') no-repeat; */
	background-color: #FFFFFF;
	width:  651px;
	height: 533px;
	color: #666666;
}

.menu {
	text-align: left;
	width: 170px;
	list-style-type: none;
	padding: 0px;
	margin: 22px 0px 0px 20px;
	height: 225px;
}

.menu li {
	margin-top: 15px;
	text-transform: uppercase;	
}

.menu a {
	font-weight: bold;
	width: 100%;
	height: 14px;
	display: block;
}

.menu .selected {
	/*
	color: white;
	text-align: right;
	background-color: #7AB6C2;
	padding-right: 5px; */
	font-weight: bold;
}

.menu a:hover {
	/* color: white; 
	text-align: right;
	background-color: #EFEFEF;
	padding-right: 5px;
	color: #666666;*/
}

.submenu {
	padding: 0px;
	margin: 0px 0px 0px 8px;
	list-style-type: none;
}

.submenu li {
	margin: 0px;
	padding: 0px;
	text-transform: none;
	margin-bottom:10px;	
}

.submenu a {
	font-weight: normal;
	height: 8px;
}

.map {
	background: white url('../img/map.gif') no-repeat;
	color: #640000;
	text-align: center;
	font: italic bold 11px Georgia,sans-serif;
	width: 135px;
	height: 91px;
	letter-spacing: 0px;
	padding: 30px 0px 00px 0px;
}

.mail {
	color: #999966;
	margin-top: 10px;
	font-size: 9px;
	display: block;
	background-color: white;
}

.left {
	float: left;
	width: 240px;
	text-align: center;
}

.right {
	float: right;
	padding-right: 22px;
}

.lang {
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	height: 38px;
	line-height: 38px;
	margin-right: 31px;
	color: #999999;
	background-color: white;
}

.lang .selected {
	color: #FF9900;
	background-color: white;
}

.lang a {
	color: #999999;
	background-color: white;
}

.logo {
	margin-top: -2px;
	text-align: center;
}

.banner {
	text-align: right;
	margin-bottom: 20px;
}

/*
.banner img {
	Filter: Alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=600, FinishY=0);	   
}
*/

h1 {
	font: italic bold 12px Arial,sans-serif;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	float: left;
	line-height: 38px;
	background-color: white;
}

h2 {
	font: italic bold 14px Georgia,sans-serif;
	color: #333333;
	background-color: white;
	border-left: 5px solid #CCCC99;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 5px 0px;
}

.galeria {
	font: 10px Arial,sans-serif;
	color: #999966;
	background: white url('../img/separacio.jpg') no-repeat;
	padding-top: 5px;
	display:block;
}

.galeria span {
	font: 13px Verdana,sans-serif;
	margin-right: 5px;
	letter-spacing: -2px;
	vertical-align: -1px;
}


.detail_left {
	float: left;
	width: 180px;
	text-align: justify;
}


.detail_right {
	float: right;
	width: 181px;
	text-align: right;
}

.detail_right img {
	margin-left: 2px;
}

.detail_img {
	margin: 0px 0px 11px 0px;
	width: 178px;
	height: 294px;
	background: white url('../img/loading_little.gif') no-repeat 50% 50%;
	color: black;
}

.mini {
	cursor: pointer;
}

.gallery_img {
	margin-bottom: 10px;
	width: 385px;
	height: 385px;
	background: white url('../img/loading_little.gif') no-repeat 50% 50%;
	color: black;
}

.gallery {
	text-align: right;
}

.gallery img {
	margin: 2px;
	cursor: pointer;
}

.intro img {
	width: 123px;
	height: 460px;
	background: white url('../img/loading_little.gif') no-repeat 50% 50%;
	color: black;
}


.back {
	font: 10px Arial,sans-serif;
	color: #999966;
	background-color: white;
	padding-top: 5px;
}

.back span {
	font: 13px Verdana,sans-serif;
	margin-right: 5px;
	letter-spacing: -2px;
	vertical-align: -1px;
}

.no_link {
	cursor: default;
}

.link p {
	margin: 10px 0px;	
}

p a {
	font-weight: bold;
}

.required {
	color: red;
	background-color: white;
	margin-left: 5px;
}

.contact p {
	margin: 10px 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea {
	margin-bottom: 8px;
	font: 10px Verdana,sans-serif;
	color: #666666;
	background-color: white;
	border: 1px solid #666666;
	display: block;
}

input.text, textarea {
	width: 100%;
}


.description {
	height: 310px;
}

