body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ebeef2;
	line-height: 18px;
	text-align: center;
	margin: auto;
}
p {
	font-size: 12px;
	color: #838c98;
	text-align: justify;
}


h1 {
	font-size: 24px;
	color: #838c98;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 30px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #838c98;
	text-align: left;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FF00FF;
}
#enlaces {
	text-align: center;
	margin: 40px;
	padding: 30px;
	font-size: 14px;
	color: #FFFF00;
	font-weight: bold;
}
#container {
	padding: 20px;
	width: 800px;
	border: thin solid #838c98;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#principal{
	margin:0 auto;
}


/* Fotos */

.col1{
	width: 240px;
	float: left;
	margin: auto;
}
.col2{
	width: 240px;
	margin: auto;
	padding-top: 1px;
}
.col3{
	width: 240px;
	float: right;
	margin: auto;
	height: auto;
}
#principal li {
	width:220px;
	background-color:#f5f7f9;
	padding:5px;
	margin:10px;
	text-align: center;
	border-right: #a5a7aa solid 1px;
	border-bottom: #a5a7aa solid 1px;
	display: inline;
} 
.contenedorfoto{
	width:210px;
	height:180px;
	margin: 10px;
	padding:5px;
	background-color:#f5f7f9;
	border-right: #a5a7aa solid 1px;
	border-bottom: #a5a7aa solid 1px;
	text-align: right;
	display: block;
}
.foto {
	width:210px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 150px;
}
.autorfoto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #838c98;
}

.enlacefotos {
	position: relative;
	left: 0px;
	top: 0px;
}
