body
	{
		font-family:   Arial, Serif, Helvetica, Verdana ;
		font-size: 100%;
		background-image: url("fondo1.jpg");
		background-repeat: repeat;
		background-attachment: fixed;
		background-color: #cccccc;
		background-color: #000;
	

	}
	
	
	
#web
	{
       	margin: auto ;
        width: 1260px ;
		text-align: center !important;

	}
	
#centrado
	{
  
		width: 220px;
		text-align: center ;
		position:absolute ;
		
		left: 0 ;
		right: 0 ;
		margin: auto;
		

	}
	
H1
	{
	    color: #FFCC66;
		text-shadow: 2px 1px 1px #916713;
		font-style: italic;
		font-size:30px;
	}
	
.fondologo
	{
		padding-top: 5px;
		width: 220px;
		height: 290px; 
		background-color: silver; 
		border-width: 1px;
		border-style: solid;
		border-color: #aaaaaa;
		border-radius: 5px 5px 1000px 1000px; 
		box-shadow: 1px 2px 2px #666666;
		text-align: center;
		
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e0e0+0,c1c1c1+100 */
		background: #e0e0e0; /* Old browsers */
		background: -moz-linear-gradient(top, #e0e0e0 0%, #c1c1c1 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #e0e0e0 0%,#c1c1c1 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #e0e0e0 0%,#c1c1c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
	}
	
.fondoplata
	{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e0e0+0,c1c1c1+100 */
		background: #e0e0e0; /* Old browsers */
		background: -moz-linear-gradient(top, #e0e0e0 0%, #c1c1c1 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #e0e0e0 0%,#c1c1c1 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #e0e0e0 0%,#c1c1c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
	}
	
/**************************/
/***** ZONA DE TEXTOS *****/
/**************************/

.texto11
	{
		font-size:11px;
		
	}
	
.texto12
	{
		font-size:12px;
		
	}
.gold13
	{
		 color: #666;
		text-shadow: 2px 1px 1px silver;
		font-style: italic;
		font-size:15px;
	}

	
a:link{text-decoration:none; color:white;}
a:visited{text-decoration:none; color:white;}
a:hover{text-decoration:none; color:lemonchiffon;}
a:active{text-decoration:none; color:white;}
	
