/*CSS*/
body{
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}

a{
font-size:13px;
color:#FF159F;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

#main{margin:0 auto 0 auto; width:700px;}

#header{
background-color:#FFFF00;
width:638px;
height:220px,
}

#footer{
background-color:#FFFF00;
width:630px;
height:50px;
padding: 40px 0px 0px 10px;
font-size:12px;
}

#paginas{
padding-top:12px;
color:#7C7C7C;
font-family: Arial, Helvetica, sans-serif;
font-size:24px;
background-image:url(../img/bg-paginas.gif);
background-repeat:no-repeat;
width:664px;
height:45px;
font-weight:bolder;
margin:10px 0px;
}

.selectedPage{
color: #FF70C4;
font-size:28px;
}

.boxPetitorio{
background-color:#FFFFFF;
width:638px;
margin:10px 0px;
}

.boxDetalle{
background-color:#FFFFFF;
width:638px;
margin:0px 0px 10px 0px;
}

.ayuda{
font-size:18px; 
color:#565F67;
font-weight:bold;
}

.titulo{
font-size:18px;
font-weight:bold;
}

.subtitulo{
font-size:12px;
color:#FF159F;
}

.resumen{
font-size:12px;
padding-top:1px;
}
