﻿a, a:visited
{
	border:none 0px;
	color:white;
	margin:0px;
	padding:0px;
	text-decoration:none;	
}
a:hover
{
	text-decoration:underline;
}

body 
{
	background-color:#F4F4F4;
	color:black;
	font-family: Lucida Grande,Arial,sans-serif;
	/*font-size:100%;*/
	margin: 10px;
	padding: 0;
}

img
{
	border:none 0px;
	margin:0px;
	padding:0px;
	float:left;
}
.cFL 
{
	float:left;
    color: #FF9900;
}
.cFR 
{
	float: right;
}
.cPosRel 
{
	position: relative;
}
.cPosAbs 
{
	position: absolute;
}
/*--------Empiezan Clases para el Login----------*/
.TextoBienvenidoTitulo {
    font-size:40px!important;
    color: #FFFFFF;
    font-family: Arial;
    background-color: transparent;
    /*font-weight: 700;*/
    text-align: center;
}
.TextoBienvenido {
    font-size: 16px;
    color: #FFFFFF;
    font-family: Arial;
    background-color: transparent;
    /*font-weight: 700;*/
    text-align: center;
}
.TextoLogin
{
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial;
}
.txtRegistro
{
	border-left: 1px solid #8E8E8E;
	border-right: 1px solid #B8B8B8;
	border-top: 1px solid #8E8E8E;
	border-bottom: 1px solid #B8B8B8;
	float:left;
	margin-left:14px;
	width:64%;
}
.txtCapit
{
	text-transform:capitalize;
}
.txtMultiline
{
	border-left: 1px solid #8E8E8E;
	border-right: 1px solid #B8B8B8;
	border-top: 1px solid #8E8E8E;
	border-bottom: 1px solid #B8B8B8;
	font-family: Lucida Grande,Arial,sans-serif;
	margin:5px 10px 11px 10px;
	text-align:center;
	width:80%;
}
.txtMultiline2
{
	border-left: 1px solid #8E8E8E;
	border-right: 1px solid #B8B8B8;
	border-top: 1px solid #8E8E8E;
	border-bottom: 1px solid #B8B8B8;
	float:left;
	margin-left:14px;
	text-align:center;
	width:80%;
}
.txtSingleLine
{
	border-left: 1px solid #8E8E8E;
	border-right: 1px solid #B8B8B8;
	border-top: 1px solid #8E8E8E;
	border-bottom: 1px solid #B8B8B8;
	height:16px;
	margin:5px 10px 11px 10px;
	width:80%;
}
/*Clases para formar el Login*/
.FormaLogin
{
	height:356px;
	width:530px;
    margin:auto auto auto auto;
	/*margin:80px auto auto auto;*/
}
.LeftFormaLogin
{
	/*background-image: url('publico/include/imagenes/login/izquierda.png');
	background-repeat: no-repeat;*/
	height: 356px;
	width: 85px;
	float:left;
}
.CenterFormaLogin
{
	/*background-image: url('publico/include/imagenes/login/centro.png');
	background-repeat:repeat-x;*/
	height: 356px;
	width: 392px;
	float:left;
}
.RightFormaLogin
{
	/*background-image: url('publico/include/imagenes/login/derecha.png');
	background-repeat: no-repeat;*/
	height: 356px;
	width: 41px;
	float:left;
}
.txtControl 
{
	border-top-style: none;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: #D7D7D7;
	border-bottom-style: none;
	margin-left:10px;
	width: 205px;
	height: 22px;
}

/*--------Terminan Clases para el Login----------*/