﻿body {
	background: #E7E7E7 url('../imagenes/body.jpg') top left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	cursor: default;
	background-color:#FFFFFF
}
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html {
	height:100%;
	margin-bottom:1px;
}
#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	width:100%;
	padding:0px;
}
.spacer {
	width:100%;
	height:15px;
}
hr {
	border:0px;
	color:#CCCCCC;
	background-color:#CDCDCD;
	height: 1px;
	width: 100%;
	text-align: left;
}
h1 {
	font-size:28px;
	color:#cc0000;
	background-color:#FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
	border-bottom: 1px solid silver;
	margin-bottom: 10px;
}
h2 {
	font-size:15px;
	color:gray;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
	background-color:#FFFFFF;
}
h3 {
	color:#cc0000;
	font-size:15px;
	text-align:left;
	font-weight:300;
	padding:5px;
	margin-top:5px;
}

#left {
	float:left;
	width:280px;
	/*background-color:#FFFFFF;*/
	color:black;
	/*border-left: 1px solid silver;*/
	margin-top: 10px;
}

#main {
	margin					: 5px 5px 5px 285px;
	padding					: 0px;
	/*border-left				: 1px solid silver;*/
	/*width:744px;*/
	background: white;
}
p {
	color:black;
	/*background-color:#FFFFFF;*/
	line-height:20px;
	padding:5px;
	text-align: justify;
}
a {
	color:#cc0000;
	/*background-color:#FFFFFF;*/
	text-decoration:none;
}
a img
{
    border: 0px;
    }
a:hover {
	color:#cc0000;
	/*background-color:#FFFFFF;*/
	text-decoration: underline;
}
#footer {
	/*
	clear:both;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	border-top: 1px solid silver;
	clear: both;
	/*background-color: white;*/
	text-align: right;
	padding: 10px;
	height: 30px;
	background:#eee;
	border-top:4px solid #000;
}
/*
.right {
	color:gray;
	background-color:#FFFFFF;
	float:right;
	font-size:100%;
	margin-top:0px;
}
.left {
	color:gray;
	background-color:#FFFFFF;
	float:left;
	font-size:100%;
	margin-top:0px;
}
*/

/*Código insertado*/
/* NAVIGATION ELEMENTS */
		 #navigation ul {
			/*margin-left: 0;
			padding-left: 0;*/
			list-style-type: none;			
			/*float: left;*/
			width: 250px;
			margin: auto;
			background: white;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 240px;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			color:red;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url('../Imagenes/arrow.gif') 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:red;
		}
h2 {
	background				: #FFFFFF;
	background-image		: url('imagenes/page_white_text.jpg');
	background-repeat		: no-repeat;
	padding-left			: 22px;
	font-size				: 110%;
	color					: #cc0000;
}
#content-container
{
	float: left;
	width: 1024px;
	background: #fff url('../Imagenes/layout-two-fixed-background.gif') repeat-y 0% 0;
}
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	border-bottom:1px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:left;
}
/*Login*/
.login {
  position: relative;
  margin: 10px auto;
  padding: 5px;
  width: 240px;
  background: white;
  border-radius: 3px;
  
  /*-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);*/
  /*box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);*/
}
.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.login h1 {
  margin: -5px -5px 21px;
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
  /*color: #555;*/
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}
/*
.login p {
  margin: 20px 0 0;
}
.login p:first-child {
  margin-top: 0;
}
.login input[type=text], .login input[type=password] {
  width: 180px;
}
.login p.remember_me {
  float: left;
  line-height: 31px;
}
.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}
.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}
*/
.login p.submit {
  text-align: center;
}
/*
.login-help {
  margin: 20px 0;
  font-size: 11px;
  color: white;
  text-align: center;
  text-shadow: 0 1px #2a85a1;
}
.login-help a {
  color: #cce7fa;
  text-decoration: none;
}
.login-help a:hover {
  text-decoration: underline;
}
*/
:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}
::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}
input {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}
input[type=text], input[type=password], input[type=option] {
  margin: 2px;
  padding: 0 10px;
  width: 200px;
  height: 25px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 2px solid #eff4f7;
  -moz-outline-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
input[type=text]:focus, input[type=password]:focus, input[type=option]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}
input[type=submit] {
  padding: 0 18px;
  height: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}
input[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}
textarea 
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  margin: 2px;
  padding: 10px;
  /*width: 200px;
  height: 30px;*/
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 2px solid #eff4f7;
  -moz-outline-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
textarea:focus
{
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
    }
