﻿body {
    margin: 10px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
    font-family: Times New Roman;
    background-image: url(../blueBackground.png);
    background-repeat: repeat;
}

.SeccionAutenticacion {
    margin-bottom: 10px;
    text-align: left;
}

.SeccionAutenticacionDer {
    float: right;
}

.SeccionAutenticacionIzq {
    float: left;
}

.SeccionAutenticacion
{
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.SeccionAutenticacionDer
{
	float: right;
}
.SeccionAutenticacionIzq
{
	float: left;
}

.link {    
     cursor: pointer; 
     color: black;      
     text-decoration:underline;
     font-weight: bold;
}

.linkRegresar {    
     cursor: pointer; 
     color: #005fba;      
     font-weight: bold;
}
