/*
Theme Name: Ceduval
Theme URI: http://www.ceduval.com
Description: Plantilla programada para <a href="http://www.ceduval.com">Ceduval</a>.
Version: 1.0
Author: GridSa
Author URI: http://www.gridsa.es
Tags: azul oscuro, simple, ancho fijo, varias columnas
Last updated: 2010-02-10
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* 
   General 
------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #00243c;
	color: #FFFFFF;
	font: normal 13px "Lucida Grande","Lucida Sans Unicode","Eras Medium ITC","DejaVu Sans", Helvetica, Verdana, sans-serif;
	text-align: justify;
	height: 100%;
}


/* 
   Typography 
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0 1.2em;
}

h1 {font: bold 24px "Lucida Grande","Lucida Sans Unicode","Eras Medium ITC","DejaVu Sans", Helvetica, Verdana, sans-serif;}
h2 {font: normal 20px "Lucida Grande","Lucida Sans Unicode","Eras Medium ITC","DejaVu Sans", Helvetica, Verdana, sans-serif;}
h3 {font: normal 14px "Lucida Grande","Lucida Sans Unicode","Eras Medium ITC","DejaVu Sans", Helvetica, Verdana, sans-serif;}
h4 {font: normal 1.8em "Lucida Grande","Lucida Sans Unicode","Eras Medium ITC","DejaVu Sans", Helvetica, Verdana, sans-serif;}
h5 {font: normal 1.6em "Lucida Grande","Lucida Sans Unicode","Eras Medium ITC","DejaVu Sans", Helvetica, Verdana, sans-serif;}
h6 {font: bold 1.2em "Lucida Grande","Lucida Sans Unicode","Eras Medium ITC","DejaVu Sans", Helvetica, Verdana, sans-serif;}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}

blockquote {
	border-bottom: 1px solid #E0E0D4;
	border-top: 1px solid #E0E0D4;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}


/* 
   Tables
------------------------------------------------------------------- */

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	border: 1px solid #CCB;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	border: 1px solid #DDC;
}


/* 
   Lists
------------------------------------------------------------------- */

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	border-bottom: 1px solid #CCB;
	color: #555;
	font-weight: bold;
}
dd {
	border-bottom: 1px solid #DDC;
	padding-left: 16px;
}


/* 
   Links 
------------------------------------------------------------------- */

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCB;
	text-decoration: none;
}


/* 
   Forms 
------------------------------------------------------------------- */

fieldset {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	margin: 10px 0px 10px 0px; 
}

input, textarea, select {
	background-color: #FFF;
	border-color: #777 #CCC #CCC #777;
	border-style: solid;
	border-width: 1px;
	font: normal 1em "Lucida Grande","Lucida Sans Unicode","Eras Medium ITC","DejaVu Sans", Helvetica, Verdana, sans-serif;
	padding: 4px;
}

textarea {
	width: 370px;
	height: 100px;
}


input.button {
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;		
	color: #444;
	cursor: pointer;
	font: normal 1em "Lucida Grande","Lucida Sans Unicode","Eras Medium ITC","DejaVu Sans", Helvetica, Verdana, sans-serif;
	margin-top: 5px;
	padding: 6px;
	width: auto;
}
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #FFFFF5;}
input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}

textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}

/* Specific */

.form_row {
	border-bottom: 1px solid #FFF;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding: 4px 0 8px;
}
.legend {padding: 8px 18px 6px;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 150px;}


/* 
   Images 
------------------------------------------------------------------- */

img.bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left {margin: 0 15px 12px 0;}
img.right {margin: 0 0 15px 12px;}


/* 
   Floats
------------------------------------------------------------------- */

.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Misc 
------------------------------------------------------------------- */

.content_separator, .archive_separator {
	background: #D6D6C6;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 12px;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */
.center_wrapper {
	margin: 0 auto;
	width: 1024px;
	overflow:hidden;
}

.center_wrapper1 {
	margin: 0 auto;
	width: 1024px;
	/*border: 1px solid #FFFFFF;*/
	min-height: 500px;
	height: auto; !important
}

#header {
	padding-top: 20px;
}


/* Site title */
#site_title {
	color: #998;
	float: left;
	/*border: 1px solid #FFFFFF;*/
}
#site_title a {
	color: #FFF;
	text-decoration: none;
}
#site_title a:hover {color: #FFB;}
#site_title h1 span {color: #CCB;}

/* title */
#title {
	/*border: 1px solid #FFFFFF;*/
	width: 340px;
	height: 50px;
	margin-left: 240px;
	padding-left: 20px;
	padding-top: 20px;
}

.amarillo {
	color: #d1d01a;
}

.amarilloc {
	color: #e6ff1a;
}

.rojo{
	color: #af1b25;
}

.naranjaf {
	color: #bc3c20;
}

.naranja {
	color: #f78218;
}

.verde {
	color: #7aaa1e;
}

.azulc {
	color: #35ace8;
}

.azulf {
	color: #195bb4;
}

