@charset "utf-8";
.pagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004882;
	background-image: url(../imagen/fondo.jpg);
	background-repeat: repeat;
	height: auto;
	width: 100%;
	float: left;
}
.imagen_chico{
	border-radius: 50%;
	border: 1px solid #CCC;
}
a.nounderline:link{
	text-decoration:none;
	color:#004882;
}
a.nounderline1:link{
	text-decoration: none;
	color: #004882;
}
.pie {
	color:#FFF;
	background-image: url(../imagen/pie.jpg);
	background-repeat: repeat-x;
	text-align: center;
	float: left;
	height: 51px;
	width: 100%;
	padding-top: 30px;
}
.pie_link{
	color:#FFF;
	text-decoration:none;
}
.content {
	padding: 10px;
	height: auto;
	width: 80%;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.cabecera {
	background-image: url(../imagen/fondo.jpg);
	background-repeat: repeat;
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 20px;
	word-spacing: 15px;
	font-weight: bold;
	color: #004882;
}
.menu {
	background-image: url(../imagen/menu.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 42px;
	width: 100%;
	padding-top: 30px;
	color: #004882;
}
.logo {
	background-image: url(../imagen/logo_fonfo.png);
	float: left;
	height: 130px;
	width: 74px;
	margin-top: -41px;
	margin-left: 10%;
}
.contenido {
	float: left;
	height: auto;
	width: 100%;
}
.logott {
	float: left;
	height: 64px;
	width: 64px;
	margin-top: 15px;
	margin-left: 1px;
}
.menu_log {
	float: left;
	height: auto;
	width: 57%;
	padding-left: 10%;
	word-spacing: 15px;
	font-weight: bold;
}
.afirmativo{
	color: #030;
	background-color: #D8FFCE;
	padding: 10px;
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0C0;
	border-right-color: #0C0;
	border-bottom-color: #0C0;
	border-left-color: #0C0;
}
.alternativa{
	background-color: #FFFFFF;
	border: 1px solid #999;
	padding: 10px;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
}
.negativo{
	color: #C00;
	background-color: #FDD;
	padding: 10px;
	float: left;
	height: auto;
	width: 100%;
	border: 1px solid #FF6262;
}
.positivo{
	color: #060;
	background-color: #6F9;
	padding: 10px;
	float: left;
	height: auto;
	width: 100%;
	border: 1px solid #00CC66;
}
input, select, option {
  display: block;
  min-width: 34px;
  height: 34px;
  padding: 1px 5px;
  font-size: 18px;
  color: #555;
	border-radius: 5px 5px 5px 5px;
	margin-left:5px;
	margin-right:5px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);  
}
input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.tex-der {
	display: block;
	float: left;
	height: 34px;
	max-width: 60%;
	margin-right:0px;
	padding: 1px 5px;
	font-size: 18px;
	border-radius: 5px 0px 0px 5px;
    line-height: 1.42857143;
	color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);  
}
.tex-der:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 15px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 15px rgba(102, 175, 233, .6);
}
.medio-der {
	display: block;
	float: left;
	height: 34px;
	width: 44px;
	margin-right:0px;
	padding: 1px 5px;
	font-size: 18px;
    line-height: 1.42857143;
	color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);  
}

.btn-der {
	float: left;
	height: 38px;
	width: auto;
	font-size: 16px;
/*	border: 1px solid transparent;*/
	border-radius: 0px 5px 5px 0px;
	color: #fff;
	background: #97be10;
	background: -moz-linear-gradient(#f6a828 0%, #e28d04 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6a828), color-stop(100%, #e28d04));
	background: -webkit-linear-gradient(#f6a828 0%, #e28d04 100%);
	background: linear-gradient(#f6a828 0%, #e28d04 100%);

	border-color: #ccc;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;

}
.btn-der:hover {
	background-color: #e78f08;	
	text-shadow: 0 2px 1px #2E3904;
}

.btn {
  height: 38px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
/*  background-color: #f6a828;*/
	background: #97be10;
	background: -moz-linear-gradient(#f6a828 0%, #e28d04 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6a828), color-stop(100%, #e28d04));
	background: -webkit-linear-gradient(#f6a828 0%, #e28d04 100%);
	background: linear-gradient(#f6a828 0%, #e28d04 100%);

  border-color: #ccc;
}
.btn:hover {
	background-color: #e78f08;	
	text-shadow: 0 2px 1px #2E3904;
}
.form-table {
	border:solid 1px #ddd;
	border-radius: 5px;
	background-color: #d9edf7;
	text-align:left;
	margin-left:0.5%;
	max-width:99%;
}
.form-table tr td{
	border:0px;
	height: auto;
    padding: 3px 5px 3px 5px;
}
table {
	border:thick solid 1px #CCC;
	border-radius: 5px;
	border-collapse:collapse;
	margin-bottom: 5px;
	margin-left:0.5%;
	max-width:99%;
	}
table tr td{
	border:solid 1px #ddd;
	height:34px;
}
table th, td {
    padding:           0.3em;
}
.table_cabeza{
	text-transform: uppercase;
	text-align: center;
	color: #333;
	background-color: #d9edf7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-weight: bold;
}
.table_cabeza:hover{
	text-transform: uppercase;
	text-align: center;
	color: #333;
	background-color: #C7E4F3;
	font-weight: bold;
}
.table_cont {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
.table_cont:hover {
	background-color: #FFD0FB;
}
.table-dato {
	border:solid 0px #ddd;
	margin-left:2px;
	width: 100%;
}
.table-dato tr td{
	border:0px;
	height: auto;
    padding: 5px 5px 5px 5px;
}
@media (max-width:680px){
.content {
	width: 100%;
}
}