@charset "utf-8";
/* CSS Document */

/*Definicione de parametros propios del template*/

body.width_0 div#wrap, .auxwidth_0{ /*800x600*/
width: 760px;
}
body.width_1 div#wrap, .auxwidth_1 { /*1024x768*/
width: 960px;
}
body.width_2 div#wrap, .auxwidth_2{
min-width:760px;
max-width:960px; /*max visible should be 960 plus the shadow pads */
width:auto !important;
width:960px;/*ie hack*/
}

body.width_3 div#wrap, .auxwidth_3 { /*wide*/
min-width:760px;
width:auto !important;
}


#footerFloat{
min-width:760px;
width:auto !important;
width:100%;/*ie hack*/
}

#leftToCenter60{
/*float:left; issues with snazzy corners in I*/
width:60%; 
overflow:hidden;
}

#leftToCenter80 {
/*float:left; issues with snazzy corners in I*/
width:80%;
overflow:hidden;
}

#leftToCenter100 {
/*float:left; issues with snazzy corners in I*/
width:100%;
overflow:hidden;
}

a img{
border:none;
}

/* END Definicione de parametros *************************** */