@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	margin: 0px;
    position: relative;
}

#tblEnv body, table,td,th {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

#A1{
	height:110px;
	width:32px;
	background-image:url(../img/environment/a1.jpg);
	background-repeat:no-repeat;
}

#A1sm{
	height:60px;
	width:32px;
	background-image:url(../img/environment/a1_sm.jpg);
	background-repeat:no-repeat;
}

#B1{
	height:110px;
	background-image:url(../img/environment/b1.jpg);
	background-repeat:repeat-x;
}

#B1sm{
	height:60px;
	background-image:url(../img/environment/b1_sm.jpg);
	background-repeat:repeat-x;
}

#C1{
	height:110px;
	width:32px;
	background-image:url(../img/environment/c1.jpg);
	background-repeat:no-repeat;
}

#C1sm{
	height:60px;
	width:32px;
	background-image:url(../img/environment/c1_sm.jpg);
	background-repeat:no-repeat;
}

#A2{
	width:32px;
	background-image:url(../img/environment/a2.jpg);
	background-repeat:repeat-y;
}

#B2{
	background-color:#FFFFFF;
}

#C2{
	width:32px;
	background-image:url(../img/environment/c2.jpg);
	background-repeat:repeat-y;
}

#A3{
	height:56px;
	width:32px;
	background-image:url(../img/environment/a3.jpg);
	background-repeat:no-repeat;
}

#B3{
	height:56px;
	background-image:url(../img/environment/b3.jpg);
	background-repeat:repeat-x;
}

#C3{
	height:56px;
	width:32px;
	background-image:url(../img/environment/c3.jpg);
	background-repeat:no-repeat;
}

#B2A1{
	width:233px;
	height:32px;
	background-image:url(../img/environment/2ba1.jpg);
	background-position:top center;
}
#B2A2{
	width:233px;
	background-image:url(../img/environment/2ba2.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}
#titulomenulateral {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #DD8500;
	padding-top: 8px;
}
#headermaindiv {
	margin-top: 20px;
	height:79px;
	margin-bottom: 10px;
}
#headermaindivsm {
	margin-top: 12px;
	height:31px;
	margin-bottom: 8px;
}


#B2A3{
	width:233px;
	height:13px;
	background-image:url(../img/environment/2ba3.jpg);
	background-position:top center;
}

#B2T{
	background-image:url(../img/environment/ftitulos.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#B2Ttxt{
	background-image:url(../img/environment/flechas.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:25px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #616161;
}


#headerizq{
	float: left;
	width: 27%;
	height: 79px;
	
}

#headerizqsm{
	float: left;
	width: 27%;
	height: 29px;
	
}

#headerder{
	float: right;
	width: 70%;
	height: 79px;
	
}
#headerdersm{
	float: right;
	width: 70%;
	height: 29px;
	
}
#subheaderizq{
	float: right;
	width: 150px;
	height: 79px;
	
}
#subheaderizqsm{
	float: right;
	width: 80px;
	height: 29px;
	
}


#subheaderder{
    float: right;
    width: 200px;
    height: 79px;
    line-height: 14px;
    margin-right: 10px;
}

#subheaderdersm{
    float: right;
    width: 200px;
    height: 29px;
    line-height: 14px;
    margin-right: 10px;
}

#footerizq {
	background-image:url(../img/environment/iconcp.jpg);
	background-position:left center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9px;
	margin-top: 25px;
	margin-bottom: 16px;
	width: 49%;
	float: left;
	background-repeat: no-repeat;
	padding-left: 18px;
}


#footerder {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	margin-top: 25px;
	margin-bottom: 16px;
	width: 49%;
	float: right;
	text-align: right;
}

#cerrarsesionlink , #cerrarsesionlink a {
    text-align: left;
    color: #CC6600;
    font-weight: bold;
    text-decoration: underline;
    font-size: 10px;
}

.formlogin {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #666666;
    border: 1px solid #666666;
    width: 98%;
}

.butlogin {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #666666;
    border: 1px solid #666666;
}

a {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #000000;
    font-size-adjust: inherit;
    text-decoration: underline;
}