/* Hoja con los estilos para los navegadores de toda la web */
/* Enlaces 	

a:link {
	color: #000080;
	background: transparent;
	text-decoration: none;
}

a:visited {
		color: #800080;
		background : transparent;
		text-decoration: none;
}

a:active {
		color: #ff0000;
		background : transparent;
		text-decoration: none;
}

a:hover {
	color: #ff0000;
	background : transparent;
}

*/
	
.anchura25 {
	width : 25%;	
   }
.anchura37 {
	width : 37%;	
   }
.anchura50 {
	width : 50%;	
   }
.anchura75 {
	width : 75%;		
   }
.anchura100 {
	width : 100%;	
   }

.navegador2 {
	background : #D0223D;
	font-size : 11pt;
	font-weight : bold;
	color : white;
	width : 50%;
	text-align : center;
	vertical-align : middle;
	border : thin ridge Yellow;
   }	
.navegador3 {
	background : #D0223D;
	font-size : 12pt;
	font-weight : bold;
	color : white;
	width : 33%;
	text-align : center;
	vertical-align : middle;
	border : thin ridge Yellow;
   }	
.navegador4 {
	background : #D0223D;
	font-size : 12pt;
	font-weight : bold;
	color : white;
	width : 25%;
	text-align : center;
	vertical-align : middle;
	border : thin ridge Yellow;
   }
.navegador5 {
	background : #D0223D;
	font-size : 12pt;
	font-weight : bold;
	color : white;
	width : 20%;
	text-align : center;
	vertical-align : middle;
	border : thin ridge Yellow;
   }
.navegador6 {
	background : #D0223D;
	font-size : 12pt;
	font-weight : bold;
	color : white;
	width: 17%;
	text-align : center;
	vertical-align : middle;
	border : thin ridge Yellow;
   }	
.navegador7 {
	background : #D0223D;
	font-size : 12pt;
	font-weight : bold;
	color : white;
	width: 14%;
	text-align : center;
	vertical-align : middle;
	border : thin ridge Yellow;
   }