/* E L E M E N T O S */

/* Estilos base */


a:link {color: #00366A;
	background: transparent;
	text-decoration: none;
	}

a:visited {color: #00366A;
	background: transparent;
	text-decoration: none;
	}

a:active {color: #B3AF94;
	background: transparent;
	text-decoration: none;
	}

a:hover {text-decoration: underline;}


html {margin: 0;
	background: white;
	
	}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, times new roman, sans-serif;
	font-size: 10pt;
	background: white;
	background-color: rgb(250, 250, 250);
	
	background-image: url(imagenes/fondo-body-degradado.png);
	background-repeat: repeat-x;		
	cursor: default;
	}



h1 {
	font-family: verdana,times new roman,sans-serif;
	font-size: 17pt;
	color: rgb(153, 51, 102);
	text-align: center;
}

h2 {
	font-family: verdana,times new roman,sans-serif;
	font-size: 12pt;
	color: #92680E;
	padding-top: 20px;
}

h3 {
	font-size: 11pt;	
}

h4 {
	font-size: 10.5pt;	
}

/* C L A S E S */

div.centrado {
	width: 600px;
	margin: 0px auto;
}

div.centrado p {
	padding-left: 50px;
}

/* I D' s */

div#contenedor {
	width:800px;
	margin: 0 auto;
	margin-bottom: 0px;
	padding-bottom: 20px;
	background-color: transparent;
}

div#superior{
	width:800px;
	margin-left:auto;
	margin-right:auto;	
	padding-top: 10px;
}

div#img1{
	width: 800px;
	margin: 0px auto;
}

div#principal{
	width:800px;
	margin-top: 15px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 0px;
	padding-bottom: 5px;	
	background-color: rgb(250, 250, 250);
	background-image: url(imagenes/fondo2.png);
	background-repeat:repeat-y;
}

div#izquierdaPrincipal {
	width: 150px;
	float: left;
	margin: 0px 0px;	
}

div#menu{
	width: 130px;
	margin: 15px auto;	
}

div#menu p  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: rgb(50, 50, 50); 
	line-height: 15px; 	
}

div#menu  a:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: rgb(50,50,50); 
	line-height: 15px; 
}

div#menu a:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: rgb(50,50,50); 
	line-height: 15px; 	
}


div#menu p:first-letter{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	
}

div#menu ul {
	margin:0px;
	padding-left: 0px;
	list-style-type: none;
}

div#menu ul li{
	margin-left:0px;
	padding-left: 20px;
	margin-top: 10px;
	
}

div#menu ul li a:link{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: rgb(50,50,50); 
	line-height: 14px;
}

div#menu ul li a:visited{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: rgb(50,50,50); 
	line-height: 14px;
}


div#menuImg1 {
	width: 70px;
	height: 60px;
	margin-top: 100px;
	margin-left: 50px;
	
}


div#menuImg2 {
	width: 70px;
	height: 60px;
	margin-top: 100px;
	margin-right: 10px;
}


div#centroPrincipal {
	margin-top: 0px;
	margin-left: 170px;
	padding-top: 10px;
	padding-right: 15px;

}

div#centroPrincipal p{
	text-align: justify;
}

div#centroPrincipal ul li{
	margin-top: 14px;	
	text-align: justify;
}

a.anclaDestino:hover  {
	text-decoration: none;
}

table#tabla1 {
	margin: 0px auto;	
}

table#tabla1 th {
	text-align: right;
	padding-right: 5px;
}

table#tabla1 td {
	text-align: left;
	padding-left: 5px;
}

table#tabla2 {
	margin: 20px auto;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(100, 100, 100);
}

table#tabla2 th, td {
	padding-left: 10px;
	
	text-align: center;
	
}

table#tabla2 th {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(200, 200, 200);
	
}

table#tabla2 th#eur {
	padding-left: 0px;
	text-align: left;
}

table#tabla2 td#eur2 {
	padding-left: 0px;
	text-align: left;
}

img.ar {	
	width: 20px;
	height: 10px;
}

div#inferiorAprincipal{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 800;
	height: 1px;
	/*background-image: url(imagenes/fondo.png);
	background-repeat:repeat-y;*/

}

div#inferiorAprincipal img {
	float: left;
	margin: 0px;
	padding: 0px;
}


div#pie  {
	clear: both;
	width: 800px;
	margin-top: 20px;
	/*margin-bottom: 20px;		*/
}

div#pie p{
	font-size: 8pt;
	color: blue;
	text-align: right;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
