/*
Theme Name: Jordan712
Theme URI: http://jordan712.com
Description: WordPress theme jor jordan712.com
Version: 1.0
Author: Antonio Jordán
Author URI: http://jordan712.com
Tags: blue, custom header, fixed width, two columns, widgets

	jordan712 v 1.0
	 http://jordan712.com/

	This theme was designed and built by Antonio Jordán,
	whose blog you will find at http://jordan712.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
	font-size:80%;
	text-align:center;
}
.pagina{
	text-align:left;
	width:960px;
	margin:0 auto;
}
.header{
	float:left;
	width:640px;
	height:55px;
}
.header_l{
	width:630px;
	color:#FFFFFF;
	background-color:#0099FF;
	text-align:right;
	padding-right:10px;
	height:55px;
}
.description{
	font-size:2em;
	color:#CCCCCC;
	margin-left:0px;
	padding-left:0px;
}
.topmedia{
	float:left;
	width:640px;
	height:360px;
	background-color:#0099FF;
}
.content_l{
	float:left;
	width:640px;
}
.content_r{
	float:right;
	width:300px;
}
.header_r{
	width:300px;
	height:55px;
}
.header_r form{
	padding-top:20px;
}
.menu{
	width:300px;
	background-color:#0099FF;
	text-align:center;
}
.content_post{
	width:640px;
	float:left;
}
.content_post img{
	float:left;
	padding: 0 20px 20px 0;
}
.content_la, .content_lb, .content_post{
	border-top:#000000 medium solid;
	margin-top:10px;
}
.content_la{
	width:250px;
	float:left;
}
.content_lb{
	width:370px;
	float:right;
}
a{
	color:#0099FF;
	text-decoration:none;
}
a:hover{
	color:#0099FF;
	text-decoration:underline;
}
h1{
	font-size:3em;
	margin:5px 0 0 0;
	font-weight:lighter;
}
.azul{
	color:#0099FF;
}
.gris{
	color:#999999;
}
.big{
	font-size:3em;
	font-weight:lighter;
}
.subh1{
	color:#999999;
	font-size:0.5em;
}
.navigation{
	font-size:2em;
	width:640px;
	height:40px;
}

.navigation .alignleft{
	float:left;
}
.navigation .alignright{
	float:right;
}
.content_r a, .navigation a, .navigation a:hover{
	background-color:#0099FF;
	color:#FFFFFF;
	text-decoration:none;
	padding: 0 5px;
}
.content_r a:hover{
	background-color:#0099FF;
	color:#FFFFFF;
	text-decoration:none;
	padding: 0 5px;
}

#sidebar ul, #sidebar li{
	padding-left:0px;
	padding-top:0px;
	margin-left:0px;
	margin-top:0px;
	list-style:none;
	font-size:1.5em;
}
#footer{
	text-align:center;
	background-color:#DDDDDD;
	width:960px;
	clear:both;
}
#form_contacto input, #form_contacto textarea{
	width:300px;
	border:#0099FF solid 1px;
}
#form_contacto .boton{
	width:120px;
	border:none;
	background-color:#0099FF;
	color:#FFFFFF;
	cursor:pointer;
}
#searchform input{
	border:#000000 solid 1px;
}
#searchform .boton{
	border:#000000 solid 1px;
	background-color:#000000;
	color:#FFFFFF;
	cursor:pointer;
}
#headerimg{
	padding-top:10px;
}