/* header navigation */
#navigation {
	padding-top: 10px;
	/*border: 1px solid #FFFFFF;*/
	overflow:hidden;
}
#navigation ul, #navigation li {display: inline;}
#navigation li {display: inline;}
#navigation, #navigation a {}
#navigation a {
	border-right: 2px solid #FFFFFF;
	color: #FFFFFF;
	float: right;
	font: 14px "Lucida Grande","Lucida Sans Unicode","Eras Medium ITC","DejaVu Sans", Helvetica, Verdana, sans-serif;
	margin-right: 1px;
	padding: 5px 12px;
	text-align: center;
	text-decoration: none;
}
#navigation li:first-child a {border-right: 0px;}
#navigation a:hover {
	background-position: 0 -294px;
	color: #543;
}

#amarillo a:hover{
	color: #d1d01a;
}

#current_amarillo a, #current_amarillo a:hover{
	color: #d1d01a;
}

#amarilloc a:hover{
	color: #e6ff1a;
}

#current_amarilloc a, #current_amarilloc a:hover{
	color: #e6ff1a;
}

#rojo a:hover{
	color: #af1b25;
}

#current_rojo a, #current_rojo a:hover{
	color: #af1b25;
}

#naranja a:hover{
	color: #f78218;
}

#current_naranja a, #current_naranja a:hover{
	color: #f78218;
}

#verde a:hover {
	color: #7aaa1e;
}

#current_verde a, #current_verde a:hover{
	color: #7aaa1e;
}


/* left navigation */
#navleft {
	width: 230px;
	float: left;	
	margin-left: 10px;
}
#navleft a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

#navleft a{
	text-decoration: none;
}

#navleft li.current_page_item {
	border-bottom: 1px solid #FFF;
}

#navleft li.current_page_parent {
	border-bottom: 1px solid #FFF;
}

#navleft li{
	margin-bottom: 40px;
	padding-top: 40px;
}

#navrojo a {
	color: #af1b25;
}

#navnaranja a{
	color: #bc3c20;
}

#navazul a {
	color: #35ace8;
}

#navazulf a {
	color: #195bb4;
}


/* Main */
#main_wrapper_outer {}
#main_wrapper_inner {
	line-height: 1.4em;
	padding: 24px 0;
}
#main {
	/*border: 1px solid #FFF;*/
	font: normal 0.9em "Lucida Grande","Lucida Sans Unicode","Eras Medium ITC","DejaVu Sans", Helvetica, Verdana, sans-serif;
	width: 780px;
	height: 391px;
}


/* page */
#divleft {
	width: 290px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	height:382px;
	padding: 10px 20px 2px 20px;
	float: left;
}

#divleft ol, #divleft ul {margin: 0 0 1.2em 1.6em;}
#divleft ul li {list-style: disc;}
#divleft ol li {list-style: decimal;}
#divleft li {padding: 2px 0;}
#divleft img { width: 290px; }

#divright {
	width: 444px;
	float: left;
	height:394px;
	border-right: 1px solid #FFF;
}

#divright ol, #divright ul {margin: 0 0 1.2em 1.6em;}
#divright ul li {list-style: disc;}
#divright ol li {list-style: decimal;}
#divright li {padding: 2px 0;}
#divright img { width: 404px; }

#divrighttop2{
	width: 404px;
	float: left;
	border-bottom: 1px solid #FFF;
	padding: 10px 20px 8px 20px;
}
#divrightbottom2{
	width: 404px;
	float: left;
	padding: 20px 20px 8px 20px;
}

/* Page2 */
#leftpage2 {
	width: 330px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	height:382px;
	padding: 10px 0px 2px 0px;
	float: left;
}

#leftpage2 ol, #leftpag2 ul {margin: 0 0 1.2em 1.6em;}
/*#leftpage2 ul li {list-style: disc;}*/
#leftpage2 ol li {list-style: decimal;}
#leftpage2 li {padding: 8px 0;}
#leftpage2 img { width: 290px; }

#leftpage2 h1 { 
	font-size: 17px; 
	text-align: right;
	padding-bottom: 20px;
}

#leftbottompage2{
	width: 290px;
	border-top: 1px solid #FFF;
	padding: 20px 20px 8px 20px;
	float: bottom;
	margin-top: 90px;
	text-align: left;
}

#rightpage2 {
	width: 404px;
	float: left;
	height:390px;
	border-right: 1px solid #FFF;
	padding: 5px 20px 0px 20px;
}

#rightpage2 ol, #rightpage2 ul {margin: 0 0 1.2em 1.6em;}
#rightpage2 ul li {list-style: disc;}
#rightpage2 ol li {list-style: decimal;}
#rightpage2 li {padding: 2px 0;}
#rightpage2 img { width: 404px; }
#rightpage2 p {
	line-height: 1.4em;
	padding: 2px 0px 6px 0px;
}

.page2rojo li.current_page_item a{
	color: #d51a1f;	
}
.page2rojo a:hover {
	color: #d51a1f;
}

.page2naranjaf li.current_page_item a{
	color: #bc3c20;
}
.page2naranjaf a:hover {
	color: #bc3c20;
}

.page2azulc li.current_page_item a{
	color: #35ace8;
}
.page2azulc a:hover{
	color: #35ace8;
}

