/* CSS Document */

body {
	background-color: #C02231;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2{
	color:#C02231;
}

h3{
	color:#C02231;
}


.textoRubro{
	color:#C02231;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
}


.textoRubro:link{
	color:#C02231;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
}

.textoRubro:hover{
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.textoRubroGrande{
	color:#C02231;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	

}
.textoRubroGrande:link{
	color:#C02231;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
}

.textoRubroGrande:hover{
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}


.textoProductoTitulo{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	

}


.tabla th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #CCC;	
}

.tabla td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFF;
}

.textoRojo{
	color:#F00;
	}
.textoVerde{
	color:;
	color: #360;
	}
.textoVerdeClaro{
	color:#6C3;
	}
.textoNaranja{
	color:#F90;
	}
.textoAmarillo{
	color:#FC0;
	}
	
	
#divInicio{
	background-color: #000000;
	height: 450px;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;

}

#divContenidoScroll{
	height: 450px;
	overflow: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 5px;
}

	
.centrado{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.txtCreditosDatamarsis{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	vertical-align: text-top;
}
a.txtCreditos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0201FF;
	text-decoration: none;
	font-weight: bold;
	
}
a.txtCreditos:hover{
	color: #FC0000;
	text-decoration: underline;
}	

/* form elements */
form {
	background-color: #E0E0E0;

	padding: 15px 15px 15px 10px; 
	border: 1px solid #F0F0F0;
	width:430px;
	margin: 0 auto;
}
label {
	font-weight: bold;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

	width:180p<;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
input, textarea, select {
	padding: 4px;
	color: #666666;		
	background: #fff;
	
  	border-width: 1px;
  	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
	
	font: normal 11px Verdana, sans-serif;
}

input:focus, select:focus, textarea:focus {
	color: #C02231;
	background-color: #F5D2D6;
}

textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}
input.button {
	font: bold 14px Arial, Sans-serif;
	height: 30px;
	margin: 5px;
	padding: 2px 3px;
	color: #fff;
	background-color: #C02231;
	border: 1px solid #000000;
	width:70px;

}

