/* Documento CSS */

body {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color:#000000;
	color: #cccccc;
	line-height: 20px;
	text-align: center;
}

h1 {
	font-size: 100%;
	font-weight: 100;
}

img {
	border: 0px;
}

#contenedora {
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#columna_izq{
	float: left;
	width: 200px;
	height: 575px;
	background-color:#FFFFFF;
}

#logo1 {
	width: 200px;
	height: 80px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#onda {
	width: 200px;
	margin-top: 2px;
	font-size: 75%;
	color: #665059;
	font-weight:bold;
	margin-bottom: 1px:
}
#rosa {
	width: 200px;
	margin-top: 2px;
	font-size: 75%;
	color: #665059;
	font-weight:bold;
	margin-bottom: 1px:
}
#direccion {
       width: 200px;
       height: 110px;
       color: #665059;
       background-color:#ed7703;
       margin-top: 1px;
       margin-bottom: 1px;
	   border-top: 3px double #999999;
       border-bottom: 3px double #999999;
       vertical-align:middle;
}

#direccion p{
       margin-top: 15px;
       margin-bottom: 10px;
}
#direccion a {
	color: #665059;
	text-decoration:none;
	font-weight:bold;
	}

#direccion a:hover {
	color: #665059;
	text-decoration: underline;
}

#logo2 {
	width: 200px;
	height: 160px;
}

#columna_dcha {
	float: right;
	width: 720px;
	height: auto;
	text-align: right;
}

#columna_dcha img {
	border: 3px double #cccccc;
}

#fila1{
	margin-top: 0px;	
}

#fila2{
	margin-top: 15px;	
}

#fila3{
	margin-top: 15px;	
}
