﻿@charset "utf-8";
/* CSS Document */


/************************* ACCESS ********************/

#bodyaccess {
	margin: 0;
	padding: 0;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:12px;
	color:black;
	background-color:#ffffff;
}

#wrapperaccessminutes {
	margin-left:auto;
	margin-right:auto;
	width: 750px;
	background-image: url(/puritanas/img/puritanas-acceso.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:110px;
}
#contentaccess {
	margin-left:auto;
	margin-right:auto;
	width: 750px;
	margin: 0;
	padding: 0;
	background-color:#000000;
}
#listaccess {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width: 750px;
	background-color:#FFFFFF;
}
#headeraccess {
	height:55px;
	padding-top:35px;
	padding-right:45px;
	text-align:right;
}
#headeraccess a:link {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight: bold;
}
#headeraccess a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight: bold;
}

