/* CSS Document */
.contenedor_interno2 {
	margin: 0 0 0 0;
	background: #FEFEFE;
	border: #fff solid 1px;
	padding: 1px 0 1px 550px;
}

.contenedor_interno3 {
	margin: 0 0 0 0;
	background: #FEFEFE;
	border: #fff solid 1px;
	padding: 1px 0 1px 500px;
}

.contenedor_interno4 {
	margin: 0 0 0 0;
	background: #FEFEFE;
	border: #fff solid 1px;
	padding: 1px 0 1px 465px;
}

.contenedor_interno5 {
	margin: 0 0 0 0;
	background: #FEFEFE;
	border: #fff solid 1px;
	padding: 1px 0 1px 600px;
}

/*Tablas admin*/
.tablas {
  margin: 0 0 15px 0;
  width: 100%;
}

.tablas table {
  width: 100%;
	margin: 0;
  border-top: solid 1px #b0b0b0;
  border-left: solid 1px #b0b0b0;
  border-right: solid 3px #d0d0d0;
  border-bottom: solid 3px #d0d0d0;	
}

.tablas table form {}

.tablas table form input {
  width: 10px;
  float: left;
}

.tablas th strong {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height:15px;
}

.tablas th {
	background: #275E81;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	line-height:15px;
	text-align: center;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #FFF;
}

.tablas tr {
	height: 28px;
}

.tablas td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	line-height:15px;
}

.tablas td a {
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
	color: #0099CC;
	font-family: Verdana;
	font-size: 11px;
	line-height:15px;
	text-decoration: none;
}

.tablas td a:hover {
	text-decoration: underline;
}

.tablas td.first,th.first {
	border-left: 0px;
}

.tablas tr.row-a {
	background: #F8F8F8;
}

.tablas tr.row-b {
	background: #EFEFEF;
}
/* FIN Tablas admin */