body{
    margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	color: #38230E;
}

.body_marginado {
    margin: 8px;
}

.header{
    height:50px;
    background-color:#006699;
    /* border-top: 8px solid #6699CC  */
}

.header_interior{
    margin-left:30px;
    margin-right:auto;
    width:1024px;
    margin-top:25px;
}

.fondocolor {
    background-color:#F6F1DE;
}
.fondoblanco {
    background-color:#FFFFFF;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #006699;
	margin: 0;
}


.margenabajo {
    margin-bottom:15px;
}

.textochico {
    font: normal 12px courier;
}

.emp_mens {
    /*position:absolute;*/
    /*top:10px;*/

    margin-left:30px;
    width:600px;
    font-size:14px;
	color: #006699;
    font-weight:bold;
}

.ocu_info {
    position:fixed;
    top:35px;
    left:500px;

}

.tps_info {
    position:fixed;
    top:160px;
    left:750px;
}

.prestad_info {
    position:fixed;
    top:175px;
    left:500px;

}

.alinear_centro {
    text-align:center;
}

.alinear_derecha {
    text-align:right;
}

.lab_ancho_f400 {
    width: 400px;
    display: inline-block;
}

.lab_ancho_servicio {
    width: 120px;
    display: inline-block;
}

.ancho_empresa {
    width: 80px;
    display: inline-block;
}

.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 0px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   //font-size: 17px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
}
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
}

.links_protocolos {
    position:fixed;
    top:400px;
    left:780px;
}
