body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#envoltorio {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	border: 1px solid #DF0101;
}
#header {
	width: 100%;
	background-image: url(../images/banner1.jpg);
	background-repeat: no-repeat;
	background-size:100% 100%;
	height: 100px;
}
#header #logo {
	float: left;
	height: 89px;
	width: 386px;
	margin-top: 10px;
	padding-left: 15px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#header h1 {
	font-size: 18px;
	font-weight: normal;
	color: #DF0101;
	float: right;
	padding-right: 15px;
	margin-top: 80px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
#envoltorio #content {
	width: 100%;
	padding-top: 10px;
}
#content #login {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15%;
	margin-top: 10%;
	border: 1px solid #DF0101;
}
#content #login h1 {
	font-size: 24px;
	font-weight: normal;
	text-transform: capitalize;
	color: #151515;
	margin-top: 5px;
	margin-bottom: 10px;
}
#content #login form table {
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #333;
	width: 100%;
}
#content #login form table tr td {
	padding: 2px;
}
#content #login form table tr td input {
	border: 1px solid #151515;
	font-size: 12px;
	width: 100%;
}
.boton  {
	background-image: url(../img/botn.png);
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	height: 29px;
	width: 98px;
	padding-top: 6px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.botGuardar  {
	background-image: url(../img/botn.png);
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	height: 29px;
	width: 98px;
	
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.boton:hover, .botGuardar:hover {
	background-image: url(../img/botn2.png);
}
#error {
	width: 40%;
	position: absolute;
	z-index: 4;
	background-color: #FFF;
	top: 175px;
	margin-left: -25%;
	left: 50%;
	border: 1px solid #F00;
	color: #F00;
	font-size: 14px;
	background-image: url(../img/icoError.png);
	background-repeat: no-repeat;
	background-position: 3% center;
	padding-top: 20px;
	padding-right: 2%;
	padding-bottom: 20px;
	padding-left: 8%;
}
#exito {
	width: 40%;
	position: absolute;
	z-index: 8;
	background-color: #FFF;
	top: 175px;
	margin-left: -25%;
	left: 50%;
	border: 1px solid #093;
	color: #093;
	font-size: 14px;
	background-image: url(../img/icoOk.png);
	background-repeat: no-repeat;
	background-position: 3% center;
	padding-top: 20px;
	padding-right: 2%;
	padding-bottom: 20px;
	padding-left: 8%;
}

#usuario {
	background-color: #585858;
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#usuario .alHome {
	background-image: url(../img/home.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	height: 40px;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	background-color: #00616F;
}
#usuario #nombreUser {
	float: left;
	height: 44px;
	padding-left: 1%;
	color: #FFF;
	width: 60%;
	margin: 0px;
	overflow: hidden;
}
#nombreUser h2 {
	float: left;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 20px;
}
#nombreUser p {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
}
#usuario .cerrar {
	width: 100px;
	background-repeat: no-repeat;
	background-position: 10px center;
	text-decoration: none;
	height: 28px;
	background-color: #00616F;
	float: right;
	display: block;
	color: #FFF;
	font-size: 11px;
	padding-top: 12px;
	background-image: url(../img/icoCerrar.png);
	padding-left: 10px;
}
#usuario .cerrar:hover, #usuario .alHome:hover{
	background-color: #0DE1FF;
}
#tabs ul li a {
	font-size: 12px;
}
#tabs {
	margin-top: 3%;
	margin-bottom: 5%;
}
#menu{
	float: left;
	width: 14%;
	position: relative;
	background-color: #E6E6E6;  /*#E6E6E6; */
	border: 1px solid #CCC;
	padding: 5px;
	background-image: url(../images/menu/fondoMenu.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#menu h1 {
	font-size: 14px;
	font-weight: normal;
	color: #B40404;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
#menu h2 {
	font-size: 14px;
	font-weight: normal;
	color: #B40404;
	margin-top: 12px;
	margin-bottom: 4px;
	text-align: left;
}
#menu ul {
	width: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#menu ul li {
	font-size: 11px;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 4px;
	list-style-position: outside;
	list-style-image: url(../img/bulletMenu.gif);
	margin-left: 5px;
	padding-left: 0px;
}
#menu ul li a {
	color: #151515;
	text-decoration: none;
}
#menu ul li a:hover {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #151515;
}
#despliegueInfo {
	/*float: right;
	width: 83%;*/
	margin-bottom: 10px;
}



