body{
	font:85% Trebuchet MS, Arial, Helvetica, Sans-Serif;
	color:#000000;
	padding:0px;
	margin:0px;
	background:url(../img/bg.jpg);
	background-repeat:repeat-x;
}

a{
	text-decoration:none;
	color:#000000;
}

a:hover{
	text-decoration: none;
	color:#FFF;
}

img{ border:0px;}

input[type=text]{
	width:100%;
	height:20px;
	border-radius:2px;
	padding:2px;
	font-family:'arial';
	font-size:0.85em;
}

textarea{
	width:90%;
	height:50px;
	border-radius:2px;
	padding:2px;
	font-family:'arial';
	font-size:0.85em;
}

input[type=submit]{
	width:100%;
	height:30px;
	border-radius:2px;
	padding:2px;
	font-family:'arial';
	font-size:0.85em;
}
	
#contenedor 
	{
		width:1200px;
		height:800px;
		margin-left:50px;
	}

#contenedor #header{
	height:131px;
}

#contenedor #header #logo{
    margin-left: 10px;
    width: 30%;
    margin-top: 20px;
}

#contenedor #header #nav{
		margin-top: -50px;
		width: 50%;
		float: right;
		float:right;
	}

.bordes
	{
		border-color:#696969;
		border:2px;
		background-color:#c7c7c7;
		border-top-style:solid;
		border-right-style:solid;
		border-bottom-style:solid;
		border-left-style:solid;	
	}

.separacion
	{
		border-color:#696969;
		border:1px;
		background-color:#c7c7c7;
		border-right-style:solid;
	}

.tablaMenu
	{
		border-color:#cccccc;
		border:2px;
		background-color:#c7c7c7;
		border-bottom-style:solid;
		border-top-style:solid;
		border-left-style:solid;
		border-right-style:solid;
	}

.inferior
	{
		border-color:#cccccc;
		border:2px;
		background-color:#c7c7c7;
		border-bottom-style:solid;
	}	
	
#footer
	{
		width:100%;
		height:20px;
	}

.cajasTexto
	{
		background-color:#535252;
		border:thin;
		width:300px;
		color:#FFF;;
	}

.cajasTexto:focus
	{
		background-color:#6b6969;
		color:#FFF;
	}

.btnEnviar	
	{
		background-color:#535252;
		border:thin;
		color:#b3b3b3;
	}