/*Documento CSS*/

body {
	margin-top: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-attachment: fixed;
	scrollbar-track-color: #0050AD;
	scrollbar-base-color: #0050AD;
	scrollbar-arrow-color: #0093EF;
	cursor: hand;
	color: #000080
}

.table2 {
	
	background-color:#E0E2E4;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.titulos {
	color: #036;
	font-size:18px
}

.subtitulos {
	color: #036;
	font-size: 12px;
	font-weight: bold;
}

.subtitulos_blanco {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	
}
#contenidos{
	float:left;
	width:560px;
	min-height: 250px;
	border: 2px solid grey;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	background-color: #fff;
}

* html #contenidos{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
height: 400px;
}

html {
overflow-x: hidden;
}

table2 {
	
	background-color:#E0E2E4;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



