@charset "utf-8";
/*********************************************************************************
**********************************************************************************
             COMISION DE DERECHOS HUMANOS DEL ESTADO DE MEXICO
        		  DEPARTAMENTO DE DESARROLLO DE SISTEMAS
				           UNIDAD DE INFORMATICA
**********************************************************************************
*********************************************************************************/
*
{
	margin:0px;
	padding:0px;
}

.sobre TR:hover
{
    background-color:#bde4e5;
	cursor:hand;
}

header,section,footer,aside,nav,article,figure,figcaption,hgroup
{
	display:block;
}

body
{
	background-color:#ececec;
	color:#424242;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

header
{
	background:url(../IMAGENES/ttopOIC_22.jpg) top center no-repeat;
	height:121px;
	width:950px;
}

nav
{
	border-top:2px solid #3f6ab0;
	border-bottom:2px solid #3f6ab0;
	height:25px;
	width:950px;

}

section
{
	background:#fff;
	clear:both;
	padding:20px;
	text-align:justify;
	/*height:343px;*/
}

footer
{
	background:#fff;
	color:#364978;
	padding:20px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}

footerI
{
	background:#fff;
	color:#333;
	padding:20px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}

h3
{
	color:#364978;
	text-transform:uppercase;
}

a
{
	text-decoration:none;
	color:#6C6C6C;
}

a:hover
{
	color:#364978;
}

#contenedor_principal
{
	width:950px;
	margin:15px auto;
	-moz-box-shadow:rgba(88,88,88,1) 0px 0px 15px;
	-webkit-box-shadow:rgba(88,88,88,1) 0px 0px 15px;
	-ms-box-shadow:rgba(88,88,88,0.8) 0px 0px 15px;
	box-shadow:rgba(88,88,88,1) 0px 0px 15px;
}

#contenedor_principal_bn
{
	width:950px;
	margin:15px auto;
	-moz-box-shadow:rgba(0,0,0,0) 0px 0px 15px;
	-webkit-box-shadow:rgba(0,0,0,0) 0px 0px 15px;
	-ms-box-shadow:rgba(0,0,0,0) 0px 0px 15px;
	box-shadow:rgba(0,0,0,0) 0px 0px 15px;
}

#nav_home
{
	width:25px;
	float:left;
	height:18px;
	padding:5px 2px 2px 10px;
}

#nav_usuario
{
	height:18px;
	width:295px;
	float:left;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:7px;
	padding-left:5px;
}

#nav_departamento
{
	height:18px;
	width:295px;
	float:left;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:7px;
	padding-left:5px;
}

#nav_sistema
{
	color:#90000;
	height:20px;
	width:830px;
	float:left;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
	padding-top:5px;
	padding-right:5px;
}

#caja_botones
{
	width:910px;
	height:316px;
}

