/*
	Publicityextrim - www.publicityextrim.com
*/
/* Contenedores Principales */

body {
	margin: 0;
	padding: 0;
	background: #CCC9C0 url(../images/bg.jpg) no-repeat center top scroll;
}

#content_wrapper {
	width: 100%;
}

#content {
	width: 984px;
	margin: 0 auto;
	padding: 0 10px 20px 10px;
	background: transparent url(../images/bg_content.png) no-repeat center 60px scroll;
	text-align: right;
}

#content.index, #content_panel { text-align: left; }

#content_panel {
	min-height: 598px;
	padding: 4px 4px 4px 497px;
	background: #fff url(../images/bg_panel_left2.jpg) no-repeat left top scroll;
}
#content_panel.resultados {
min-height: 598px;
background-color: #fff;
background-image: none;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
}

#content_panel.index {
	min-height: 469px;
	background: #fff url(../images/bg_panel_left.jpg) no-repeat left top scroll;
}

#content_panel_right{
	min-height: 360px;
	padding: 39px 36px 0 36px;
	background: transparent url(../images/bg_panel_right.jpg) no-repeat left top scroll;
}
#content_panel_right.resultados{
min-height: 360px;
padding-top: 39px;
padding-right: 36px;
padding-bottom: 0;
padding-left: 36px;
background-attachment: scroll;
background-color: transparent;
background-image: url(../images/bg_panel_right_2.jpg);
background-repeat: no-repeat;
background-position: left top;
}

#content_panel_right.index{ padding: 54px 36px 0 36px; }

#content_panel_right.index input[type="text"], #content_panel_right.index input[type="password"] {
	width: 250px;
	height: 24px;
	padding-left: 26px;
    background: transparent url(../images/input_login.jpg) no-repeat center center;
    border: none;
}

.box {
	border: #808080 1px solid;
	text-align: right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 388px;
}
.box2 {
	border: #808080 1px solid;
	text-align: right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.radio {
	clear: both;
	float:left;
	margin: 10px 0;
}

.box table {
width: 100%;
margin: 10px auto;
padding: 0;
}
.box2 table {
width: 100%;
margin: 10px auto;
padding: 0;
}

#footer_wrapper {
	width: 100%;
	min-height: 111px;
	background: transparent url(../images/bg_footer.png) repeat-x left top scroll;
}

#footer{
	width: 986px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

.leftfloat{
	float: left;
	text-align: left;
}

.rightfloat{
	float: right;
	text-align: right;
}

.clearfloat{ clear: both; }

/* ELEMENTOS EN GENERAL */

hr{
	background-color: transparent;
	border: #C6C6C6 2px dashed;
	border-style: none none dashed;
	color: #C6C6C6;
}

form{
	margin: 18px 0;
}

label{
	margin: 10px 0;
	display: block;
}

input.s{ width: 100px; }

input.m{ width: 195px; }

input.l{ width: 255px; }

input[type="submit"] {
	padding: 2px 4px;
	border: #808080 1px solid;
	border-radius: 4px;
	font-size: 12px;	
}

img {
	border: 0;
}
