@charset "utf-8";
/* CSS Document */


body {
  margin: 5px 5px 5px 5px;
  font-family: "Open", sans-serif;
  font-size: 18px;
  color: #333333;
  background-color: #ffffff;
  width: 98%;
}

h1 { 
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	color: #0079c9;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	color: #f16327;
}

h3 {
	font-size: 125%;
	font-weight: bold;
	color: #000000;
}

table, th, td {
  border-collapse: collapse;
  border-color: #87a8d5;
}

a:link, a:visited, a:active {text-decoration:none;color: #0c374d; font-weight: bold;}

.pequeno  {font-size: 75%;}
.naranja {color: #ffae00}
.rojo {color: #FF0000;}
.blanco {color: #FFFFFF;}
.azul {color: #0000FF;}
.rojoNegrita {color: #FF0000; font-weight: bold;}
.numTabla{color: #0000FF; font-size: 125%; }
.tituloMenu{color: #f16327; font-size: 125%; font-weight: bold; text-align: center;}

.verdeNegrita {color: #57ab7c; font-weight: bold;}
.naranjaNegrita {color: #da621e; font-weight: bold;}
.azulNegrita {color: #0c374d; font-weight: bold;}
.azul2Negrita {color: #1287a8; font-weight: bold;}
.amarilloNegrita {color: #ebc944; font-weight: bold;}


input#btn100p {
	padding: 4px 20px;
	width:100%;
	/*give the background a gradient*/
	background:#0079c9; /*fallback for browsers that don't support gradients*/
	border:2px outset #dad9d8;
	/*style the text*/
	font-family:Andika, Arial, sans-serif; /*Andkia is available at http://www.google.com/webfonts/specimen/Andika*/
	font-size:1.1em;
	letter-spacing:0.05em;
	/*text-transform:uppercase;*/
	color:#fff;
	text-shadow: 0px 1px 10px #000;
	/*add to small curve to the corners of the button*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/*give the button a drop shadow*/
	-webkit-box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
	-moz-box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
	box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
}

input#btn90p {
	padding: 4px 20px;
	width:90%;
	/*give the background a gradient*/
	background:#0079c9; /*fallback for browsers that don't support gradients*/
	border:2px outset #dad9d8;
	/*style the text*/
	font-family:Andika, Arial, sans-serif; /*Andkia is available at http://www.google.com/webfonts/specimen/Andika*/
	font-size:1.1em;
	letter-spacing:0.05em;
	/*text-transform:uppercase;*/
	color:#fff;
	text-shadow: 0px 1px 10px #000;
	/*add to small curve to the corners of the button*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/*give the button a drop shadow*/
	-webkit-box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
	-moz-box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
	box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
}

input#btn50p {
	padding: 4px 20px;
	width:50%;
	/*give the background a gradient*/
	background:#0079c9; /*fallback for browsers that don't support gradients*/ 
	border:2px outset #dad9d8;
	/*style the text*/
	font-family:Andika, Arial, sans-serif; /*Andkia is available at http://www.google.com/webfonts/specimen/Andika*/
	font-size:1.1em;
	letter-spacing:0.05em;
	/*text-transform:uppercase;*/
	color:#fff;
	text-shadow: 0px 1px 10px #000;
	/*add to small curve to the corners of the button*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/*give the button a drop shadow*/
	-webkit-box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
	-moz-box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
	box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
}

input[type=text] {
    padding: 5px 5px;
    margin: 8px 0;
    box-sizing: border-box;
	border-radius: 8px;
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type=password] {
    padding: 5px 5px;
    margin: 8px 0;
    box-sizing: border-box;
	border-radius: 8px;
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type=number] {
	width: 80px;
    margin: 0px 0;
    padding: 5px 5px;
    box-sizing: border-box;
	border-radius: 8px;
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type=date] {
	padding: 5px 5px;
    margin: 8px 0;
    box-sizing: border-box;
	border-radius: 8px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

select {
    padding: 5px 5px;
    margin: 8px 0;
    box-sizing: border-box;
	border-radius: 8px;
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

textarea {
    width: 95%;
	padding: 5px 5px;
    margin: 8px 0;
    box-sizing: border-box;
	border-radius: 8px;
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    
}

