/*a {
	color: #666;
	text-decoration: none;
}*/
* {
	font-family: 'Roboto Condensed', Arial, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight:400;
	color: #555;
}
tr {
	height:28px;
}
td {
	alignment-baseline:middle;
}

label {
	color: #000;
}
.notes {
	color: rgba(215,0,3,1.00);
	font-weight:300;
	font-size:10px;
}
placeholder {
	font-weight:700;
}
h1 {
	color: #000e63;
}

/*caption {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #069;
	text-align: left;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-weight: bold;
	border: 1px solid #CCC;
	background-color: #E6E6E6;
	margin-top: 4px;
	margin-bottom: 4px;
}*/
input {
	border: 1px solid #CCC;
	font-weight: 300;
	font-size:12px;
	color: #333;
	width: 100%;
	height:28px;
	padding-left:4px;
	
}
input[type="submit"] {
    width: 200px;
    height: 60px;
    background-color: #000e63;
    color: #ffffff;
    font-size: 20px;
	font-weight:700;
	border: 4px solid #DDD;
	cursor: pointer;
}
input[type="button"] {
    width: 150px;
    height: 34px;
    background-color: #777777;
    color: #ffffff;
    font-size: 14px;
	font-weight:700;
	border: 4px solid #DDD;
	cursor: pointer;
}
input[type="file"] {
    border:0;;
}
input[type="number"]
{
	width: 40px;
	height: 40px;
}
textarea {
	border: 1px solid #CCC;
	font-weight: 300;
	font-size:12px;
	color: #333;
	width: 100%;
	height:100px;
	padding-left:4px;
	
}
/*a:link {
	color: #039;
}

a:visited {
	color: #09C;
}

a:active {
  color: #000000;
}*/


/*Estilo de la CP*/
.displayNone {
  display: none !important;
}
/*------------------------------------------------*/

/*------------------------------------------------*/


.tableFrame {
	border: 2px solid #BAB6F3;
	padding: 2px;
}
.titleFrame {
	background-color: #DAD9F9;
	text-align: center;
	padding: 4px;
	border: 2px solid #BAB6F3;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}

.tablePuertos {
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9B9FF;
}