
* {
	box-sizing: border-box;
}

BODY {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0em;
    MARGIN: 0px;  
    PADDING-TOP: 0px;
	background-color: #e9f2f8;
	BACKGROUND-IMAGE: url('../img/fondo.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}


h3 {
	font-size: 150%;
}

a:link
{
    COLOR: #2e4a9b;
    TEXT-DECORATION: none;

}
a:visited
{
    COLOR: #2e4a9b;
    TEXT-DECORATION: none;
}
a:hover
{
    COLOR: orange;
    TEXT-DECORATION: underline;

}
a:active
{
    COLOR: #bcd7e9;
    TEXT-DECORATION: none;
}

.Bold {
	font-weight: bold;
}

.input, .select, .password, .textarea  { background-color: #FAFAFA; font-family: Lucida Grande, Verdana, Genova, Sans-serif;	font-size: 12px; margin: 0; padding: 2px; border: 1px solid #92B8CB; border-left:2px solid #92B8CB; border-right:2px solid #92B8CB;}

button, .button  { background-color: #D0D0D0; cursor: pointer; font-family: Lucida Grande, Verdana, Genova, Sans-serif;	font-size: 9px; margin: 2px; padding: 4px;  
background-image: url('../img/back_but_aqua.gif');
}

.BGBodyWhite {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
}

.button-text {
	font-size: 10px; 
	font-weight: bold;
}

.row_title {
	font-size: 11px;
	background: green;
	color: white;
}
.row_title_normal {
	font-size: 11px;
}
.row_data {
	font-size: 11px;
	background: #FAFAFA;
}
.input {
	font-size: 11px;
	background: #FFFFFF;
}
.error {
	font-size: 10px;
	color: red;
}

fieldset legend {
	font-size: 13px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #DEEBDF;
}

fieldset legend.new {
	background: orange;
}

.cell.centered {
	text-align: center;
}



#table-listing-investigadores .active {
	text-align: center;
}

#table-listinginvestigadores th .commands {

}

#tabla_registros_investigadores .id_investigador,
#tabla_registros_investigadores_pendientes .id_investigador {
	width: 220px;
}

#tabla_registros_investigadores .siexterno,
#tabla_registros_investigadores .sialumno,
#tabla_registros_investigadores_pendientes .siexterno,
#tabla_registros_investigadores_pendientes .sialumno {
	width: 110px;
}

textarea[id^='Informe_'], textarea[id^='Presentacion_'] {
	width: 100%;
}


.warn-msg {
	border: 1px solid orangered;
	background-color: orange;
	margin-bottom: 10px;
	width: 500px;
	padding: 5px;
}