/*############# + HOJA DE ESTILOS DE SERYCAR 040407 + #############*/

/*############ ESTILOS GENERALES###################*/

* {
margin: 0;
padding: 0;
}

body {
text-align:center;
font-family: verdana, arial, helvetica, courier;
margin-top:10px;
background-color:#fff;
}

#contG{
position:relative;
margin:0 auto;
width:750px;
}

#contC{
float:left;
width:750px;
}

.lnkBlanco{
text-decoration:none;
color:#fff;
}