.titulo {
	font-family: "Trebuchet MS", Verdana;
	font-size: 18px;
	font-weight: bolder;
	/*color: #990000;*/
	color: 4EAD60;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	text-align: left;
	padding-left: 30px;
}

.titulo2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: bolder;
	/*color: #990000;*/
	color: 4EAD60;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	text-align: center;
	padding-left: 10px;
}

.titulo3 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: 4EAD60;
    font-weight: bolder;
	border-top-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	text-align: right;
    padding-left: 30px;
  	padding-top: 10px;
}

.casilla {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #676767;
	text-decoration: none;
	border: 1px solid #D4D0C8;
     border-radius: 4px;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	  -o-border-radius: 4px;
}

.boton {
	border: 1px solid #D4D0C8;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	font-weight: bold;
	/*color: #990000;*/
	color: 00000;
	text-decoration: none;
	/*background-color: #D4D0C8;*/
	background-color: DCEDD8;
	vertical-align: middle;
}

.boton2 {
	border: 1px solid #D4D0C8;
	font-family: "Trebuchet MS", Verdana;
	font-size: 15px;
	font-weight: bold;
	/*color: #990000;*/
	color: 00000;
	text-decoration: none;
	/*background-color: #D4D0C8;*/
	background-color: DCEDD8;
	vertical-align: middle;
}

.subtitulo {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bolder;
	color: #999999;
	text-decoration: none;
	text-align: left;
	padding-left: 30px;
}

.subtitulo:hover {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bolder;
	color: #999999;
	text-decoration: underline;
	text-align: center;
}

.subtext {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #676767;
	text-align: center;
	text-decoration: none;
    padding-right: 20px;
	background-color: F7F7F7;
	border: 1px solid #D4D0C8;
}

.infsub {
	font-family: "Trebuchet MS", Verdana;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D0C8;
}

.text {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #676767;
	text-decoration: none;
	text-align: left;
    padding-left: 30px;
  	padding-top: 10px;
}

.text2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #676767;
	text-decoration: none;
	text-align: left;
}

.link {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bolder;
	color: #990000;
	text-decoration: none;
	text-align: center;
}

a.link:hover {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bolder;
	color: #990000;
	text-decoration: underline;
	text-align: center;
}

li {
	/*list-style-type: circle;*/
	font-size: 16px;
	text-decoration: none;
}

.linkli {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #0000C0;
	text-decoration: none;
}

a.linkli:hover {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #0000C0;
	text-decoration: underline;
}

.borde {
	border: 2px solid #C6D1DA;
    height: 773;
	width: 1030;
    background-image:url("Back-ivr-inicio.png");
}

.scrollable {
	width: 905px;
	height: 400px;
	overflow: auto;
	margin-left:22px;
	margin-top:-0px;
}

.scrollable2 {
	width: 720px;
    float: left;
	height: 350px;
	overflow: auto;
	margin-left:30;
	margin-top:-5px;
}
.scroll_listado {
	width: 900px;
    float: left;
	height: 400px;
	overflow: auto;
	margin-left:55;
	margin-top:-5px;
}



.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #a8a6a8));
	background:-moz-linear-gradient(top, #ededed 5%, #a8a6a8 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #a8a6a8 100%);
	background:-o-linear-gradient(top, #ededed 5%, #a8a6a8 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #a8a6a8 100%);
	background:linear-gradient(to bottom, #ededed 5%, #a8a6a8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#a8a6a8',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
    border-radius:6px;
	border:1px solid #b3afb3;
	display:inline-block;
	cursor:pointer;
	color:#424242;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a8a6a8), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #a8a6a8 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #a8a6a8 5%, #ededed 100%);
	background:-o-linear-gradient(top, #a8a6a8 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #a8a6a8 5%, #ededed 100%);
	background:linear-gradient(to bottom, #a8a6a8 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8a6a8', endColorstr='#ededed',GradientType=0);
	background-color:#a8a6a8;

}


.myButton:active {
	position:relative;
	top:1px;
}

/* fieldset */

fieldset {
    border:1px solid #999;
    border-radius:8px;
    box-shadow:0 0 10px #999;
    width: 900;
    text-align:left;
	color: #000000;



background: rgba(226,226,226,1);
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 37%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(37%, rgba(219,219,219,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 37%, rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 37%, rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 37%, rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 37%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );

}

.field_login {
    border:1px solid #999;
    border-radius:8px;
    box-shadow:0 0 10px #999;
    width: 450;
    text-align:left;
	color: #000000;



background: rgba(226,226,226,1);
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 37%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(37%, rgba(219,219,219,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 37%, rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 37%, rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 37%, rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 37%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );

}

/*
ID {
width:xxxpx;
height:xxxpx;
background-repeat:no-repeat;
}*/