input { 
font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#666;
		background:#f9f9f9;
		border: 1px solid #cccccc;
} 
select { 
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #666; 
		background-color: #f9f9f9; 
} 
textarea{
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		background:#f9f9f9;
		color:#666;
}
radio{
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		background:#f9f9f9;
		color:#666;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a {
	font-size: 12px;
	color: #333333;
}
.tit_white{
	color: #FFFFFF;
	font-weight: bold;
}
.top{background-image:url(../images/top2.png);
background-repeat:no-repeat;
background-position:center;
margin: 0px;
}
.table_border {
	padding:2px;
	border-collapse:collapse;
	border:0px;
	border-color:#ccc;
	margin:1px;
}
.tit_1 {
	color: #666666;
	font-weight: bold;
	font-size: 14px;
}
.tit_acordeon {
	color: #666666;
	font-weight:lighter;
	font-size:14;
}
.axeso {
	color: #cc0000;
}
.aviso {
	color: #999999;
}

.copyright {
	font-size: 9px;
	color: #666666;
}
.border_images{
	padding: 2px 2px 2px 2px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*acordeon*/
.accordion {
	width: 600px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #f4f4f4 url(../images/arrow-square.gif) no-repeat right -51px;
	padding: 4px 12px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 0px 0px 0px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

#libreta{
	background-image: url(../../../../Desktop/Sin-ti%CC%81tulo-1.jpg);
}
/* ----- GO TO TOP -----*/
#pagewrap {
	margin: 0 auto;
	width: 930px;
	padding-left: 0px;
	position: relative;
}

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 0px;
	margin-left: 35px;
}
#back-top a {
	width: 30px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #660000;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #660000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 30px;
	height: 30px;
	display: block;
	margin-bottom: 7px;
	background: #660000 url(../images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}

