/* CSS Document */
<!--

.titulopagina {
	font: xx-large "Trebuchet MS",Verdana,Arial,sans-serif;
	color: #6f9bc0;
	padding-left: 320px;
	text-position: bottom;
}

.titulo {
	font: 180% "Trebuchet MS",Verdana,Arial,sans-serif;
	color: #6f9bc0;
}

.titulomix {
	font-size: 120%;
}

.imgmix {
  width: 150px; 
  float: left; 
  height:150px;
}

.imgmix2 {
  width: 100px; 
  float: left; 
  height:100px;
  padding:20px;
}

.descrimix {
  width: 280px; 
  float: right; 
  padding-left: 10px; 
  height: 120px; 
  background-color: #eeeeee;
  border-width: 2px;
  border-color: #6f9bc0;
  border-style: solid;
}

.textoinicial {
  text-align: justify;
}

.copyright {
  text-align: center; 
  font-size: 8px;
}

a  {color:#ee7700; text-decoration: none}
a:hover {text-decoration: underline;}
hr {color: LightGray; margin-bottom: 10px; clear: both }

div#header {
	background-color: #ffffff;
	width: 680px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(images/logos/auriculares.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}

img#logo {
	width="200";
}

body {
	background-color: #a1c4de;
	font-family: Verdana;
	font-size: 12px;
	color: #3e4f5d;
}


div#contentcorner {
	background-color: #ffffff;
	width: 540px;
	margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

div#content {
	padding: 20px;
	background-color: #ffffff;
}


img#comingsoon {
	position: relative;
	left: 240px;
}


-->
