/****
* Website design and CSS style by Artis . design studio (www.goartis.com)
****/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../img/fondo_aamarqtec.gif);
}
.container {
	width: 905px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.text {
	color: #666;
	font: 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	list-style-image: url(../img/listdot.gif);
	text-shadow: #000000 0 0 0px;
}

a:hover {
	text-decoration: none;
}

.text a:link, .text a:active {
	color: #708ba3;
	text-decoration: underline;
	padding: 1px;
}

.text a:visited {
	color: #749da9;
	text-decoration: underline;
}

.text a:hover {
	color: white;
	text-decoration: underline;
	background-color: #74acff;
}

.footer {
	color: silver;
	font: 10px/15px Verdana, "Lucida Grande", sans-serif;
}

.footer a:link, .footer a:visited {
	color: silver;
	text-decoration: underline;
}

.footer a:hover {
	color: #2e8fff;
	text-decoration: underline;
}

.rolls {
	padding: 1px;
}

.rolls a:link, .rolls a:active, .rolls a:visited, .rolls a:hover {
	text-decoration: none;
}

.mainbox {
	height: 100%;
	top: 0;
	width: 100%;
	right: 0;
	vertical-align: middle;
	position: absolute;
}

input, textarea, select{color: #999; 
 border: 1px solid #999; 
font: 11px/16px Verdana, "Lucida Grande", sans-serif;
}

.button {color:#666;
text-align:center;
border: 1px solid #999;
background-color:#FFF;
font: 12px/18px Verdana, "Lucida Grande", sans-serif;
	margin-top: 5px;
}


/***********************************************
* Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/


.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
	height: 16px;
	color: #4d4b7c;
	font: normal normal 13px "Din Light", sans-serif;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 0;
	border-top: 1px solid #b2b2b2;
}

.openpet{
	color: white;
	background: white repeat-x;
	padding-left: 20px;
	padding-top: 10px;
	top: 0;
	border-top: 1px solid #34267E;
}

.mypets i {
	font-style: normal;
}

.openpet i {
	visibility: hidden;
}


