﻿	body{
		margin: 0px 0px 0px 0px;
		text-align: center;
		background-repeat:repeat-x;
		background-color:#F4F4F4;
		background-image: url("../Imagenes/fondo.jpg");
	}
	
	td img 
	{
	    display: block;
    }
	
	img{
		border-width:0px;
	}
	
	.Links img 
	{
		text-align:center;
		margin: auto;
	}

	
	.MarcoResalteTop
	{
	    border-top-color:#BCD4BA; 
	    border-top-width:1px; 
	    border-top-style:solid;
	}
	
	.MarcoResalteTop:hover
	{
	    background-color:#293722;
	}

	.MarcoResalteBottom
	{
	    border-bottom-color:#293722; 
	    border-bottom-width:1px; 
	    border-bottom-style:solid;
	}
	
	.MarcoResalteBottom:hover
	{
	    background-color:#293722;
	}
	
	.MarcoResalteBottomSinHover
	{
	    border-bottom-color:#293722; 
	    border-bottom-width:1px; 
	    border-bottom-style:solid;
	}

	
	
	.FondoBordeErr
	{
	   background-color:#FFFF99;
	   color:#C10000;
	   font-family:Verdana, Arial, Helvetica, Sans-Serif;
	   font-size:9px;
	   margin-top:3px;
	}
		
	.Caja{
		background-color:white;
		border-width:1px;
		border-color:#999999;
		border-style:solid;
		text-align:left;
		vertical-align:top;
	}
	
	.Margen{
		padding-top:3px;
		padding-left:3px;
		padding-right:3px;
	}
	
	.MargenLeft{
		padding-left:3px;
	}
	
	.MargenRight{
		padding-right:3px;
	}
	
	.MargenTop{
		padding-top:3px;
	}
	
	
	.NoVisible{
		visibility:hidden;
		display:none;
	}

    .modalBackground {
	    background-color:Gray;
	    filter:alpha(opacity=70);
	    opacity:0.7;
    }

    .MarcoResalte
    {
	    background-color:White; 
	    border: dashed 1px Gray
    }
    
    .AlignCenter
    {
    	text-align:center;
    	margin:0 auto; 
    }
    
    
    /*FORO*/
    .ratingStar { 
        font-size: 0pt; 
        width: 16px; 
        height: 16px; 
        margin: 0px; 
        padding: 0px; 
        cursor: pointer; 
        display: block; 
        background-repeat: no-repeat; 
    } 

    .filledRatingStar { 
        background-image: url(../Imagenes/Iconos/FilledStar.gif); 

    } 

    .emptyRatingStar { 
        background-image: url(../Imagenes/Iconos/EmptyStar.gif); 
    } 

    .savedRatingStar { 
        background-image: url(../Imagenes/Iconos/SavedStar.gif); 
    } 