/***************************** ESTRUCTURA ******************************/
#contenedor {

}
#cabecera {
border-bottom: 1px solid #CCCCCC;
}

#dretaie{
float:left;
	border-left:1px solid #cccccc;
	padding-left:25px;
	padding-right:10px;
	padding-top:25px;
	margin-right:25px;
	margin-bottom:10px;

}
#dreta-interior {

	padding:20px;
	margin-right:5px;
}

#contenido {
font-size:15px;


}
#pie {
      border-top: 1px solid #CCCCCC;

}
/***************************** ELEMENTS PAGINA ******************************/
body {
  background: white;
  color: black;
  font-family: arial,helvetica,sans-serif;
  margin: 0px;
  padding: 0px;
  font-size:16px;
}
h1 {
  background: #ffffff;
  color: black;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  padding: 5px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 110%;
  text-align: center;
  clear: left;
}

/* Subtitle header. */
h2 {
  font-weight: bold;
  clear: both;
  font-size: 110%;
}

/* Another subtitle using another font-size then the subtitle. */
h3 {
  font-weight: bold;
  clear: both;
  font-size: 100%;
}

#banderes {
	height:46px;
	left:65%;
	position:absolute;
	right:20%;
	top:300px;
	width:186px;
	z-index:1;
	}
a {
  background: transparent;
  color: #17457c;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  background: transparent;
  color: #3F7863;
  text-decoration: underline;
  font-weight: bold;
}
p{
line-height:25px;}
img {
  border: none;
}

.llista-gris {
	padding-left:15px;
	color: #666666;
	font-size: 100%;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	list-style-image: url(../images/cuadro-llista.jpg);
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0;
	}


.text-gris {
	color: #666666;
	font-size: 120%;
}

/***************************** Footer ******************************/

#linkbar, #navbar {
   background: #ffffff;
  color: black;
  padding-right:5px; text-align: center;
}
