.fondo{
    background: url("../../web/imagenes/fondo.jpg") no-repeat scroll 0 0 transparent;
	height: 33px;
    width: 175px;
	
	}
.fondo2{
    background: url("../../web/imagenes/fondo2.jpg") no-repeat scroll 0 0 transparent;
	height: 33px;
    width: 155px;
	
	}


body{
	font-family: "Helvetica";
	font-size: 13px;
	/*margin: 30px;*/
	background-color: #f5f5f5;
	margin: 0;
    padding: 0;
}
a:link, a:active, a:hover, a:visited {
	font-family: "Helvetica";
	font-weight: bold;
	color: #04618D;
}
.cabecera{
	/*margin: 10px 0px 10px 30px;*/
	float: center;
    text-align: center;
}

.logo_izq {
    float: left;
    margin: 31px 70px 10px 84px
}


.logo_der {
    float: right;
    margin: 55px 70px 10px 0;
}


.titulo{
	font-size:  14px;
	font-family: "Helvetica";
    line-height: 130%;
}
.contenido{
	/*margin-left: 20px;*/
	font-size:  13px;
	font-family: "Helvetica";
    line-height: 130%;
}

.contenido2{
    font-size: 16px;
    margin-left: 0;
	font-family: "Helvetica";
    line-height: 130%;
	margin-top: -6px;
	width: 1050px;
}
.contenido3{
	margin-top: -13px;
	font-size:  13px;
	font-family: "Helvetica";
    line-height: 130%;
}
.naranja{
	color: #E78F08;
}

.blanco{
	color: #ffffff;
	padding-left: 9px;
	padding-top: 5px;
}

.blanco2{
	color: #ffffff;
	padding-left: 13px;
	padding-top: 5px;
}

.azul{
	color: #04618D;
	font-weight: bold;
}

.footer { 
color: #04618D; 
text-decoration: none;
}

.footer:hover { 
 
text-decoration: underline;
}

table.programa{
	margin-top: 10px;
	padding: 0 10px 10px 10px;
	background-color: #ffffff;
	border: 1px solid #026EAC;
}
table.programa td{
	vertical-align: top;
	text-align: justify;
	border-bottom: 1px dotted #026EAC;
	padding-top: 10px;
}
table.programa td.sin_borde{
	border-bottom: none;
}


table.programa2{
	margin-top: 10px;
	padding: 0 10px 10px 10px;
	background-color: #ffffff;
	
}
table.programa2 td{
	vertical-align: top;
	text-align: justify;
	border-bottom: 1px dotted #026EAC;
	padding-top: 10px;
}
table.programa2 td.sin_borde{
	border-bottom: none;
}
table.presentacion{
	 margin-bottom: 16px;
    margin-left: 0;
    margin-top: 15px;
	background-color: #ffffff;
	border: 1px solid #026eac;
}
table.presentacion td{
	vertical-align: top;
	text-align: justify;
	padding: 10px;
}


table.cabecera2{
	background-color: #ffffff;
    border: 1px solid #026EAC;
    /*margin-bottom: 16px;
    margin-top: 15px;
	margin-left: auto;*/
	
	
}
table.cabecera2 td{
	vertical-align: top;
	text-align: justify;
 	/*padding: 10px;*/
}


table.fotos{
	margin-top: 10px;
	padding: 0 10px 10px 10px;
	background-color: #ffffff;
	border: 1px solid #026EAC;
}
table.fotos td{
	vertical-align: top;
	/*text-align: justify;*/
	/*border-bottom: 1px dotted #026EAC;*/
	padding-top: 10px;
}
table.fotos td.sin_borde{
	border-bottom: none;
}

ul.lista{
	margin-left: 20px;
	list-style: square;
}
ul.lista li{
	margin-bottom: 10px;
}
p.pie_foto{
	text-align: center;
	font-size: 12px;
}
div.contenedor{
	overflow: hidden;
}
div.fotos{
	padding: 8px;
	float: left;
	display: inline;
}
div.hor{
	height: 240px;
}
div.ver{
	height: 450px;
}
div.fotos img,
img.borde{
	border: 1px dotted #026EAC;
}


.single a {
  
  display: block;  
  padding: 7px;
  
  
  /*background: rgba(255, 255, 255, 0.1);
  float: left;*/
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
   /*-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
 box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);*/
  margin-top: -4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -ms-max-content;
  width: -o-max-content;

}
/* line 332, ../sass/screen.sass */
.single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 0px solid #000000;
  /*border: 1px solid rgba(0, 0, 0, 0.3);*/
}



/* line 351, ../sass/screen.sass */
.single a:hover {
  background-color: #026EAC;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}


.descarga a img {

  border: 0px solid #000000;
  margin-left: 10px;
  /*border: 1px solid rgba(0, 0, 0, 0.3);*/
}


/*.pos_cabecera{

width:1050px;
    background-color: #F5F5F5;
    border: 1px solid #026EAC;
}
.pos_presentacion{

width:1050px;
    background-color: #F5F5F5;
    border: 1px solid #026EAC;
}*/

.linea-menu{ background: none repeat-x scroll 50% 50% #026EAC;
			 height:31px;
			 width:1045px;
			 margin:0 auto;
			/* margin-top:13px;*/
			 padding:7px;
			 font-family: "Helvetica";
			 font-size:15px;
			 
			 
			 }
			 
.barra{
width:1060px; 
border:1px solid #026EAC;" 
}