.page2azulf li.current_page_item a{
	color: #195bb4;
}
.page2azulf a:hover{
	color: #195bb4;
}


/* Main index */
#divindex {
	text-align: center;
}

#divindex img {
	padding-top: 20%;
}

/* Main inicio*/
#divlefttop{
	width: 330px;
	float: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	height: 195px;
}

#divrighttop{
	width: 444px;
	float: left;
	border-bottom: 1px solid #FFF;
	height: 195px;
}

#divleftbottom{
	width: 330px;
	float: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	height: 195px;
}

#divrightbottom{
	width: 444px;
	float: left;
	height: 195px;
}

#divrightbottom h1{
	color: #bc3c20;
	font-size: 24px;
	margin-left: 20px;
}

#divrightbottom h2{
	color: #af1b25;
	font-size: 20px;
	margin-top: 20px;
	margin-left: 20px;
}
#divrightbottom h3{
	color: #af1b25;
	font-size: 20px;
	margin-left: 20px;
}

/* Noticias */
#divleft2 {
	width: 290px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	height:382px;
	padding: 10px 20px 2px 20px;
	float: left;
	overflow: auto;
}

.noticias ul { list-style: none; }
.noticias li { padding: 4px 0; }
.noticias a { 
	font-size: 15px;
	text-decoration: none; 
	color: #FFFFFF;
}
.noticias a:hover {
	color: #f78218;
}

#ver_todas {
	/*border: 1px solid #FFF;*/
	padding: 50px 30px 0px 0px;
}
#ver_todas a {
	font-size: 14px;
	text-decoration: none; 
	color: #f78218;
}
#ver_todas a:hover {
	color: #FFFFFF;
}


/* Contacto */
#leftcontact {
	width: 444px;
	height:382px;
	padding: 10px 20px 2px 20px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	float: left;
	overflow: auto;
}

#leftcontact a:hover {
	color: #e6ff1a;
}

.form {
	width: 444px;
	margin-bottom: 13px;
}

.form input[type=text]{ width:434px; }
.form textarea { width:434px; height:75px; }

.form2l {
	width: 212px;
	margin-bottom: 13px;
	float: left;
}

.form2r {
	width: 212px;
	margin-bottom: 13px;
	float: right;
}

.boton {
	color: #00243c;
}

.form2l input[type=text]{ width:202px; }
.form2r input[type=text]{ width:202px; }

#rightcontact {
	width: 290px;
	height:394px;
	float: left;
	border-right: 1px solid #FFF;
	text-align: center;
	overflow: hidden;
}

#rightcontact li {padding: 2px 0;}
#rightcontact img { width: 250px; }

#righttopcontact{
	width: 250px;
	float: left;
	border-bottom: 1px solid #FFF;
	padding: 10px 20px 20px 20px;
}
#rightbottomcontact{
	width: 250px;
	float: left;
	padding: 15px 20px 8px 20px;
	font-size: 14px;
}

.contacto{
	line-height: 1.4em;
	font-size: 16px;
}



/* Sidebar */
#sidebar_content {
	width: 250px;
	float: left;
	padding: 10px 20px 10px 20px;
}
#sidebar_content a:hover {
	color: #e6ff1a;
}


/* Footer links */
#footer {
	color: #FFF;
	padding-bottom: 12px;
	text-align: center;	
	font-size: 12px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer .right, #footer .right a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {color: #CCB;}
#footer ul, #footer li {display: inline;}
#footer li {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
}

.footright {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_date a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover {text-decoration: underline;}

.post_date {
	color: #FFF;
	margin-bottom: 14px;
}
.post_date a {color: #FFF;}

.post_meta {
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 0.9em;
	padding: 8px 10px;
}
.post_meta a {color: #FFF;}
.post_meta a:hover {color: #e6ff1a;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 1em;}
.archive_post_date {
	border-bottom: 1px solid #C5C5B5;
	border-right: 1px solid #CFCFBF;
	float: left;
	margin-right: 12px;
	padding: 3px 0 5px;
	text-align: center;
	width: 44px;
}
.archive_post_day {font: normal 1.8em "Lucida Grande","Lucida Sans Unicode","Eras Medium ITC","DejaVu Sans", Helvetica, Verdana, sans-serif;}


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 -0 2em -8px;}
.thumbnails a.thumb {	
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 1.5em;}
.box_title {
	color: #e6ff1a;
	font-weight: bold;
	padding: 5px 0px;
}
.box_content {}
.box li {
	border-top: 1px solid #FFF;
}
.box li:first-child {border-top: none;}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #FFF; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #FFF;
	padding-top: 10px;
}

.comment_date {
	font-size: 0.9em;
	padding-top: 4px;
}
.comment_date a {
	color: #FFF;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {
	width: 48px;
}
.comment_gravatar img {
	border: 1px solid #FFF;
	padding: 2px;
}
.comment_author {
	margin-top: 3px;
	background: #00243c;
}


/* 
   IE float/background fixes
------------------------------------------------------------------- */

.legend, blockquote, #sidebar {min-height: 0.01%;}
