/* CSS Document */

.bordes {border-bottom-style:solid;
		border-top-style:solid;
		border-bottom-color:#CFCFCF;
		border-top-color:#CFCFCF;
		border-top-width:3px;
		border-bottom-width:3px;
		border-left-color:#D67912;
		border-left-style:solid;
		border-left-width:3px;
		border-right-color:#D67912;
		border-right-style:solid;
		border-right-width:3px;
		}
.bordes2 {border-right-style:solid;
		border-left-style:solid;
		border-right-color:#D67912;
		border-left-color:#D67912;
		border-left-width:4px;
		border-right-width:4px;
		padding:7px;
		background-color:#FFFFFF;
		}
.ancho { 
		width:345;
		}
.texto{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:justify;
		}
.texto2{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:center;
		}
.menu{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:center;
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
		}
.menu:hover{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:center;
		color:#F3A774;	
		text-decoration:none;		
		}

body { padding-top:6px
		}
.enlaces{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:center;
		color:#000000;	
		text-decoration:none;
		font-weight:bold;
		}
.enlaces:hover{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:center;
		color:#999999;
		text-decoration:none;
		font-weight:bold;
		}
.subrayado{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000000;	
		text-decoration:underline;
		font-weight:bold;
}