/* HTML TAGS Re-definición */

body { margin: 0; padding: 0; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: justify; }

img { border: 0; }

table { width: 100%;  }

th { padding: 4px; background-color: #FF9900; color: #FFFFFF; font-weight: bold; line-height: 150%; vertical-align : middle; }

table td { margin : 0; padding: 0; border: 0; line-height:125%; vertical-align: top; }

h1,h2,h3,h4,h5 { margin: 15px 0px 8px 0px; padding: 0; text-align: justify; }

h1 { font-size: 1.5em; }

h2 { font-size: 1.25em; }

h3 { font-size: 1.1em; }

h1,h2 { color: #FF0000; background-color: inherit; }

h3,h4,h5 { color: #666666; background-color: inherit; }

hr { width: 98%; height: 1px; border-bottom: 1px dotted #FFF; }

a:link { color: #2564C4; text-decoration: none; }

a:visited { color: #2564C4; text-decoration: none; }

a:hover { color: #FF9900; text-decoration: none; }

p {  }

ul, ol, li { text-align: left; }

legend { padding: 0px 10px; color: #FF6600; background-color: inherit;}

fieldset { border: 0px solid #FFFFFF; }

input { background-color: #F5F5F5; border: 1px solid #CCCCCC; }

textarea { background-color: #F5F5F5; border: 1px solid #CCCCCC; }

input:focus, textarea:focus { background-color: #FFFFFF; border: 1px solid #999999; }

select { background-color: #F5F5F5; border: 1px solid #CCCCCC; }

select:focus { background-color:#FFFFFF; border: 1px solid #999999; }

/* Idiomas */

#idiomas a i { visibility: hidden; }

a#en {
	position: relative;
	top: 48px;
	left: 690px;
}

a#es {
	position: relative;
	top: 48px;
	left: 670px;
}

a#fr {
	position: relative;
	top: 48px;
	left: 743px;
}

/* Menú vertical */

.bevelmenu_vertical {
	list-style-type: none;
	margin: 0px;
	width: 130px;
	padding: 4px 4px;
}

.bevelmenu_vertical li a {
	display: block;
	width: 130px;
	padding: 4px 4px;
	font-weight: bold;
	border: 1px solid #E1E8F0;
}

.bevelmenu_vertical li a:hover {
	border-style: outset;
}

/* Menú horizontal */

.bevelmenu_horizontal {
	list-style-type: none;
	margin: 0px;
	padding: 4px 4px;
}

.bevelmenu_horizontal li {
	float:left;
}

.bevelmenu_horizontal li a {
	display: block;
	width: 115px;
	padding: 4px 4px;
	font-weight: bold;
	border: 1px solid #E1E8F0;
}

.bevelmenu_horizontal li a:hover {
	border-style: outset;
}

/* Texto */

.smalltext {
	font-size: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

.parrafo {
	margin-left: 15px;
	margin-right: 15px;
	text-align: justify;
}

.rectangulo_gris {
	padding: 4px 4px;
	color: #666666;
	font-weight: bold;
	background-color: #f6f6f6;;
	border: #e0e0e0 1px solid;
}

.rectangulo_naranja {
	padding: 4px 4px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FFCC00;
}

}

/* Pie de página */

.menu_pie {
	color: #DA4E1F;
	font-size: 10px;
}

.smalltext_gris {
	color: #666666;
	font-size: 10px;
}

/* Thumbnails */

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */

}