select 
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #404040;
/*
  margin: 2px;
  padding: 0 10px;*/
  /*width: 200px;*/
  /*height: 30px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 2px solid #eff4f7;
  -moz-outline-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);*/
    padding:0px;
    margin: 0;
    /*-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;*/
    /*background: #f8f8f8;*/
    /*color:#888;*/
    border: 1px solid #888;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
    
.ErrorNormal
{
	font-weight: bold;
	color: red;
	text-align: center;	
	font-size: 12px;
}
.ErrorMediano
{
	font-weight: bold;
	color: red;
	text-align: center;	
	font-size: 16px;
}
.ErrorGrande
{
	font-weight: bold;
	color: red;
	font-size: 20px;
}
.grid-view
{
   padding: 0;
   margin: 20px auto;
   border: 1px solid #333;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-align: center;
   width: 100%;
}
.grid-view a
{
 color: #007cbf;
 font-weight: bold;
}
/*.grid-view a:hover
{
 color: #FF9900;
}*/
.grid-view tr.header, tr.footer
{
	background: #007A33;
	color: White;
	border-collapse: collapse;
	border: 2px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	height: 30px;
}

.grid-view tr.normal
{
	border-collapse: collapse;
	border: 1px solid silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	height: 20px;
}

.grid-view tr.alternate
{
	background-color: #e8e8e8;
	border-collapse: collapse;
	border: 1px solid silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	height: 20px;
}
.grid-view tr.normal:hover, .grid-view tr.alternate:hover
{
	/*background-color: #e8e8e8;*/
	background-color: #667777;
	color: white;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
}
.grid-view tr.normal:hover a, .grid-view tr.alternate:hover a
{
	color: white;
}
.grid-view tr.normal:hover a:hover, .grid-view tr.alternate:hover a:hover
{
	color: #FF9900;
}
.grid-view tr.edit
{
	background-color: #FF9900;
	border-collapse: collapse;
	border: 1px solid silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	height: 20px;
}
.grid-view tr.empty
{
	background-color: #e8e8e8;
	border-collapse: collapse;
	border: 1px solid silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	height: 50px;
	color: Red;
	font-weight: bold;
}
.grid-view td.EncabezadoTabla
{
	background: #007cbf;
	color: White;
	border-collapse: collapse;
	border: 1px solid silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 25px;
}
/* Page Numbers */
.pages {
    font: 83%/1.4 Verdana, Arial, Helvetica, sans-serif;
    padding: 1em;
    margin: 1em 0;
    clear: left;
    font-size: 100%;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid silver;
}
.pages a, .pages span {
	color:#003366;
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}
.pages span.current {
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #2E6AB1;
    color: #fff;
}

.pages a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
}

.pages a:hover {
    border-color: #2E6AB1;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
    border: 1px solid #ddd;
    color: #999;
}

.pages .nextprev-next {
    float: right;
}
.azul_encabezado
{
    color: white; 
    background-color: #007cbf; 
    font-family: Arial, Verdana, Helvetica, sans-serif;
    padding: 5px; 
    font-size: 13px; 
    text-align: center;
}
.azul
{
    color: white; 
    font-weight: bold; 
    background-color: #007cbf; 
    font-family: Arial, Verdana, Helvetica, sans-serif;
    padding: 5px;
}
.naranja
{
    color: white; 
    background-color: orange; 
    font-family: Arial, Verdana, Helvetica, sans-serif;
    padding: 5px;   
}
#contenedor_menu
{
	background-color: #007A33;
	width: 100%;
	height: 24px;
	color: White;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	margin: auto;
	padding: 0px;
}
#menu { 
	position: relative;
	float: left;
	color: White;
}
#salir { 
	float: right;
	/*padding: 5px 3px;*/
	/*font-family: Verdana;*/
	/*font-size: 11px;*/
	font-weight: bold;
	/*height: 14px;*/
    /*height: 24px;
    background: tomato;*/
    padding-top: 5px;
    padding-right: 5px;
}
	#salir a  
	{
		text-decoration: none; 
	}
	#salir a:link  
	{
		color: white; 
	}
#salir a:hover, a:focus 
	{ 
		color: white;
		text-decoration: underline;
	}
/*Update Progress*/
.modalBackground
{
	background-color: white;
	filter: alpha(opacity=50);
	opacity: 0.50;
}
.updateProgress
{
	border-width: 1px;
	border-style: solid;
	position: absolute;
	width: 400px;
	height: 100px;
	color: #2E4d7B;
	font-weight: bold;
	font-size: 20px;
	background-color: White;
}
.PopupPanel
{
    border: solid 2px #5D7B9D;
    background-color: white;
    padding: 10px 10px 10px 10px;
    margin: 30px;
    /* display: none; This won’t work due to a “bug” with the ModalPopup AJAX Control */
}

    .popUpStyle
    {
        /*font: normal 11px auto "Trebuchet MS", Verdana;   */
        background-color: #ffffff;
        /*color: #4f6b72; */
        padding: 6px;     
        filter: alpha(opacity=100);
        opacity: 0.9;
        border-width: 1px;
	    border-style: solid;
    }
   
    .drag
    {
         background-color: #dddddd;
         cursor: move;
         border:solid 1px gray ;
    }

