/*
Theme Name: SubmissionToolkit
Theme URI: http://www.submissiontoolkit.com/
Description:  Design for SubmissionToolkit.
Author: Rub�n Asensi L�pez
Author URI: http://www.submissiontoolkit.com/
*/

* {
	margin: 0;
	padding: 0;
}

a {
	color: #FF9600;
}

a:hover {
	color: #FF7700;
}

body {
	background-color:#FFFFFF;
	color:#666666;
	margin: 0;
	font-family:Tahoma, Verdana, Helvetica, sans-serif, Arial;
	font-size:10px;
        height:100%;
}

h2 {
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	z-index:30;
	margin-left:60px;
	padding-top:8px;
	margin-bottom:15px;
}

h2 a {
	text-decoration:none;
}

p {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

ul  {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	margin-left:18px;
}

.container {
position:absolute;
width:1003px;
height:100%;
}

.header {
	height: 112px;
	background-image:url(img/fondo-back.jpg);
}

.logo-left {
	position:absolute;
	top:0px;
	left:45px;
	height: 88px;
	width: 27px;
	background-image:url(img/logo-left.jpg);
	background-repeat:no-repeat;
}

.logo-right {
	position:absolute;
	top:0px;
	left:930px;
	height: 88px;
	width: 28px;
	background-image:url(img/logo-right.jpg);
	background-repeat:no-repeat;
}

.logo-main {
	position:absolute;
	top:0px;
	left:72px;
	height: 88px;
	width: 858px;
	background-image:url(img/logo-fondo.jpg);
	z-index:9;
}

.logo {
	position:absolute;
	top:3px;
	left:93px;
	height: 72px;
	width: 81px;
	background-image:url(img/logo.jpg);
	z-index:10;
}

.logo-text {
	display:block;
	position:absolute;
	top:19px;
	left:185px;
	height: 44px;
	width: 274px;
	background-image:url(img/logo-text.gif);
	z-index:10;
}

.title {
	position:absolute;
	top:27px;
	left:473px;
	height: 10px;
	width: 445px;
	z-index:10;
}
.title h1 {
	color: #676767;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	font-weight:bold;
}

.title h1 a{
	color: #676767;
	text-decoration:none;
	text-transform:capitalize;
	font-weight:bold;
}

.title h1 a:hover{
	color: #676767;
	text-decoration:none;
	text-transform:capitalize;
	font-weight:bold;
}

.borde-left {
	position:absolute;
	left:0px;
	top:112px;
	width:35px;
	height:34px;
	background-image:url(img/borde-left.gif);
	z-index:1;
}

.borde-right {
	position:absolute;
	left:968px;
	top:112px;
	width:35px;
	min-width:35px;
	max-width:56px;
	height:34px;
	background-image:url(img/borde-right.gif);
	background-color:#0A72BC;
	background-repeat:no-repeat;
	z-index:1;
}

.borde-top {
	position:absolute;
	left:35px;
	top:112px;
	width:937px;
	height:34px;
	background-image:url(img/borde-top.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	z-index:1;
}

.fondo-barra {
	top:112px;
	height: 34px;
	background-color:#0A72BC;
	z-index:0;
}

.barra-left {
	position:absolute;
	left:0px;
	top:146px;
	width:30px;
	height:79px;
	background-image:url(img/barra-left.gif);
	background-color:#FFFFFF;
}

.barra-right {
	position:absolute;
	left:948px;
	top:146px;
	width:30px;
	height:79px;
	background-image:url(img/barra-left.gif);
	background-color:#FFFFFF;
}


.navigation {
	position:absolute;
	top:25px;
	left:240px;
	text-align:center;
	z-index:8;
	color:#FFFFFF;
}

.navigation a{
	color: #FFF;
	float: left;
	font: bold 12px "Verdana,Trebuchet MS",sans-serif;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
	z-index:8;
}

.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
	z-index:8;
}

.main {
	position:absolute;
	top:135px;
	left:50px;
	width:920px;
	z-index:15;
        min-height:478px;
        height:auto !important;
        height:478px;
}

/* main left */
.sidenav {
	position:absolute;
	top:140px;
	left:740px;
	z-index:20;
}

.sidebar_products {
	background-image:url(img/sidebar-background.jpg);
	background-repeat:no-repeat;
	height:130px;
	width:217px;
	overflow:visible;
}

.sidebar_products h4 {
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FF9600;
	font-size: 12px;
	height: 20px;
	left:18px;
	top:10px;
}

.sidebar_products ul {
	margin-left: 15px;
	margin-top:12px;
	list-style:none;
}

.sidebar_products li { 
	background-image: url(img/item-icon.gif);
	height:16px;
	padding-left:18px;
	background-repeat: no-repeat;
	background-position: 0 .0em;
}

.sidebar_products li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:text-top;
	vertical-align:10%;
	margin-left:0px;
	line-height:12px;
	color:#666666;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
}

.sidebar_products li a:hover {
	color: #111;
}

.sidebar {
	background-image:url(img/sidebar-background.jpg);
	background-repeat:no-repeat;
	height:130px;
	width:217px;
	overflow:visible;
}

.sidebar h4 {
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FF9600;
	font-size: 12px;
	height: 20px;
	left:18px;
	top:10px;
}

.sidebar ul {
	margin-left: 15px;
	margin-top:12px;
	list-style:none;
}

.sidebar li { 
	background-image: url(img/item-icon.gif);
	height:16px;
	padding-left:18px;
	background-repeat: no-repeat;
	background-position: 0 .0em;
}

.sidebar li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:text-top;
	vertical-align:10%;
	margin-left:0px;
	line-height:12px;
	color:#666666;
	font-size: 10px;
	text-decoration: none;
}

.sidebar li a:hover {
	color: #111;
}

/* footer */
.footer {
	position:absolute;
	background: #0094D6 url('img/footer-fondo.jpg') repeat-x;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 40px;
	text-align: center;
	left:0px;
	margin-top:0px;
	bottom:0px;
       	height:40px;
	width:1003px;
        left:0px;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* footer dos */
.footer_2 {
	position:absolute;
	background: #0094D6 url('img/footer-fondo.jpg') repeat-x;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 40px;
	text-align: center;
	left:0px;
	margin-top:0px;
	bottom:-25px;
       	height:40px;
	width:1003px;
        left:-50px;
}

.footer_2 a {
	color: #FFF;
	text-decoration: none;
}

.footer_2 a:hover {
	color: #FFF;
	text-decoration: underline;
}

.post{
	background-image:url(img/encabezamiento-fondo.gif);
	background-position:top;
	background-repeat:no-repeat;
	z-index:16;
	width:662px;
}

.post_footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:2px 3px 3px 8px;
        margin-bottom:25px;
	border:1px solid #e3e4e4;
	background-color:#f5f5f5;
	font-size:0.9em;
	color:#505050;
}
