* {
margin: 0px;
padding: 0px;
outline: 0;
}


body {
	background-position: center top;
	background-repeat: no-repeat;
}


p {  padding-bottom: 10px; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	clear: both;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #F1A29D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}

h2 {

	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #fcc753;
	margin-bottom: 10px;
	font-size: 0.9em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
}


td {
	padding-top: 2px;
	padding-bottom: 2px;
}


.negrita {	font-weight: bold; }
.clear {
	clear: both;
	float: left;
	width: 100%;
}
.clear2 {
	clear: both;
	width: 100%;
}
.margen15bajo {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


/* -------------------  contenedor  -------------------- */

#contenedor {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}
#contenido {
	width: 70%;
	float: right;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
.centro {
	width: 100%;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.tit_rosa {
	width: 100%;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #FCC753;
	font-size: 1em;
	font-weight: bold;
}


/* -------------------  cabecero    -------------------- */
#cabecero {
	width: 100%;
	margin-bottom: 20px;
	height: 143px;
}
#zona_imagen {
	float: left;
	height: 143px;
	width: 666px;
}
#zona_logo {
	float: right;
	width: 27%;
	height: 143px;
}
.logo img {
	float: right;
	margin-top: 47px;
}

.idioma {
	margin: 0px;
	float: left;
	font-size: 0.6em;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #FFFFFF;
	list-style-type: none;
	height: 20px;
}

.idioma li {
	display: block;
	background-color: #0D64A9;
	float: left;
	list-style-type: none;
	text-align: center;
	height:13px;
	border-right-color: #FFFFFF;
}

.idioma_catala{
	width:50px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.idioma_castellano {
	width:75px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-right-style: none;
	border-right-color: #0D64A9;
}
.idioma_contactar  {
	width:120px;
	text-align:right !important;
	margin: 0px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.idioma a {
	color: #FFFFFF;
	text-decoration: none; 
}

.idioma a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

.contactar {
	background-color: #0D64A9;
	text-align: right;
	list-style-type: none;
	font-size: 0.6em;
	text-transform: uppercase;
	width: 37%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 52px;
	margin-left: 0px;
	float: right;
	padding-right: 10px;
	color: #FFFFFF;
}
/* ------------------- menu    -------------------- */
#menu {
	width: 22%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 6px;
}
.tit_menu {
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #fcc753;
	margin-bottom: 10px;
	font-size: 0.9em;
}
#menu ul {
	text-align: right;
	display: block;
	list-style-type: none;
	font-size: 0.8em;
	line-height: 18px;
	margin-bottom: 40px;
}
#menu a {
	color: #000000;
	text-decoration: none;
}

#menu #seleccionado {
	font-weight: bold;
}

#menu a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* ------------------pie-------------------- */
.pie {
	width: 70%;
	float: right;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #336699;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #336699;
	font-size: 0.7em;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.pie a {
	color: #336699;
	text-decoration: none;
}

.pie img {
	margin-right: 20px;
}
