/* ETIQUETAS */
body {
	background-color:#6F6F6F;
	margin: 0px 0px 0px 0px;
	background-image:url(img/bg_contacto.jpg);
	background-repeat:repeat-y;
}
ul{
    padding-left: 0px;
    margin-left: 0px;
	
    	
}
ul li {
    list-style: none;
	background-image: url(img/li.gif);
	background-position: left 9px;
	background-repeat: no-repeat;
	padding-left: 12px;
	
}
a:link{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
	text-decoration: underline;
	
}
a:visited{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#CCC;
	text-decoration: underline;
}
a:hover{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
/* DIVS */
#contenedor {
	width:564px;
	height:600px;
	margin-left:225px;
		
}
#logo{
	height:94px;
	background-image:url(img/top_hosting.gif);
	padding:0px;
}
#menu{
	background-repeat:no-repeat;
	background-image: url(img/bg_menu_contacto.gif);
	height:34px;
	padding:0px;
	width:564px;
	float:left;
}
#menu a:link{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	
}
#menu a:visited{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCC;
	text-decoration: underline;
}
#menu ul{
    margin-left: 0px;
	padding-left:20px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	float:left;
}
#menu ul li {
   	list-style: none;
	background-image: url(img/li.gif);
	background-position: left 10px;
	background-repeat: no-repeat;
	padding: 1px 10px 0px 15px;
	display:block;
	float:left;
}
#contenido{
	width:564px;
	float:left;
	
}

#creditos {
	margin-left:20px;
	text-align:left;
	margin-top:12px;
	
}
#validaciones {
	margin-left:0px;
}
#linea{
	width:565px;
	background-image:url(img/linea_contacto.gif);
	background-repeat:no-repeat;
	height:2px;
	float:none;
}

/* CLASES */	
.blanca10N{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.b:link{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}
.b:visited{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#CCC;
	font-weight: bold;
	text-decoration:underline;
}
.b:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#CCC;
	font-weight: bold;
	text-decoration:underline;
}
.imagenes {
	border:#990000;
	border-style:solid;
	border-width: 1px;
	margin-top: 20px;
	/*margin-bottom: 20px;*/
	
}
.blanca11N{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	vertical-align:0.1em;
	
}
.negra11N{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	vertical-align:0.1em;
	
}
	
	

