﻿body   
{
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    color: #696969;
	font-family: Tahoma;
	font-size: 13px;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

.inputtext 
{
    width: 190px;
    border: 1px solid #ccc;
}

.inputButton
{
    text-align: center;
    width: 60px;
    border: 1px solid #FF6600;
    border-bottom: 1;
}

.loginmarco
{
	margin: 15% 0 0 40%;
	width: 225px;
	height: 145px;
	background-color:#FF6600;
	position: absolute;
	border-radius: 10px;
}

.logincontenedor
{
	margin: 10px 0 0 10px;
	width: 200px;
	height: 120px;
	font-family: Georgia,Times New Roman,serif;
	font-size: 11px;
	font-weight: bold;
	background-color:#FFFFFF;
	border-radius: 10px;
	padding: 3px 3px 3px 3px;
}

.loginmensaje
{
	margin: 10% 0 0 35%;
	width: 350px;
	height: 20px;
	background-color:#FFFFFF;
	position: absolute;
}

.footer
{
    /*position: relative;*/
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    padding: 15px 15px 15px 15px;
}