/* 
ESTILO PARTICULAR DE UNA PÁGINA WEB

Debe existir una hoja de estilos por cada página web que necesite una modificación especifica en los estilos

*/





/*#supportingText a{
display:inline;
z-index:1;filter:alpha(opacity=99.9);-moz-opacity:99.9;opacity:.99.9;
}


#supportingText a:hover{
z-index:1;filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
}
*/
#col_a .img_lateral{
float:right;
margin-left:30px;}
.a_cursos{
background-image:url(../img/img_cursos_15.jpg);
background-repeat:no-repeat;
width:220px;
padding-top:10px;
padding-left:24px;
color:#FFFFFF;
text-decoration:none;
float:left;
font-weight:bold;
font-size:16px;
display:block;
height:130px;}


.a_surf{background:url(../img/img_surfcamp_16.jpg);
background-repeat:no-repeat;
width:202px;
padding-top:10px;
padding-left:30px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
float:left;
font-size:16px;
display:block;
height:130px;}

.a_cursos:hover{background:url(../img/img_cursos_over_15.jpg);
color:#FFFFFF;
text-decoration:none;
float:left;
font-weight:bold;}

.a_surf:hover{background:url(../img/img_surfcamp_over_16.jpg);
color:#FFFFFF;
text-decoration:none;
float:left;
font-weight:bold;}
