﻿
/* >>> FORMULARIOS <<< */

table.tbacceso{
border:solid 2px #C3C0C0;
border-radius:8px;
margin:0 auto;
color:#333333;
padding:5 5 5 5px;
width:380px;
height:auto;
}

table.tbmision
{
/* border:solid 2px #58B2F3; */
border:solid 2px #C3C0C0;
border-radius:8px;
margin:0 auto;
color:#333333;
padding:5 5 5 5px;
width:600px;
height:auto;
}

table td.ftitulo {
/* background-color:#717070; */
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
font-size:25px;
font-family:arial;
color: white;
padding:8px;
text-align:left;
border-radius:5px;
}	

/* >>> INPUT <<< */
#formulario input {
background-color:#FFFFFF;
border-radius:8px;
border:solid 2px gray;
color:black;
font-size:15px;
padding:5 5 5 5px;
height:25px;
width:200px;
font-family:arial,sans-serif;
}

#formulario input:hover {
background-color:#FFFFFF;
border-radius:8px;
border:solid 2px #23D6D9;
color:black;
font-size:15px;
height:25px;
width:200px;
font-family:arial,sans-serif;
}

#formulario label {
text-align:right;
color:#343332;
display:block;
font-family:arial;
font-size:15px;
padding:5px 6 8 6px;
}


input.avatar{
	background: url(imagenes/user.png) 5px 5px no-repeat;
	text-align:center;
}

input.candado{
	background: url(imagenes/key.png) 5px 5px no-repeat;
	text-align:center;
}


/* >>> BOTON <<< */
#formulario input.boton {
cursor: pointer;
background:#4197ee;
border:solid 1px #4197ee;
border-radius:4px;
color:#FFFFFF;
font-family:arial,sans-serif;
height:30px;
width:99px;
margin-top:20px;
text-align:center;


	-moz-box-shadow:inset 0px 1px 0px 0px #79bbff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #79bbff;
	box-shadow:inset 0px 1px 0px 0px #79bbff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-shadow:1px 1px 0px #79bbff;
}

#formulario input.boton:hover {
cursor: pointer;
background:#79bbff;
border:solid 2px #79bbff;
border-radius:4px;
color:#FFFFFF;
font-family:arial,sans-serif;
height:30px;
width:99px;
margin-top:20px;
text-align:center;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
}
