/* Reset */

* { /* sets 0 margin and 0 padding on everything */
	margin: 0; 
	padding: 0; 
	
}
html, body{
	background-color: #f6f6f6;
	color: #ffffff;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height:100%;
}
body{
	background: #f6f6f6 url(images/bgBody.jpg) repeat-x 0 top;
}
a{
	color: #fff;
}
a:hover{
	text-decoration: none;
}
h2{
	color: #014a81;
	font-size: 22px;
	margin-bottom: 12px;
}

/* IDS */

#container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#contenedor{
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header{
	height: 154px;
	position: relative;
	display: block;
}
#logo{
	float: left;
	position: relative;
	display: block;
}
#menu{
	position: relative;
	height: 40px;
	background: #014a81 url(images/bgMenu-gradient.jpg) repeat-x 0 top;
	border-top: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	display: block;
	clear: both;
}
.nav{
	float: right;
	display: block;
	height: 40px;
	width: 514px;
}
.nav li{
	display: block;
	list-style-type: none;
	position: relative;
	top: 13px;
	float: left;
	margin-left: 18px;
}
.nav li a{
	list-style-type: none;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 13px;
	font-size: 12px;
	border: 1px solid #1c5a8e;
}
.nav li a:hover{
	color: #ffffff;
	text-decoration: none;
	padding: 4px 13px;
	font-size: 12px;
	border: 1px solid #1c5a8e;
	background-color: #0d487f;
	border-bottom: 1px solid #216ead;
}
#banner{
	border-right: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	height: 255px;
	border-bottom: 4px solid #014a81;
	clear: both;
}
#contenido{
	border-right: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	display: block;
	float: left;
	position: relative;
	width: 943px;
	height: 100%;
	background-color: #ffffff;
}
#info{
	border-right: 1px solid #ffffff;
	display: block;
	position: relative;
	float: left;
	padding: 22px;
	width: 610px;
	background-color: #ffffff;
	line-height: 18px;
	font-size: 12px;
	min-height:300px;
	color: #484848;
}
#sidebar{
	display: inline;
	position: relative;
	line-height: 18px;
	color: #141414;
	padding: 22px;
	width: 244px;
	font-size: 12px;
	min-height:300px;
	float: left;
	background: url(images/sidebarBG.jpg) no-repeat left top;
}
#footer{
	clear: left;
	display: block;
	position: relative;
	height: 42px;
	width: 195px;
	top: 11px;
	float: left;
	color: #8c8c8c;
	font-size: 11px;
}
#logoSCO{
	float: right;
	position: relative;
	top: 10px;
}

/* clases */
.blanco{
	color: #014a81;
	font-style: italic;
}

/* Accordion */

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 12px Verdana;
margin: 10px 0;
}
.headerTab{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 12px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #ffffff;
padding-bottom: 7px;
	padding-top: 7px;
	background-color: #006699;
	padding-left: 5px;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #006699;
	font-size: 12px;
	border-bottom: 1px solid #006699;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 5px;
}
#imagehome{
	display: block;
	width: 386px;
	height: 312px;
	white-space: pre;
	position: relative;
	background: url(images/papel.jpg) no-repeat left top;
	float: left;
	top: -22px;
	left: -22px;
}
#info ul{
	list-style-position: inside;
}
#sidebar ul{
	list-style-position: inside;
}