/* 
	Theme Name: pop
	Theme URI: 
	Description: first intento
	Author: croma
	Author URI: 
	Version: 0.01
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin Typography & Colors */

html { 
  padding:0px;
  margin:0px;
}

body {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-image: url(../../../img/unpop_fondo.gif);
	background-repeat: repeat-x;
	}

#contenido {
	width:770px;
	margin:0 auto;
	text-align:left;
	padding-bottom: 0px;
}

#c1 {
	display:block;
	float:left;
	width:109px;
	height:115px;
	overflow: hidden;
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding-left: 5px;
	padding-right: 10px;
	border-left-color: #FFDB4D;
	border-left-style: solid;
	border-left-width: 1px;
	margin: 0;
}

#c1 a:visited, #c1 a {
	display:block;
	width:109px;
	text-align:left;
	text-decoration:none;
	color:#FF3300;
	padding: 0;
	margin-top: 5px;
}
#c1 a:hover {
	background:#FFD426;
	color:#CC9900;
	width:109px;
	padding: 0;
	margin-top: 5px;
}

#c2 {
	display:block;
	float:left;
	width:125px;
	height:115px;
	overflow: hidden;
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin: 0;
}

#c3 {
	display:block;
	float:left;
	width:134px;
	height:115px;
	overflow: hidden;
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding-left: 5px;
	padding-right: 0px;
	border-left-color: #FFDB4D;
	border-left-style: solid;
	border-left-width: 1px;
	margin: 0;
}

#c3 a:visited, #c3 a {
	display:block;
	width:134px;
	text-align:left;
	text-decoration:none;
	color:#FFFFFF;
	padding: 0;
	margin-top: 5px;
}
#c3 a:hover {
	background:#FFD426;
	color:#FFFFFF;
	width:134px;
	padding: 0;
	margin-top: 5px;
}

#menuiz {
	display:block;
	float:left;
	width:375px;
	overflow: hidden;
	font-family: "Trebuchet MS";
	font-size: 10px;
	margin-top: 30px;
	padding-right: 0px;
}

#c21 {
	display:block;
	float:left;
	width:109px;
	overflow: hidden;
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding-left: 5px;
	padding-right: 10px;
	border-left-color: #FFF0B2;
	border-left-style: solid;
	border-left-width: 1px;
	margin: 0;
	color: #CC9900;
}

#c21 a:visited, #c21 a {
	display:block;
	width:109px;
	text-align:left;
	text-decoration:none;
	color:#FF6600;
	padding: 0;
	margin-top: 5px;
}
#c21 a:hover {
	background:#FFF0B2;
	color:#CC9900;
	width:109px;
	padding: 0;
	margin-top: 5px;
}

#organiza {
	display:block;
	float:left;
	width:365px;
	overflow: hidden;
	font-family: "Trebuchet MS";
	font-size: 10px;
	margin-top: 20px;
	padding-top: 10px;
	color: #FFCC00;
	border-top: 1px solid #FFCC00;
}

#texto {
	display:block;
	float:left;
	width:390px;
	overflow: hidden;
	font-family: "Trebuchet MS";
	font-size: 10px;
	margin-top: 30px;
	padding-left: 5px;
}

#titular {
	display:block;
	float:left;
	width:381px;
	overflow: hidden;
	font-family: "Trebuchet MS";
	font-size: 16px;
	padding: 0px 5px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FF3300;
	border-bottom: 1px solid #CC9900;
}

#titular a:visited, #titular a {
	color: #FF3300;
	text-decoration: none;
}

#titular a:hover {
	color: #FF3300;
	text-decoration: none;
	background-color: #FFFFCC;
}

#eltexto {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 25px;
	color: #CC9900;
}

#eltexto a:visited, #eltexto a{
	color: #FF9900;
	text-decoration: none;
}

#eltexto a:hover {
	color: #000000;
	background-color: #CC9900;
}

.clear {clear:both;}
	
#header {
	padding: 0;
	margin: 0;
	width: 770px;
	margin-bottom: 20px;
	}

#header h1 {
	font-size:16px;
}

#header p{
	margin-top:0px;
}



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align:right;
	}

#sidebar #searchform #s {
	width: 85px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-bottom:30px;
	}