﻿body 
{
	
}

.Contenedor
{
	position: relative;
	width: 1004px;
	height: 42px;
	margin:0 0 0 0;
}

.Cabecera
{
	width: 1004px;
	height: 140px;
	position: relative;
	background-image: url('../img/Cabeceras/CabeceraBolas.jpg' );
}



.Centro
{
	width: 1004px;
	position: relative; 
	top: 50px;
	}

.Barra
{
	width: 1004px;
	height: 18px;
	position:relative;
	background-image: url('../img/BarraHorizontal1.jpg' );
	top:130px;
}


.ref {
   
   /* Quitamos el padding */
   padding:0 0 0 0;
   margin:0 0 0 0;
   border-spacing:0;
    border-width:0;
   
}

.Texto
{
	color: #7A0040; 
	font-family:Arial; 
	font-style:oblique; 
	position: relative; 
	top: 135px;
}


.Texto2
{
    
	color: #A18993;
	font-family:Arial; 
	font-style:oblique; 
	position: relative; 
	top: 135px;
}

.PoliticaPrivacidad
{
    position: absolute; 
    font-family:Arial;
    float:right;
    top: 650px;
	right:0px;
	font-size:10px;
}


