/*
Theme Name: Clavijo
Theme URI: http://www.areapublicidad.com/
Description: Tema de Clavijo y Benitez
Version: 0.1
Author: Gustavo Ojeda para Area Publicidad
Author URI: http://www.areapublicidad.com
Tags: blue, fixed width, two columns
*/



/*layout elements*/

body{
	margin: 0px;
	padding: 0px;
	background: #152428 url(images/background_body.gif) repeat-x;
	color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.global-contents{
	background: none;
	width: 768px;
	border: 0px solid #0FBD0F;
	margin: 0px auto;
}

.header{
	margin: 0px;
	padding: 0px;
	background: #152327 url(images/background_header.jpg) no-repeat;
	width: 768px;
	height: 92px;
}

.info-header{
	background: #152327;
	border: 0px solid #989EA0;
	width: 768px;
	height: 22px;
	margin: 0px;
	text-align:center;
	line-height: 22px;
}

.central-contents{
	background: #172D34 url(images/background_central.gif) repeat-x;
	width: 768px;
}

.left-column{
	background: none;
	width: 500px;
	float: left;
	margin: 0px 0px 8px 16px;
}

.right-column{
	background: none;
	width: 230px;
	float: right;
        margin-top:32px;
}

/*menu list elements*/

li{
	display:list-item;
}

#nav{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
       width:768px;
}
.submenu{
       width:768;
       height:32;

}

#nav li{
	float: left;
	margin-right: 4px;
	padding-top:8px;
	background: url(images/background_menu_item.gif) no-repeat;
	width: 120px;
	height: 32px;
	text-align: center;
	line-height: 11px;
}

#nav li a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

/*post elements*/

.post, .post-title, .post-body, .post-body-single{
	display: block;
}

.post{
	padding-top: 15px;
	padding-left: 8px;
}

.post-title, .post-title a{
	font-size: 28px;
	color: #00FFFF;
	font-weight: lighter;
	border-bottom: #00FFFF dashed 2px;
	text-decoration: none;
}

.post-body, .post-body-single{
	font-size: 12px;
	padding-top: 8px;
}

.post-body-single{
	width: 500px;
}
.post-body-single a{
	color: #00FFFF;
}


.post-details, .post-details a{
	font-size: 10px;
	text-decoration: none;
	color:#CCCCCC;
}

.post-details{
	padding-top: 2px;
}

.clearer{
	clear: both;
	
}

/*forms-elements*/

.formas, .formas a{
	padding: 4px;
	margin: 8px;
	background: #1A3A46;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	
}

.form-title{
	background: #152327;
	border: #C0C0C0 1px solid;
	margin: 4px;
	padding: 4px;
	text-align: center;
	font-size: 11px;
}

.textfield{
	background: url(images/background_textfield.gif) no-repeat;
	background-position: 8px 0px;
	padding-left: 13px;
	padding-top: 5px;
	width: 189px;
	height: 24px;
	border: none;
}

.textarea{
	background: url(images/background_textarea.gif) no-repeat;
	background-position: 8px 0px;
	padding-left: 13px;
	padding-top: 5px;
	width: 189px;
	height: 98px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.boton-buscar{
	border: none;
	background: #FFFFFF;
}

.invisible-submit{
	width: 0px;
	height: 0px;
	border: none;
	background: none;
}

/*menu options elements*/

.formas h4{
	padding-left: 4px;
	margin: 4px auto;
}

/*footer elements*/

.footer{
	background: url(images/background_footer.gif) no-repeat;
	padding-top: 5px;
	height: 100px;
	text-align: center;
	color:#000000;
}