	        /* Para resetear los estilos de los navegadores */
						  
* {  
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}

li{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #650000;
	font-weight: bold;
	text-align: right;
	line-height: 30px;
	padding-top: 20px;
	margin-right: 10px;
}

li.nos{
	margin-top: 0px;
	padding-top: 0px;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	line-height: normal;
}

abbr,acronym { 
	border:0;
}
p {
	font-size: 14px;
}
em {
	font-style: italic;
}


 												/* Etiquetas generales HTML */
												

html {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #000;
}

body {
	margin-right: auto;
	margin-left:auto;
	width: 1024px;	
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #346734;
	margin-bottom: 10px;
	margin-top: 15px;
}

a{
	color: #650000;
	font-weight: bold;
}

a:hover {
	color: #999;
	text-decoration: none;
}



																	/*maquetacion*/

#contenedor{
	width: 1024px;
	background-image: url(../img/fondo.jpg);
	height: 800px;
	}	
	
#chat {
	height: 300px;
	width: 430px;
	margin-left: 50px;
	float: left;
	color: #FFF;
	}
#contac {
	height: 300px;
	width: 300px;
	margin-left: 100px;
	float: left;
	color: #FFF;
	}
