@import url('botonera.css');
@import url('form.css');
@import url('pie.css');
@import url('video.css');

@charset "utf-8";
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FBB03B;
	margin: 0 0 8px 0;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #E28A05;
	margin: 0 0 8px 0;
}
a:link, a:visited, a:active {
	color: #0071BC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #17A3FF;
	font-weight: bold;
}
#box {
	text-align: left;
	width: 770px;
	margin: auto;
}

.izq {
	float: left;
	width: 194px;
}
.med {
	float: left;
	width: 346px;
	margin: 0 20px 10px 0;
}
.der{
	float: left;
	width: 190px;
	margin: 0 20px 10px 0;
	
}
.double {
	float: left;
	width: 576px;
}

.colectivo {
	font-weight: bold;
	background-image: url(../img/colectivo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 16px;
}

.subte{
	font-weight: bold;
	background-image: url(../img/subte.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 16px;
}

.recuadro {
	border: 1px solid #555;
	background-color: #222;
	padding: 0 8px;
}

.subrayado {
	border: solid #FBB03B;
	border-width: 0 0 1px 0;
	padding: 0 0 4px 0;
}