@charset "utf-8";
/* CSS Document */

#ContendorPrincipal {
	width: 800px;
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
#ColumIzq {
	float: left;
	height: 153px;
	width: 370px;
	margin: 4px;
	padding: 4px;
	clear: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#ColumDer {
	height: 153px;
	width: 370px;
	float: right;
	margin: 4px;
	padding: 4px;
	clear: right;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#logo {
	padding: 4px;
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 5px;
}
#texto {
	float: right;
	height: auto;
	width: 200px;
	padding: 3px;
}
.texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.nombreresto {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}

