/*
Theme Name: elprimerempleo
Theme URI: http://www.elprimerempleo.com/
Description: Tema por defecto http://www.elprimerempleo.com/
Version: 1.0
*/


/*
    LAYOUT ------------------------------------------------------------------*/

body {
	padding: 0;
	margin: 0;
	color: #6a6a6a;
	font: 13px "Trebuchet MS", Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	background-repeat:  repeat-x;
	background-position: left top;
}
#container {
	padding: 0;
	margin: 0 auto;
	width: 848px;
	overflow: auto;
	background: #fff url(images/content_bg.gif) no-repeat left top;
}
#slogan {
	padding: 20px 0 0;
	margin: 0 0 0 35px;
	height: 101px;
	float: left;
	width: 500px;
}
#topnav {
	
	margin: 0;
	width: 778px;
	float: left;
	display: inline;
	font-weight: bold;
	color: #fff;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;



}
#excerpt {
	width: 848px;
	height: 192px;
	clear: both;
	padding: 8px 0 0;
	margin: 0;
	text-indent: -9999px;
	background:  url(images/banner_index.jpg) no-repeat center bottom;
}
#content {
	clear: both;
	width: 813px;
	margin: 0;
	padding: 30px 0 0 35px;
	line-height: 1.6em;
	overflow: auto;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;

}
#footer {
	padding: 16px 35px 0;
	margin: 19px 0 0;
	clear: both;
	width: 778px;
	color: #b3b3b3;
	float: left;
	display: inline;
	background: #4c4c4c url(images/footer_bg.gif) repeat-x center top;
	font: 11px Verdana, Helvetica, sans-serif;
}
h1#logo {
	text-indent: -99999px;
	margin: 0 0 0 35px;
	padding: 0;
	float: left;
	display: inline;
	width: 250px;
	background:  url(images/logo_sep.gif) no-repeat right center;
}
h1#logo a {
	display: block;
	width: 250px;
	height: 121px;
	background:  url(images/elprimerempleo.gif) no-repeat left center;
}
img#badget {
    margin: 17px 30px 0 0;
    float: right;
}


/*
    MAIN NAV ----------------------------------------------------------------*/

#topnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#topnav ul li {
	float: left;
	padding: 0;
	margin: 0;
}
#topnav ul li a {
	margin: 0;
	padding: 10px 14px;
	display: block;
	color: #fff;
	text-decoration: none;
}
#topnav ul li a:hover {
	background: #4c4c4c url(images/nav_current.gif) no-repeat center bottom;
}
#topnav ul li.current_page_item a {
	background: #4c4c4c url(images/nav_current.gif) no-repeat center bottom;
}


/*
    INDEX -------------------------------------------------------------------*/

div.info_box {
	padding: 0 0 20px 0;
	margin: 0 35px 0 0;
	width: 236px;
	float: left;
	display: inline;
}
#adress {
	padding: 10px 0 0px 10px;
	margin: 0px;
	width: 236px;
	float: left;
	display: inline;
	border: 1px solid #CCCCCC;
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
}

div.big_info_box {
	padding: 0 0 20px 0;
	margin: 0 35px 0 0;
	width: 507px;
	float: left;
	display: inline;
	list-style-type: square;
}
div.info_box p {
	padding: 0;
	margin: 0;
	font-size: 11px;
        line-height: 1.5em;
}
div.info_box img {
	border: none;
	padding: 0;
	margin: 0 0 18px;
}
div.info_box a {
	text-decoration: none;
}
div.info_box a:hover {
        text-decoration: underline;
}
div.info_box h2 a:hover {
	text-decoration: none;
	color: #666;
}
div.info_box h2, div.big_info_box h2, #adress h2 {
	margin: 0 0 6px;
	padding: 0;
}
#index_top {
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	width: 813px;

}
#index_top p {
	margin: 0 0 16px;
}
.green {
	color: #6CB018;
}
.blue {
	color: #1958AC;
}
.magenta {
	color: #DA2078;
}
.pasos {
	font-size: 14px;
}

/*
    FOOTER ------------------------------------------------------------------*/

#footer a {
	color: #e0e0e0;
        text-decoration: none;
}
#footer a:hover {
        text-decoration: underline;
}
span.valid {
	padding-left: 15px;
	background:  url(images/icon-validate.gif) no-repeat left center;
}


/*
    GLOBALS -----------------------------------------------------------------*/

p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0 0 18px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #1958AC;
	margin: 0 0 6px;
	line-height: 1.3em;
	padding-top: 8px;
	clear: both;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 8px;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
a {
	color: #1958ac;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
br.clear {
	clear: both;
}
input {
    border: 1px solid #ddd;
    color: #666;
    margin-right: 4px;
    background: #f8f8f8;
}
textarea {
    border: 1px solid #ddd;
    color: #666;
    width: 99%;
    background: #f8f8f8;
    font: 12px/16px tahoma, arial, helvetica, sans-serif;
}
.contactright {
    margin-bottom: 5px;
}
table {
    margin-bottom: 18px;
    border-bottom: 1px dotted #DA2078;
    border-left: 1px dotted #DA2078
}
td {
    padding: 4px 12px;
    border-top: 1px dotted #DA2078;
    border-right: 1px dotted #DA2078
}
img {
    border: none;
}

/*
    PAGE --------------------------------------------------------------------*/

#pagetop {
	width: 848px;
	height: 93px;
	margin: 0;
	clear: both;
	padding: 8px 0 0;
	background:  url(images/page_top.jpg) no-repeat left bottom;
}
div.page_content {
	float: left;
	display: inline;
	padding-right: 35px;
	width: 507px;
	margin-right: 35px;
	margin-top: -8px;
	background:  url(images/vdot.gif) repeat-y right center;
}
p.bold {
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 22px;
}
div.page_content ul {
	list-style-type: none;
	padding: 0px;
}
div.page_content ul li {
	padding: 0 0 0 18px;
	background:  url(images/list-bullet.gif) no-repeat left center;
}
div.page_content img {
	border: none;
	margin: 7px 0 0 12px;
	float: right;
}
div.page_content a:hover img {
	border: solid 3px #CCC;
}
#page_side {
    margin-top: -8px;
    float: left;
    display: inline;
    width: 201px;
}
#page_side img {
    margin-top: 15px;
}

/*
    PAGE NAV ----------------------------------------------------------------*/

#sidenav {
	display: inline;
	float: left;
	width: 155px;
}
#sidenav ul {
	padding: 0;
	margin: 0 35px 0 0;
	list-style-type: none;
	text-align: right;
}
#sidenav ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #E9E9E9;
}
#sidenav ul li a {
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 4px 0;
	color: #6a6a6a;
}
#sidenav ul li a:hover {
	padding-right: 8px;
	border-right: 4px solid #6cb018;
	background: #F8F8F8;
}
#sidenav ul li.current_page_item a {
	background: none;
	padding-right: 8px;
	border-right: 4px solid #6cb018;
}
.accesos {
	/*padding: 10px 0 10px 10px;*/
	line-height: 35px;
	margin: 0px 0px 10px 15px;
	width: 200px;
	float: left;
	display: inline;
	border: 1px solid #CCCCCC;
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: baseline;


}
.accesos:hover{
	background-image: url(images/content_bg2.gif);
	background-repeat: no-repeat;
}
.accesos a {
	font-size: 18px;

}
