@charset "iso-8859-2";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#474747;
}

#head {
	height:89px;
	background-image:url(../images/head_bck.jpg);
}

#cont_head {
	width:808px;
	height:89px;
	margin:0px auto;
}

.head_logo {
	margin-left:6px;
	margin-top:8px;
	float:left;
	}
	
.head_sep {
	margin-left:20px;
	margin-top:16px;
	float:left;
	}
	
.head_bajada {
	margin-left:20px;
	margin-top:43px;
	float:left;
	}
	
#Cuerpo {
	background-image:url(../images/crp_bck.jpg);
	background-repeat:repeat-x;
	background-color:#474747;
	}
	
#Contenedor {width:808px; margin:0px auto;}

#Separador {height:12px; clear:both;}

#Botonera {
	width:808px;
	height:47px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

/* Boton Presionado */
a.button_p {
    background: transparent url(../images/bg_button_a.jpg) no-repeat scroll bottom right;
    color: #FFF;
    display: block;
    float: left;
    font: normal 12px Eras Medium, sans-serif;
    height: 22px;
	margin-left:12px;
    margin-right:12px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button_p span {
    background: transparent url(../images/bg_button_span.jpg) no-repeat bottom left;
    display: block;
    line-height: 12px;
    padding: 5px 0 5px 18px;
}

/* Boton Activo */
a.button {
    background: transparent url(../images/bg_button_a.jpg) no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: left;
    font: normal 12px Eras Medium, sans-serif;
    height: 22px;
	margin-left:12px;
    margin-right:12px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(../images/bg_button_span.jpg) no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #FFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 5px 0 5px 18px; 
}
/* Termina Boton */

#Placa {
	width:808px;
	margin-top:16px;
}

#Footer {
	width:808px;
	height:47px;
	margin-bottom:25px;
	}

.foot {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:8pt;
	text-align:center;
	}