/*
Theme Name: PadelSur Plantilla
Theme URI: http://padelsur.com/
Description: Plantilla para la web de PadelSur
Version: 1.0
Author: Next Line
Author URI: http://nextline.com/
*/


* {
	margin:0px;
	padding:0px;
}




/*-------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/*-------------------------------------------------*/


a {
	text-decoration:none;
	color:#727272;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

body {
	font-family:Tahoma,Arial,Helvetica;
	font-size:11px;
	color:#727272;
	text-align:center;
	background:url(imagenes/franja_arriva.gif) left top repeat-x;
}

#container1 {
	width:890px;
	margin:0px auto;
	text-align:left;
	padding-left:6px;
	background:url(imagenes/sombra_izq.gif) left top repeat-y;
}

#container2 {
	padding-right:6px;
	background:url(imagenes/sombra_der.gif) right top repeat-y;
	border-top:1px solid #fff;
}

#header h1 {
	height:168px;
	margin:19px -6px 0px -6px;
	padding-left:6px;
	background:url(imagenes/sombra_cab_izq.gif) left top repeat-y;
}

#header h1 a {
	display:block;
	height:168px;
	padding-right:6px;
	background:url(imagenes/sombra_cab_der.gif) right top repeat-y;
	text-indent:-99999px;
}

#header #img_cabecera {
	height:234px;
	margin-top:-189px;
/*   background: #fff url(imagenes/cabecera.jpg) center top no-repeat;*/
	padding:0px 0px;
	overflow:hidden;
}

#header #img_cabecera .flash {
	height:234px;
/*	width:880px;*/
	margin:0px 6px;
	overflow:hidden;
	/*border:1px solid;*/
}

#header #img_cabecera .flash * {
	margin-left:-50px;
}

#header #rayas_cabecera {
	height:43px;
   background: #fff url(imagenes/content_top.gif) left top repeat-x;
	margin:0px 6px;
}

#content {
	margin:0px 6px;
	padding:15px;
}

#footer #rayas_pie {
	height:24px;
   background: #fff url(imagenes/content_bottom.gif) left bottom repeat-x;
	margin:0px 6px;
}

#footer #rayas_logo {
	height:123px;
   background: #fff url(imagenes/pie.gif) left top repeat;
}

#footer #negro_bajo {
	height:26px;
   background: #232323;
	text-align:center;
	border-top:1px solid #232323;
}

#footer #negro_bajo a {
	color:#ccc;
}
#footer #negro_bajo a:hover {
	color:#e5ec62;
}

#footer #negro_bajo ul {
	list-style-type:none;
	margin:5px 0px;
}

#footer #negro_bajo ul li {
	display:inline;
	padding:0px 5px 0px 9px;
	border-left:1px solid #727272;
}

#footer #negro_bajo ul li.first {
	border-left:none;
}

#footer #copyrights {
	margin:0px -6px;
	background-color:#FFF;
	text-align:center;
	color:#c6c6c6;
}


.post h2.title a{
	font-size:18px;
	font-weight:normal;
	text-align:left;
	color:#727272;
}

.post table td {
	vertical-align:top;
}

.post p {
	padding-top:15px;
}

.post p a {
	font-weight:bold;
}

.post .alignright {
	float:right;
	margin:5px 0px 10px 10px;
}