/* CSS Document */

body { /*Cuerpo del documento*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color:#102f38;
	text-align: justify;
	background-image: url(../imagenes/back.jpg);
	background-color:#0193b0;
	line-height: 14px;
}
p, blockquote {
	clear:both;
	padding:0 10px;
	text-align: justify;
}
h1, h2, h3 {
	font-family: "Calibri", "Tebruchet MS", "Tahoma", sans-serif;
	color:#0193b0;
	letter-spacing:-1px;
	padding:10px;
	text-transform:none;
	font-weight: normal;
}
h1 {
	font-size:21px;
	font-family: "Calibri", "Tebruchet MS", "Tahoma", sans-serif;
	font-size:32px; /*border-bottom:1px dotted #6cb624; padding:10px 0 30px;*/
	text-transform: none;
	width: 90%; /*margin-left:30px;*/
}
h2 {
	font-size:24px;
	text-align: center;
}
h3 {
	font-size:20px;
}
a {
	color:#ff9900;
	text-decoration:none;
}
a:hover {
	background-color: #ff9900;
	text-decoration:none;
	color: #ffffff;
}
ul {
	list-style: none;
	float: left;
	width:200px;
}
li {
	float: left;
	clear: both;
}
.wrap {
	width: 975px;
	margin: 0 auto;
	height: 1250px;
	background-color: #fff; /*background-image: url(imagenes/back2.jpg);*/
	border: 3px solid #ff9900;
	padding: 0;
	display: block;
}
.left-column {
	width: 215px;
	min-height: 400px;
	float:left;
	clear:right;
	padding:0px;
	margin-right: 0px;
}
.bloque-texto {
	width: 500px;
	min-height: 400px;
	float:left;
	clear:none;
	text-align:left;
	background-color: #ffffff;
	border: 1px dotted #999;
	margin: 0 0 10px;
}

.bloque-texto-r {
	width: 250px;
	min-height: 400px;
	float:right;
	clear:none;
	text-align:left;
	background-color: #ffffff;
	margin: 0 0 10px;
}

.logo-evento {
	width: 215px;
	height: 214px;
	background-image: url(../imagenes/logo.jpg);
	margin: 0;
}
.logo-evento a {
	width: 100%;
	height: 100%;
	display: block;
}
.patrocinadores {
	width: 975px;
	height: 200px;
	margin: 10px auto 0;
	border: 3px solid #ff9900;
	padding: 0;
	background-color: #cccccc;
}

