@charset "utf-8";


body{
	background-color:#CCC;
	background:linear-gradient(top, #FFF, #353535 356px, #000 356px, #353535) repeat-x fixed;
	background:-moz-linear-gradient(top, #FFF, #353535 356px, #000 356px, #353535) repeat-x  fixed;
	background:-o-linear-gradient(top, #FFF, #353535 356px, #000 356px, #353535) repeat-x fixed ;
	background:-ms-linear-gradient(top, #FFF, #353535 356px, #000 356px, #353535) repeat-x fixed ;
	background:-webkit-linear-gradient(top, #FFF, #353535 356px, #000 356px, #353535) repeat-x fixed;
	margin:23px 0;
	}
/*Inicio web*/
#contenedor {
	width: 1000px;
	height: auto;
	margin: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;	
}
.post-title
{
display: none ;
}

a img{
	border:none;
	}
	
/*empesa heder*/
header {	
}
header a.logo{
	float: left;	
	}
.canto{
	background: #d1d1d1; /* Old browsers */
	background: -moz-linear-gradient(left, #d1d1d1 3%, #dbdbdb 15%, #f7f7f7 41%, #fefefe 50%, #f9f9f9 58%, #dbdbdb 78%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(3%,#d1d1d1), color-stop(15%,#dbdbdb), color-stop(41%,#f7f7f7), color-stop(50%,#fefefe), color-stop(58%,#f9f9f9), color-stop(78%,#dbdbdb), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #d1d1d1 3%,#dbdbdb 15%,#f7f7f7 41%,#fefefe 50%,#f9f9f9 58%,#dbdbdb 78%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #d1d1d1 3%,#dbdbdb 15%,#f7f7f7 41%,#fefefe 50%,#f9f9f9 58%,#dbdbdb 78%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #d1d1d1 3%,#dbdbdb 15%,#f7f7f7 41%,#fefefe 50%,#f9f9f9 58%,#dbdbdb 78%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to right, #d1d1d1 3%,#dbdbdb 15%,#f7f7f7 41%,#fefefe 50%,#f9f9f9 58%,#dbdbdb 78%,#e2e2e2 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#e2e2e2',GradientType=1 );
	height: 200px;
	width: 20px;
	float: left;
}	
	
/*Inicio header hgroup*/	
header hgroup {
	color: #FFF;
	background-color: #000;
	height: 200px;
	width: 810px;
	float: right;
	font-size: 24px;
	padding-left: 20px;
	}
header h1{
	padding-top: 10px;	
	}
header h2{
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	}	
/*Apply this class to some text to unlock the secrets of the third dimension!*/
.Three-Dee{
	font-family: Garamond, serif;
	line-height: 1em;
	color: #ffffff;
	font-weight:bold;
	font-size: 38px;
	text-shadow:0px 0px 0 rgb(228,228,228),1px 0px 0 rgb(210,210,210),2px 0px 0 rgb(193,193,193),3px 0px 0 rgb(175,175,175),4px 0px 0 rgb(158,158,158), 5px 0px 0 rgb(141,141,141),6px 0px 5px rgba(0,0,0,0.6),6px 0px 1px rgba(0,0,0,0.5),0px 0px 5px rgba(0,0,0,.2);
	text-transform: uppercase;
}
/*Menu de la web heder nau*/
header nav {
	flot: left;
	background-color: #47535F;
	float: left;
	height: 50px;
	width: 1000px;
	margin-top: -4px;
	}	
header nav h3 {
	float: right;
	font-size: 0px;	
	}	
header nav h3.trans{
	color:transparent;filter:alpha(opacity=0);
	-moz-opacity:0;opacity:0;
	-o-opacity:0;opacity:0;
    -webkit-opacity:0;opacity:0;
    -ms-opacity:0;opacity:0;
	}
header nav ul{
	list-style:none;
	}
header nav ul li{
	float:left;
	margin-left:10px;
	margin-top:-9px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-radius:5px 5px 5px 5px;
}
header nav ul li a{
	text-decoration:none;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	/*box-shadow:0px 5px 5px #FC3;
	background-color:#FC3;*/
	transition:background 1s, padding 1s, box-shadow 1s;
	-webkit-transition:background 1s, padding 1s, box-shadow 1s;
	-o-transition:background 1s, padding 1s, box-shadow 1s;
	-moz-transition:background 1s, padding 1s, box-shadow 1s;
	-ms-transition:background 1s, padding 1s, box-shadow 1s;
	}
header nav ul li a:hover{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-radius:5px 5px 5px 5px;
	box-shadow:0px 0px 5px #035155;
	background-color: #035155;
	transition:background 1s, padding 1s, box-shadow 1s;
	-webkit-transition:background 1s, padding 1s, box-shadow 1s;
	-o-transition:background 1s, padding 1s, box-shadow 1s;
	-moz-transition:background 1s, padding 1s, box-shadow 1s;
	-ms-transition:background 1s, padding 1s, box-shadow 1s;
	}
.accion {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-radius:5px 5px 5px 5px;
	box-shadow:0px 0px 5px #035155;
	background-color: #035155;
	
	}		
	
article, aside, div, dt, figcaption, footer, form, header, hgroup, html, nav, section {
    display: block;
}
address, address[dir], article, article[dir], aside, aside[dir], blockquote, blockquote[dir], body, body[dir], caption, caption[dir], center, center[dir], col, col[dir], colgroup, colgroup[dir], dd, dd[dir], dir, dir[dir], div, div[dir], dl, dl[dir], dt, dt[dir], fieldset, fieldset[dir], figcaption, figcaption[dir], figure, figure[dir], footer, footer[dir], form, form[dir], h1, h1[dir], h2, h2[dir], h3, h3[dir], h4, h4[dir], h5, h5[dir], h6, h6[dir], header, header[dir], hgroup, hgroup[dir], hr, hr[dir], html, html[dir], legend, legend[dir], li, li[dir], listing, listing[dir], marquee, marquee[dir], menu, menu[dir], nav, nav[dir], noframes, noframes[dir], ol, ol[dir], p, p[dir], plaintext, plaintext[dir], pre, pre[dir], section, section[dir], summary, summary[dir], table, table[dir], tbody, tbody[dir], td, td[dir], tfoot, tfoot[dir], th, th[dir], thead, thead[dir], tr, tr[dir], ul, ul[dir], xmp, xmp[dir] {
    unicode-bidi: -moz-isolate;
}
address, address[dir], article, article[dir], aside, aside[dir], blockquote, blockquote[dir], body, body[dir], caption, caption[dir], center, center[dir], col, col[dir], colgroup, colgroup[dir], dd, dd[dir], dir, dir[dir], div, div[dir], dl, dl[dir], dt, dt[dir], fieldset, fieldset[dir], figcaption, figcaption[dir], figure, figure[dir], footer, footer[dir], form, form[dir], h1, h1[dir], h2, h2[dir], h3, h3[dir], h4, h4[dir], h5, h5[dir], h6, h6[dir], header, header[dir], hgroup, hgroup[dir], hr, hr[dir], html, html[dir], legend, legend[dir], li, li[dir], listing, listing[dir], marquee, marquee[dir], menu, menu[dir], nav, nav[dir], noframes, noframes[dir], ol, ol[dir], p, p[dir], plaintext, plaintext[dir], pre, pre[dir], section, section[dir], summary, summary[dir], table, table[dir], tbody, tbody[dir], td, td[dir], tfoot, tfoot[dir], th, th[dir], thead, thead[dir], tr, tr[dir], ul, ul[dir], xmp, xmp[dir] {
    unicode-bidi: -o-isolate;
}
address, address[dir], article, article[dir], aside, aside[dir], blockquote, blockquote[dir], body, body[dir], caption, caption[dir], center, center[dir], col, col[dir], colgroup, colgroup[dir], dd, dd[dir], dir, dir[dir], div, div[dir], dl, dl[dir], dt, dt[dir], fieldset, fieldset[dir], figcaption, figcaption[dir], figure, figure[dir], footer, footer[dir], form, form[dir], h1, h1[dir], h2, h2[dir], h3, h3[dir], h4, h4[dir], h5, h5[dir], h6, h6[dir], header, header[dir], hgroup, hgroup[dir], hr, hr[dir], html, html[dir], legend, legend[dir], li, li[dir], listing, listing[dir], marquee, marquee[dir], menu, menu[dir], nav, nav[dir], noframes, noframes[dir], ol, ol[dir], p, p[dir], plaintext, plaintext[dir], pre, pre[dir], section, section[dir], summary, summary[dir], table, table[dir], tbody, tbody[dir], td, td[dir], tfoot, tfoot[dir], th, th[dir], thead, thead[dir], tr, tr[dir], ul, ul[dir], xmp, xmp[dir] {
    unicode-bidi: -webkit-isolate;
}
address, address[dir], article, article[dir], aside, aside[dir], blockquote, blockquote[dir], body, body[dir], caption, caption[dir], center, center[dir], col, col[dir], colgroup, colgroup[dir], dd, dd[dir], dir, dir[dir], div, div[dir], dl, dl[dir], dt, dt[dir], fieldset, fieldset[dir], figcaption, figcaption[dir], figure, figure[dir], footer, footer[dir], form, form[dir], h1, h1[dir], h2, h2[dir], h3, h3[dir], h4, h4[dir], h5, h5[dir], h6, h6[dir], header, header[dir], hgroup, hgroup[dir], hr, hr[dir], html, html[dir], legend, legend[dir], li, li[dir], listing, listing[dir], marquee, marquee[dir], menu, menu[dir], nav, nav[dir], noframes, noframes[dir], ol, ol[dir], p, p[dir], plaintext, plaintext[dir], pre, pre[dir], section, section[dir], summary, summary[dir], table, table[dir], tbody, tbody[dir], td, td[dir], tfoot, tfoot[dir], th, th[dir], thead, thead[dir], tr, tr[dir], ul, ul[dir], xmp, xmp[dir] {
    unicode-bidi: -ms-isolate;
}
