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

body{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#333333;
	margin: 0;
}
img{
margin:0;
border:none;}
div#contenedor{
	width:834px;
	height:530px;
	margin:0 auto;
	background-color:#F2F2F2;
}
a{
text-decoration:none;
border:none;}
p{
margin:0;}
div#izq{
	width:345px;
	height:510px;
	background-color:#FFFFFF;
	background-image:url(../img/bg_l_d.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	margin:20px 0 0 0;
	float:left;
	text-align:center;
}
div#der{
	width:489px;
	height:530px;
	float:left;
	margin:0;
}
div#izq #logo{
text-align:center;
height:110px;
margin:0 auto;
padding:15px 0 0 0;
}
div#opciones{
	width:345px;
	height:450px;
	margin:20px 0 0 0;
	overflow: hidden;
}
div#opciones div.item{
	width:115px;
	height:140px;
	margin:0 0 20px 0;
	float:left;
	padding: 0;
}
div.item img{
margin:0 0 15px 0;}
div.item a{
color:#000000;
font-size:14px;
font-weight:bold;}
div.item a:hover{
color:#333333;}
div#cabecera{
	width:489px;
	height:41px;
}
div#cabecera #elementos {
	width:428px;
	height:26px;
	margin:15px 0 0 0;
	text-align:left;
	clear:both;
	float: left;
	padding: 0 0 0 15px;
}
#elementos #l1{
width:110px;
float:left;
}
#elementos #l2{
	width:250px;
	float:left;
	text-align:right;
}
#elementos #l3{
	width:60px;
	float:left;
}
div.ciudad{
width:133px;
height:41px;
float:left;}
div#bogota{
	background-image:url(../img/dir_bogota.jpg);
	background-repeat:no-repeat;
	margin: 0;
	float: right;
}
div#der div#franja{
	width:469px;
	height:30px;
	padding:0 0 0 20px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	margin: 20px 0 0 0;
}
div.tipo1{
background-image:url(../img/bg_dir_1.jpg);
background-repeat:repeat-x;}
div.tipo2{
background-image:url(../img/bg_dir_2.jpg);
background-repeat:repeat-x;}
div.tipo3{
background-image:url(../img/bg_dir_3.jpg);
background-repeat:repeat-x;}
div.tipo4{
background-image:url(../img/bg_dir_4.jpg);
background-repeat:repeat-x;}
div.tipo5{
background-image:url(../img/bg_dir_5.jpg);
background-repeat:repeat-x;}
div.tipo6{
background-image:url(../img/bg_dir_6.jpg);
background-repeat:repeat-x;}
div.tipo7{
background-image:url(../img/bg_dir_7.jpg);
background-repeat:repeat-x;}
div.tipo8{
background-image:url(../img/bg_dir_8.jpg);
background-repeat:repeat-x;}
div.tipo9{
background-image:url(../img/bg_dir_9.jpg);
background-repeat:repeat-x;}
div.tipo10{
background-image:url(../img/bg_dir_10.jpg);
background-repeat:repeat-x;}
div#franja img{
	margin:0 20px 0 0;
	float:left;
}
div#franja h4{
	margin:5px 0 0 0;
	float: left;
	text-transform:uppercase;
}
div#contenido{
	width:489px;
	height:420px;
	text-align:left;
	padding:15px 0 0 0;
	overflow: scroll;
}
div#contenido div.celda{
	width:450px;
	border-top:#FFFFFF thin solid;
	margin:0 auto 10px auto;
	overflow: auto;
}
div#contenido div.nombre{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	width: 440px;
	text-align: left;
	height: 20px;
	margin: 5px 0 10px 10px;
}
div#contenido div.celda div.logo{
	width:180px;
	background-color:#f2f2f2;
	float:left;
	padding: 0;
	/height:180px;
}
div#contenido div.celda div.logo img{
	width:170px;
}
div#contenido div.celda div.datos{
	font-size:12px;
	color:#333333;
	padding:0 0 0 15px;
	float:right;
	text-align: left;
	width: 255px;
}
div#contenido div.celda div#espacio1{
	height:5px;
	margin:5px 0 0 0;
	width: 450px;
}
div.celda p{
font-size:12px;
	color:#333333;
	margin:0;}

