/* CSS Document */

hr {
	display: none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1 {
	font-family:Helvetica,"Courier New", Courier, monospace;
	font-weight: bold;
	margin:0px;
}

h1 {
	font-size: 2em;
	text-decoration:none;
	}
	

h2 {
	font-size: 1.2em;
	font-family:Arial,Verdana,Helvetica;
}

h3 {
	margin:0px;
	font-size: 1.6em;
	font-family:Arial,Verdana,Helvetica;
}

code {
	font: 0.9em 'Courier New', Courier, Fixed, Sans-Serif;
	color: #900;
	background-color: #eeeeee;
	text-align: left;
}

a{
	color: #1636be;
	text-decoration: none;
}

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

a:visited {}

a img {
	border: none;
}

ul {
	padding:0;
	list-style:none;
}

li {
	list-style:none;
}

input, textarea {
	border:solid;
	border-width: 1px;
	border-color:#666;
	
	background:#fff;
}

p {
	font-family:helvetica,verdana,arial;
	
	font-size:1em;
	text-align:center;
}

.google {
	border:solid;
	border-width:1px;
	border-color:#000000;
	
}

.wec {
	width:85px;
	float:left;
}

/************************************************************************************************/
body{
	padding: 0;
	font-size: 82.5%; 
	font-family: Verdana, Tahoma, Arial, sans-serif;
	text-align: center;
	margin: 0px auto 0px auto;
	color: #000;

	background-color:#fff
}

/******************************************************************************************/

#contenedor {
	width:900px;
	margin:0 auto;
	padding:0px;
}

#logon {

	margin:150px auto 0px auto;
	padding:0px;
	
}

#login {
	width:350px;
	margin:20px auto;
	padding:0px;
	
	border:solid 1px #00129a;
	background:#e3e6ff;
	overflow:hidden;
}

.c1 {
	float:left;
	width:346px;
	text-align:center;
	height:30px;
	padding:2px;
	margin:0px;
}