#despliegueInfo .fotitoNews {
	float: left;
	width: 15%;
}

#despliegueInfo .volver {
	color: #008FAE;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	float: left;
	margin-top: 5px;
}

#despliegueInfo .fotitoNews img {
	width: 144px;
	border: 3px solid #B9CCE1;
	margin-top: 25px;
}

#despliegueInfo .txtNews {
	float: right;
	width: 80%;
}

#despliegueInfo h1 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #007B93;
	text-align: left;
}
#despliegueInfo table {
	width: 99%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BAD1D0;
	border-left-color: #BAD1D0;
	font-size: 11px;
	margin-bottom: 10px;
}
#despliegueInfo table tr th {
	color: #FFF;
	background-color: #00616F;
	padding: 2px;
}
#despliegueInfo table tr td {
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BAD1D0;
	border-bottom-color: #BAD1D0;
	/*text-align: left;*/
}
.izq {
text-align: left;
}
#despliegueInfo table tr td a img {
	margin-right: 4px;
	margin-left: 4px;
}


#despliegueInfo form {
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#despliegueInfo  h4 {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	color: #999;
	margin-top: 0px;
	margin-bottom: 5px;
}

#despliegueInfo p {
	font-size: 12px;
	color: #333;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#despliegueInfo h2 {
	font-size: 18px;
	font-weight: normal;
	color: #007b93;
	margin-top: 3px;
	margin-bottom: 5px;
	text-transform: capitalize;
	text-align: left;
}

#despliegueInfo h3 {
	font-size: 16px;
	font-weight: normal;
	color: #007b93;
	margin-top: 3px;
	margin-bottom: 5px;
	text-transform: capitalize;
	text-align: left;
}


#despliegueInfo form label {
	width: 120px;
	font-size: 12px;
	display: block;
}
#despliegueInfo form input {
	font-size: 12px;
	border: 1px solid #CCC;
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 2px;
}

#despliegueInfo .tableAdd {
	width : 100%;
	border : none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#despliegueInfo .tableAdd tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
#despliegueInfo  .tableAdd tr td .bordeInput {
	border: 1px solid #CCC;
}
#despliegueInfo .adjunto {
	background-image: url(../img/image_add.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 16px;
	width: 40px;
	padding-left: 20px;
	color: #4daaba;
	text-decoration: none;
}
#despliegueInfo .adjunto:hover {
	color: #55E9F0;
	text-decoration: underline;
}



#footer {
	width: 100%;
	background-color: #BDBDBD;
	height: 40px;
	background-image: url(../../images/logoFooter.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	padding-top: 8px;
	clear: both;
}

#footer p {
	color: #DF0101;
	font-size: 11px;
	margin-left:: 10px;
	margin-top: 15px;
	text-align: left;
	margin-left: 10px;
}
#footer a {
	color: #DF0101;
	font-size: 10px;
	text-decoration: none;
	float: left;
	padding-left: 5px;
	margin-left: 10px;
	margin-top: 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C9E4E7;
	margin-bottom: 0px;
}

#footer a:hover {
	text-decoration: underline;
	color: #0FF;
	border-bottom-color: #0FF;
}

/* COLOR TABLA */

.tableRollOverEffect1{
  background-color:#084B8A;
  color:#FFF;
}

.tableRollOverEffect2{
  background-color:#000;
  color:#FFF;
}


/* DOBLE CLICK TABLA */
.tableRowClickEffect1{
  background-color:#8A0808;
  color:#FFF;
}
.tableRowClickEffect2{
  background-color:#00F;
  color:#FFF;
}
#paginatorBar
{
float: right;
padding-right: 15px;
font-size:12px;
}