* {
    font-family: "Lucida Grande", Arial, Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.clickable {
    cursor: pointer;
}

img {
    border: 0px;
}

a
{
	text-decoration: none;
	color: #476ea8;
}

#mainContent {
    background-color: #FFFFFF;
}

#content {
    margin: 0px auto;
    width: 998px;

}

#leftBackground
{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 250px;
	float: left;
}

#infoContent {
	margin-left: 270px;
    width: auto;
	padding-bottom: 20px;
}

#infoContentNav {
    /*margin-bottom: 15px;*/
    /*height: 28px;*/
    width: auto;
    background-color: #3b5998;
}
/* HEADER */
#logoGeneration {
    cursor: pointer;
	float: left;
}

#headerContent {
    background-color: #476ea8;
	width: 998px;
	height: 29px;
}

#header_subtitle {
	clear: both;
    background-color: #F2F2F2;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 20px;
	height: 25px;
}

#header_subtitle01 {
    font-size: 12px;
    color: #3b5998;
    padding-left: 12px;
	float:left;
}

#header_subtitle02 {
    font-size: 12px;
    color: #565656;
	float:left;
}

#help
{
	float: right;
	padding-right: 10px;
}

#help b
{
	cursor: pointer;
}

#help b:hover
{
	text-decoration: underline;
}

#copypasteados
{
	color: #3b5998;
	font-weight: bold;
	float: right;
	padding-right: 10px;
}

#copypasteadosText
{
	color: #3b5998;
	float: right;
	padding-right: 83px;
}

/* NAVIGATION BAR */
#navBar {
    /*width: 100%;*/
    float: left;
    text-align: center;
    padding-left: 19px;
}

#navBar ul {
    padding: 0;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    background-color: #476ea8;
    padding-top: 8px;
    padding-bottom: 6px;
}

#navBar ul li {
    display: inline;
}

#navBar ul li a {
    text-decoration: none;
    padding: .2em 1.16em;
    color: #fff;
    /*background-color: #3b5998;*/
    font-weight: bold;
}

#navBar ul li a:hover {
    color: #3b5998;
    background-color: #d8dfea;
}
/* RIGHT COLUMN*/
#rightColumn {
    float: right;
    width: 150px;
}

.rightWidget {
    color: #3b5998;
    font-size: 11px;
    font-weight: normal;
    border-left: solid 1px #3b5998;
    padding-bottom: 10px;
}

.rightWidget span.title {
    margin: 0;
    padding: 10px 10px 10px 15px;
    border-top: 1px solid #3b5998;
    background-color: #d8dfea;
    color: #424242;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}

.rightWidget p {
    margin: 0;
    padding: 10px 10px 0px 15px;
}
/* LEFT COLUMN*/
#leftColumn {
    float: left;
    width: 150px;
    background-color: #f7f7f7;
    height: 500px;
}

#logoGeneracionCopyPaste {
    text-align: center;
    height: 85px;
    background-color: #3b5998;
    border-bottom: 5px solid #d8dfea;
}

#logoGeneracionCopyPaste img {
    margin-top: 10px;
}
/* MAIN CONTENT INFO */
#mainContentInfo {
    margin-right: 150px;
    padding: 0px 25px 0px 25px;
}
/* COMMON */
h1 {
    color: #474747;
    font-size: 14px;
    margin: 0px 0px 10px 0px;
}

h2 {
    color: #777777;
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
}

h3 {
    border-top: 1px solid #3b5998;
    background-color: #d8dfea;
    color: #3b5998;
    font-size: 11px;
    font-weight: normal;
    margin: 0px;
    padding: 5px 10px 5px 20px;
}

hr {
    border: 0;
    width: 100%;
    color: #434343;
    background-color: #757575;
    height: 1px;
	margin-bottom: 10px;
}

p.normalText {
    color: #797979;
}

span.normalTitle {
    font-weight: bold;
    color: #3b5998;
    display: block;
}

div.paddingDiv {
    margin: 0;
    padding: 10px 50px 0px 20px;
}

ul.listTitleAndText {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.listTitleAndText li {
    margin: 0;
    padding-bottom: 10px;
}

ul.listTitleAndText li a {
    text-decoration: none;
    color: #797979;
}

ul.listTitleAndText li a:hover {
    text-decoration: underline;
}
/*FOOTER*/
#footer {
    clear: both;
    text-align: center;
    font-size: 10px;
    color: #737373;
    padding-bottom: 10px;
}

#footer .linkSinguerInc {
    display: block;
    color: #cfcfcf;
    font-size: 9px;
}

#footer .linkSinguerInc a {
    color: #cfcfcf;
    font-size: 10px;
    text-decoration: none;
}
/* FOOTER NAV BAR*/
#footerNavBar {
    border-top: 1px solid #cdcdcd;
    padding-top: 10px;
    clear: both;
    width: 100%;
    text-align: center;
}

#footerNavBar ul {
    padding: 0;
    margin: 0px 0px 10px 0px;
    list-style-type: none;
}

#footerNavBar ul li {
    display: inline;
}

#footerNavBar ul li a {
    text-decoration: none;
    padding: .1em 0.5em;
    color: #434343;
}

#footerNavBar ul li a:hover {
    color: #3b5998;
}
/*W3C*/
#w3cFooter {
    clear: both;
    width: 100%;
    text-align: center;
}
/*COPY/PASTE APP CONTENT*/
.copyPasteApp_swf_contentPreviewNoVisible {
    overflow: hidden;
    width: 150px;
    height: 400px;
}

.copyPasteApp_swf_contentPreviewVisible {
    overflow: visible;
    width: 500px;
    height: 400px;
}

#copyPasteAppContent {
    margin: 13px;
}

#copyPasteAppContent span.title {
    color: #747474;
    font-size: 11px;
    font-weight: bold;
}

#copyPastePlace textarea {
    color: #000000;
    /*width: 100%;*/
    /*height: 300px;*/
}

#copyPastePlace input
[ type = "submit" ] {
    margin-top: 10px;
    width: 100%;
}

#copyPastePlace input
[ type = "text" ].textEnabled {
    margin-top: 10px;
    width: 100%;
    color: #424242;
}

#copyPastePlace input
[ type = "text" ].textDisable {
    margin-top: 10px;
    width: 100%;
    color: #999999;
}
/* FOTO */
div .foto {
    background-color: #F9F9F9;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #979797;
}
/* INSTRUCCIONES */
.instruccionesStep
{
	font-size: 20px !important;
}

/* LA TRINTXERA */
#logoLaTrinxera
{
	float: right;
	color: #FFFFFF;
	margin-left: 20px;
	text-align: center;
	height: 250px;
}

