body {
	background:url(../img/bgcabecera.png) center top repeat-x;
	background-color:#0d1f2d;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}

p {
	line-height:16px;
	color:#FFF;
	font-weight:normal;
}

h1 {
	color: #ff9c00;
	text-transform:capitalize;
	text-decoration: none;
	line-height: 22px;
	font-size: 23px;
}
h2{
	height:32px;
	margin-bottom:5px;
	color:#ff9c00;
	font-size:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	background-image:url(../img/h2subraya.png);
	background-repeat:repeat-x;
	margin-bottom:20px;
	margin-top:15px;
}
a{
		color:#ff9c00;
		text-decoration: none;
}
a:link, a:visited, a:hover{

		color:#ff9c00;
	text-decoration: none;
}

li{
	list-style: none;
	background-image:url(../img/vineta.png);
	background-position: left 6px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.limpia{
	clear:both;
}
.txtresalta{
	color:#ff9c00;
}
strong{
	color:#ff9c00;
}



/***********************CABECERA**********************/
#bloque1{
	width:100%;
	background:url(../img/bgcabecera.png) repeat-x center top;
	background-color:#182d3d;
}
#container1{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background:url(../img/bgcabecera1.png) no-repeat center top;
	height:350px;
}
#menu {
	width:200px;
	float:right;
	margin-top:30px;
}

#logo{
	float:left;
	margin-top:70px;
	width:400px;
	height:200px;
}

#nav{
	float:left;
	margin:0;
	padding:7px 0 0;
}

#nav a, #nav li {
	background-image:none;
	display:block;
	list-style:none;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	margin-top:8px;
	padding-left: 0px;
	
}

/***********************CONTENIDO**********************/
#bloque2{
	width:100%;
	background-color:#182d3d;
	padding-bottom:20px;
}
#container2{
	width: 950px;
	margin-right: auto;
	margin-left: auto;

	overflow:hidden; /*hace que el div crezca en altura en la medida que crecen los divs que contiene*/
	
}

/********3 columnas*******/
#col1de3{
	width:300px;
	margin-right:20px;
	float:left;
	
}
#col2de3{
	width:300px;
	margin-right:20px;
	float:left;
	
}
#col3de3{
	width:300px;
	float:left;
	
}
.columnashome{
	background-image:url(../img/lineas_verticales.png);
	background-repeat:repeat-y;
	overflow:hidden;
	padding-left:25px;
	margin-top:20px;
}
.flotarder{
	float:right;
	margin-top:25px;
}

/********2columnas*******/
#col1de2{
	width:300px;
	margin-right:20px;
	float:left;
	
}
#col2de2{
	width:600px;
	margin-right:20px;
	float:left;
	
}

/********2columnas iguales*******/
.col1al50{
	width:450px;
	float:left;
	
}
.col2al50{
	width:400px;
	padding-left:50px;
	float:left;
}

/***********************PIE**********************/
#bloque3{
	width:100%;
	background-color:#0d1f2d;
	background:url(../img/bgpie.png) repeat-x center top;
	padding-top:20px;
	font-size:10px;
	color:#FFF;
}
#container3{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height:30px;
}
.espacio{
	margin-left:15px;
	margin-right:15px;
}


/*********************PAG CONOCE A METODI************************/
.engloba{
	overflow:hidden; /*hace que el div crezca en altura en la medida que crecen los divs que contiene*/
	margin-top:10px;
}
.imgizq{
	float:left;
	width:150px;
}


/*********************PAG GALERĶA************************/

/*******Para el Audio*******/
.celeste{
	background-color:#376582;
	height:25px;
}
.celeste a{
	margin-left:0px;
}
.azul{
	height:25px;
}
.azul a{
	margin-left:0px;
}

.migaleria{
	display:inline;
	background-image:none;
	margin-right:18px;
}

.migaleria img{
	border:#376582 8px solid;
}


/********/
.migaleriavideo{
	display:inline;
	background-image:none;
	
	
}

.migaleriavideo img{
	border:#376582 8px solid;
	float:left;margin-right:15px;
	margin-bottom:15px;
}



