/* CSS Document */

.top_izq{
background-image:url(images/top_izq.png);
background-repeat:repeat-y;
background-color:#FFFFFF;
width:14px;
}

.top_der{
background-image:url(images/top_derecha.png);
background-repeat:repeat-y;
width:14px;
background-color:#FFFFFF;
}

.botton_izq{
background-image:url(images/bottom_izquierda.png);
background-repeat:repeat-y;
width:14px;
background-color:#E6E8D9;
}

.botton_der{
background-image:url(images/bottom_derecha.png);
background-repeat:repeat-y;
width:14px;
background-color:#E6E8D9;
}

.linea_punteada{
background-image:url(images/linea_punteada.jpg);
background-repeat:repeat-y;
background-color:#FFFFFF;
width:29px;
}

.Normal{
font-family:"Tahoma";
font-size:11px;
color:#878787;
text-align:justify;
}

.Normal_celeste{
font-family:"Tahoma";
font-size:13px;
color:#0099CC;
font-weight:bold;
}

.Normal_naranja{
font-family:"Tahoma";
font-size:13px;
color:#CC9900;
font-weight:bold;
}

.Normal_verde{
font-family:"Tahoma";
font-size:13px;
color:#669900;
font-weight:bold;
}

.Normal_rojo{
font-family:"Tahoma";
font-size:13px;
color:#990000;
font-weight:bold;
}

.Normal_violeta{
font-family:"Tahoma";
font-size:13px;
color:#990099;
font-weight:bold;
}

a{
font-family:"Tahoma";
font-size:10px;
color:#658512;
text-decoration:underline;
}

.Normal_Bottom{
font-family:"Tahoma";
font-size:10px;
color:#CC9900;
}

.lista{
font-family:"Tahoma";
font-size:11px;
color:#CC6600;
text-decoration:underline;
list-style-image:url(images/flechita.png);
}

.img{
margin-right:10px;
}