/*MARTIN HARO*/
/*
a:link{
	color: #A4A4A4;
} 

a:hover{
	color: #1C1C1C;
}
*/

body {
	margin: 0;
	padding: 0;
	background: white; 
	padding-top: 0px;
	font-family: 'Open Sans', sans-serif; 
}

.general{
	width: 1000px; 
	margin: 0px auto; 
	/*text-align: justify;*/
}

table{
	width: 950px; 
	border: 0px solid;
	border-color: #A4A4A4;
	margin: 0 auto;
	cellpadding: 0;
	cellspacing: 0;
  	border-collapse: collapse;
  	border-spacing:  0 0;
}

table,
th,
td {
    border: 0px solid black;
}

/*Navegación*/
nav {
	font-size: 13px;
	float: center;
}
	
	nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		padding-right: 10px;
	}
	
		nav ul li {
			display: inline-block;
			line-height: 30px;
		}
			
			nav ul li a {
				color: #424242;
				display: block;
				padding: 0 5px;
				text-decoration: none;
			}
							
				nav ul li a:hover {
					color: #000000;
					font-weight: bold;
					background: #eeeeee;
				}
//*
font-weight: bold;

.esp1{
	width: 80%;
	text-align: center;
}

.esp2{
	width: 900px; 
	margin: 0px auto; 
	text-align: center;
}

.esp3{
	width: 900px; 
	margin: 0px auto; 
	text-align: justify;
}
*//

.txt1{
	color: #424242;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}

.txt2{
	color: #212121;
	font-size: 15px;
	text-align: justify;
}

.txt3{
	color: #212121;
	font-size: 14px;
	text-align: center;
}

.txt4{
	color: #212121;
	font-size: 14px;
	text-align: left;
}

.txt5{
	color: #424242;
	font-size: 12px;
}

.txt6{
	color: #e1bee7;
	font-size: 25px;
	text-align: left;
}

.txt7{
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.txt8{
	color: #e1bee7;
	font-size: 14px;
	text-align: left;
}

.txt9{
	color: #A4A4A4;
	font-size: 10px;
	text-align: center;
}





.gal-al{
	vertical-align: top;
	border: 1px solid #813788;
	border-radius: 5px 5px 5px 5px;
}

.gal-al2{
	vertical-align: middle;
	border: 1px solid #813788;
	border-radius: 5px 5px 5px 5px;
}