/*general*/ 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin :0px;
	background-color: #FFFBD6;
	background-image: url(images/fondo_top.gif);
	background-repeat: repeat-x;
}

div.flags{
	position: absolute;
	top: 50px;
	right: 35px;
	z-index: 2;
}

ul{
	list-style: disc;
	list-style-position: outside;
	margin: 10px 10px 10px 0px;
}

li{
	margin-bottom: 5px;
	color: #493851;
}

h1{
	font-size: 110%;
	color:#3A006E;	
	font-weight: bold;
	padding-bottom:0px;
	margin:30px 10px 7px 0px;
}

strong{
	font-weight: bold;
	color:#433549;
	letter-spacing: 1px;
}

.floatright{
	float: right;
}

a {
	color: #7309A9;
	text-decoration: none;
}

a:hover {
	color: #AC0AFF;
}

p {
	margin:3px 10px 10px 0px;
	color: #493851;
	font-size: 80%;
	line-height: 145%;	
}

li{
	color: #493851;
	font-size: 90%;	
}

div.contenido{
	margin: 0% 20% 10% 25%;
}

iframe{
	margin: 0px 0px 0px 150px;
}

/* navegación dentro */

div.nav{
	color:#837767;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-size:90%;
	line-height: 180%;
	padding: 0px 10px 20px 0px;
	float: right;
	z-index: 3;
	position: absolute;
	top: 155px;
	left: 50px;
}

div.nav a{
	color:#743594;
	text-decoration:none;
	background-image: url(images/icono_enlace.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 0px 15px;
}

div.nav a:hover{
	color:#A900FF;
	background-image: url(images/icono_enlaceH.gif);
}

.selected{
	margin-left: 15px;
}

/* dirección */

div.pie{
	width: 100%;
	font-size: 85%;
	margin-top: 30px;
	padding: 10px 20px 40px 20px;
	border-top: 1px solid #CBC8B4;
	color: #868279;
	text-align: center;
	clear:both;
}


div.bottomline{
	position: relative;
	bottom: 0px;
	background-image: url(images/raya_fondo.gif);
	background-repeat: repeat-x;
	height: 18px;
	width: 100%;
	background-color: #3F4E81;
	margin:0px;
	padding: 0px;
	clear:both;
}

a.language{
	background-image: none;
	font-weight: bold;
	font-size: 72%;
	text-transform: uppercase;
}

.sendbutton{
	background-color: #8506A5;
	border-top: 2px solid #CC00FF;
	border-right: 2px solid #630466;
	border-bottom: 2px solid #630466;
	border-left: 2px solid #CC00FF;
	padding: 1px 1px 1px 1px;
	letter-spacing: 1px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:hand;
	font-size: 70%;
	text-transform:lowercase;
}

table.form{
	font-size:90%;
	color:#00023A;
	background-color:#F4F1D7;
	margin: 10px 0px 10px 0px;
	border: 1px solid #FFCC00;
	width: 430px;
}

table.form td{
	padding:10px 10px 10px 10px;
}

table.form td.heading{
	padding:15px 5px 5px 10px;
	font-size:90%;
	border-bottom: 1px solid #FFCC00;
	text-transform:uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.formfield{
	font-family: Arial, sans-serif;
	border:1px solid #7F9DB9;
	font-size: 90%;
	color:#434135;
	background-color:#FFFFFF;
	width: 150px;
}

/* página de inicio */

div.menu{
	float:right;
	text-align: right;
	line-height: 180%;
	margin: 70px 20px 0px 0px;
}

div.menu a{
	background-image: url(images/icono_enlace.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 5px 15px 5px 0px;
	color: #696055;
	text-decoration: none;
}

div.menu a:hover{
	background-image: url(images/icono_enlace_on.gif);
	color: #D14000;
}


div.top{
	background-image: url(images/fondo_top.gif);
	background-repeat: repeat-x;
	height: 122px;
	width: 100%;
}

h2{
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #8A8867;
	margin:30px 10px 7px 0px;
}