.ModalBackground
{
    background-color: Gray;
    filter: alpha(opacity=75);
}


    .books
    {
        width: 95%;
        font-family: verdana,sans-serif;
        background-color: white;
        padding-bottom: 30px;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
	    border: 1px solid silver;
	    font-size: 11px;
    }
    .item
    {
	    border-collapse: collapse;
	    border: 1px solid silver;
	    font-family: verdana,sans-serif;
	    font-size: 11px;
	    background-color: #5078B3;
    }
    .alternating
    {
	    background-color: red;
    }
    .DataListEdit
    {
	    border-collapse: collapse;
	    border: 1px solid silver;
	    font-family: verdana,sans-serif;
	    font-size: 11px;
        background-color: #e8e8e8;
    }

#newspaper-b
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px;
	width: 700px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#newspaper-b th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
}
#newspaper-b tbody
{
	background: #e8edff;
}
#newspaper-b td
{
	padding: 10px;
	/*color: #669;*/
	color: Black;
	border-top: 1px dashed #fff;
}
#newspaper-b tbody tr:hover td
{
	/*color: #339;*/
	background: #d0dafd;
}
.Fieldset
{
	padding: 0;
	width: 98%;
	margin: auto;
	background-color: white;
	border: 1px solid silver;
	padding: 10px 0px;
	margin-bottom: 15px;
	padding-left: 10px;
}
.Legend
{
	font-size: 20px;
	color:#cc0000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
	background-color: #e8e8e8;
	border: 1px solid silver;
	margin: 0 10px;
	padding: 3px;
	width: 400px;
}
    .Legend.Middle img
    {
        vertical-align: middle;
        }

.MiddleImg img {
		vertical-align: -4px;
	}
.contactTypeRadio input
{
    width: 10px; 
    margin-top: 10px; 
    /*border: solid thin blue; */
    float: left;
}
.contactTypeRadio label
{
    width: 50px; 
    padding: 10px; 
    /*border: solid thin green; */
    float: left; 
    text-align: left;
}
.contactTypeRadio 
{
    width: 100%; 
    /*border: solid thin red;*/
}

		/*body{font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;}*/
		.Requerimiento{border-collapse: collapse; border: 1px solid silver;font-size: 14px; width: 100%;}
		.Requerimiento th{text-align: center;background: white;border: 1px dashed silver;font-size: 28px;color: #cc0000;font-weight: 300;margin-bottom: 10px;}
		.Requerimiento tr{background-color: white;}
		.Requerimiento td{padding: 5px;text-align: justify;}
.custom-input-file {
     overflow: hidden;
     position: relative;
     cursor: pointer;
 }
 .custom-input-file .input-file {
     margin: 0;
     padding: 0;
     outline: 0;
     font-size: 10000px;
     border: 10000px solid transparent;
     opacity: 0;
     filter: alpha(opacity=0);
     position: absolute;
     right: -1000px;
     top: -1000px;
     cursor: pointer;
 }
.container 
{
    
}
	.container.middle img {
		vertical-align: middle;
	}
.Lista ul {
    list-style-image: url('../images/accept.png');
}
.Lista li {
    list-style-image: url('../images/accept.png');
    margin-left: 50px;
}



.ac-container{
    /*width: 400px;*/
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: left;
}
.ac-container label{
    /*font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;*/
    /*font-family: 'trajan';*/
    font-size: 18px;
    color: #cc0000;

    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    /*color: #777;*/
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    /*font-size: 19px;*/
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
        0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
    background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    /*background: #c6e1ec;*/
    background: #e8e8e8;
    /*color: #3d7489;*/
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/arrow_down.png) no-repeat center center;  
}
.ac-container input:checked + label:hover:after{
    background-image: url(../images/arrow_up.png);
}
.ac-container input{
    display: none;
}
.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
    /*
    font-style: italic;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    */
    font-family: 'Times New Roman', serif;
    font-size: 16px;
    text-align: justify;
    line-height: 2;
    color: #515151;

}
.ac-container input:checked ~ article{
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
    height: 140px;
    background: red;
}
.ac-container input:checked ~ article.ac-medium{
    /*height: 180px;*/
    height: auto;
    padding: 20px;
}
.ac-container input:checked ~ article.ac-large{
    height: 230px;
}