
body{
	font-family: 'Source Sans Pro', sans-serif;
 	background-color: #e2e2e2;
}
/*----start-wrap-----*/
.wrap{
	/*margin:0 auto;]*/
	margin-left: 20px;
	margin-right: 20px;
}
/*---start-content-----*/
.content{
	background:#fff;
	padding:2%;
	border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
	-o-border-radius:0px 0px 10px 10px;
}

#idH2{
	border-bottom:1px dashed rgba(242, 234, 240, 1);
	margin-bottom:10px;
	color:#39C;
	font-size: 16px;
}

#imagen{
	width:210px;
	height:235px;
	border:none;
}

/** About **/
.about-data{
	padding:2% 0;
}
.about-data h2{
	/*padding:10px 0;*/
	border-bottom:1px dashed rgba(242, 234, 240, 1);
	margin-bottom:10px;
	color:#39C;
	font-size: 18px;
}
.about-data p,li {
	font-size:14px;
	padding:5px 0;
	color: #000;
	line-height: 1.8em !important;
	text-align: justify; 
}

.about-data p a{
	color:#e17c65;
	font-weight:bold;
	font-size:14px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* Self Clearing Goodness */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}







/*with modificado 04-03-2015*/
.company_address p{
	color:#888;
	font-size:14px;
	padding:2px 0;
	width:80%;
}







.company_address p span a{
	text-decoration:underline;
	color:#7F7F7F;
}
.company_address p span a:hover{
	text-decoration:none;
	color:#e17c65;
}

/*----responsive-design-----*/
@media only screen and (max-width: 1280px) {
	.wrap{
		width:90%;
	}
}

/*----tabla de sesiones-----*/	
.tabla{
	caption-side: bottom;
	margin-top: 2%;
	margin: auto;
	width:80%;

	font-size:14px;
	text-align:center; 

	padding:5px 0;
	/*color:#929596;*/
	color: #000;
	line-height: 1.8em !important;

    }
.tabla th, .tabla td {
    border: 1px solid #929596; 
   }
 

/*----tabla de galeria-----*/	
.galeria{
	margin:auto;
	width:98.5%;
	height:auto;
	margin:5px;
	color:#666;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	}

.galeria caption{
	background:#EEEEEE;
	color:#666;
	font-weight:bold;
	font-size:14px;
	padding:5px;
	border:1px solid #D9ECFF;
	border-bottom:none;
    }
	
/*Imagenes de las tablas en porcentaje*/
.galeria img{
	margin:auto;
	width:99%;
	height:35%;
	color:#666;
	}
	
	#lista{
	margin-left: 30px;
	}
	
	#titulo{
		font-size:16px;
		text-align: justify;
	}