body {
	margin:0;
	padding:0;
	width: 12000px;
	height: 509px;
	color:#333;
	font: 62.5%/150% Tahoma, Sans-Serif;
	background-color: #c0c2c5;
	background-image: url(../img/contacto.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}

h2 {font-size: 1.1em}
h3 {font-size: 1.4em}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#page {
	height: 509px; 
}

#inicio {
	padding: 33px 0 0 5px;
	float: left;
	width:1680px;
}

.cadacaja {
	padding: 33px 0 0 5px;
	float: left;
	width:2000px;
	height: 509px; 
	font-size:180%;
}

/* #micapa {position:absolute; top:0px; left:0px; visibility:hidden;} */

#inicio h1 {font-size: 2.0em;}

#menu {
	margin-top: -135px;
	padding-left: 6px;
}

#menu ul {
	list-style: url(../img/right.png);
}

#menu a{
	text-decoration: none;
	color: #22b1e1;
}

#menu a:hover{
	border-bottom: 1px solid #22b1e1;
}

#content {
	margin: 75px 0 0 40px;
	float: left;
	font-size: 1.1em;
}

#note { 
	margin-top:10px;
}

#content h4 {font-size: 1.2em;}

.par {
	margin: -30px 800px 0 0px;
	padding-left: 30px;
	float: left;
	width: 750px;
	height: 300px;
}

.alt {/* modify this to add style to alternate sections*/}

p.secbot a{
	margin-top: -5px;
	padding-left: 15px;
	border-bottom:none;
	color: #22b1e1;
	/* background: url(../img/left.png) no-repeat scroll left center; */
	text-decoration:none;
	font-size:0.9em;
}

p.secbot a:hover {
	border-bottom:1px solid #22b1e1;
}

#arrows {
	position: fixed;
	top: 1px;
	left: 700px;
	width: 100px;
	height: 30px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a{
	margin-right: 5px;
	margin-top: 5px;
	float: left;
	display: block;
	width: 40px;
	height: 60px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../img/left.png) no-repeat;}
#arrows ul #right a{background: transparent  url(../img/right.png) no-repeat;}


#rightsider {
	padding: 0 10px 0px 0;
}	

#rightsider a{
	color: #22b1e1;
	text-decoration: none;
}

