
BODY {
	background : #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color : 000000;
	margin : 1px 0px 20px 0px;
	text-align: center;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right:15px;
}

.punteado{ 
  border-style: solid; 
   border-width: 1px; 
   border-color: #ffffff; 
   background-color: #FF9933; 
   width:500px
} 

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-right:15px;
}


a:link,
a:active {
	text-decoration:none;
	color:#ff0000;
}

a:visited {
	text-decoration:none;
	color:#990000;
}


a:hover {
	text-decoration:underline;
	color:##0000CC;
}

#contenedor{
	text-align: center;
	width: 760px;
	margin: auto;
	background-color : #ffffff;
}


#cabecera{
	background: transparent url(http://www.camsdeparejas.com/imagenes/index_01.gif) no-repeat;
	height : 127px;
	width: 760px;
	
}

#cabecera h1 { 	
	
	font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   letter-spacing: .2em;
   text-align: center;
   margin : 60px 90px 20px 10px;
   color: #ffffff;
	
}

#navegador
{
	background : transparent url(http://www.camsdeparejas.com/imagenes/t04-1.gif) no-repeat;
	padding : 0px 0px 0px 0px;
	border-top : 7px solid #ffffff;
	border-bottom : 0px solid #ffffff;
	font-size: 12px;
	font-weight: bold;

}

A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{
	color: #ff0000;
}
A.enlacenav:HOVER{
	color: #990000;
}


