body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	background-color:#FFCC00
}
.barra {
	background-image: url(back.jpg);
	background-repeat:  repeat-x;
	background-position: center center;
	height: 50px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
}
.contenedor {
	float: left;
	height: auto;
	width: 760px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.colIzq {
	float: left;
	height: auto;
	width: 370px;
	text-align:justify;
}
.titulos {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.colDer {
	float: right;
	height: auto;
	width: 370px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


a.ubicacion:link {
	color: #000000;
	font-size:14px;
	text-decoration: underline;
}
a.ubicacion:visited {
	text-decoration: none;
	color: #000000;
	font-size:14px;
}
a.ubicacion:hover {
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
	font-size:14px;
}
a.ubicacion:active {
	text-decoration: none;
	color: #000000;
	font-size:14px;
}
