/*
    designed by WebTemplateOcean.com (http://www.webtemplateocean.com/)
    released under Creative Commons Attribution-ShareAlike 3.0 license
*/

* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 20px;
    font:  "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #C7D8E8;
    background: #272B46;
	font-size:1em;
	
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

h1 {
	padding-top:0.6em;
	font-weight: bold;
	font-size: 4.5em;
	color: #070218;
	text-align: center;
}


p {
    padding: 8px 0;
    line-height: 1.4em;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #FF0000;
}

a:hover {
	text-decoration: underline;
	color: #090514;
}

ul {
    list-style: none;
}

/* page */

#page {
    position: relative;
    margin: 0 auto;
    width: 950px;
}

#header {
    height: 112px;
    background: url(images/header.jpg) no-repeat bottom left;
}

/* menu */

#menu {
    position: absolute;
    top: 30px;
    left: 10px;
    width: 920px;
    height: 52px;
    background: #1B2024 url(images/menu.jpg) no-repeat;
}

#menu ul {
    list-style: none;
    padding: 11px 0;
}

#menu ul li {
    margin: 0 0 0 25px;
    padding: 0;
    display: block;
    float: left;
}

#menu ul li a {
    display: block;
    float: left;
    width: 200px;
    height: 30px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    color: #FCFFFF;
}

#menu ul li a.active, #menu ul li a:hover {
    text-decoration: none;
    color: #5E5839;
    background: #F5E6A0 url(images/menuover.gif) no-repeat;
}
#intro h2 a.visited {
	color: #FF0000;
	font-weight: bold;
   
}
/* intro */

#intro {
    height: 320px;
    padding-left: 350px;
    background: #B0D9F9 url(images/introres1.jpg) no-repeat;
}

h2{
	
	font-size: 1.1em;
	text-align: center;
	color: #000010;
	 padding-right: 2em;
  margin-top:5%;
  margin-bottom:5%;
    line-height:1.5em;
	

}

#intro p {
	padding-right: 50px;
	line-height: 21px;
	color: #6570B6;
	
}

a.button {
    display: block;
    width: 180px;
    height: 50px;
    margin: 25px 0 0 120px;
    font-weight: normal;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    color: White;
    background: url(images/button.gif) no-repeat;
}

/* main */

#main {
    background: #4C5070 url(images/main.gif) repeat-y;
}

/* sidebar */

#sidebar {
    float: left;
    width: 244px;
    padding: 25px 30px 30px 30px;
    background: url(images/sidebar.jpg) no-repeat;
}

#sidebar h3 {
	font-weight: bold;
	font-size: 2em;
	color: #070218;
	text-align: center;
	padding-bottom:8%;
}

#sidebar ul {
    padding: 16px 0;
}



#sidebar ul li a {
    display: block;
    padding: 0 0 0 18px;
    font-weight: normal;
    line-height: 1.4em;
    text-decoration: none;
    color: #070010;
    background: url(images/li.gif) no-repeat 0 3px;
	font-size:1em;
}
.entry ul li {
    display: block;
    padding: 0 0 0 18px;
    font-weight: normal;
    line-height: 1.4em;
    text-decoration: none;
   
    background: url(images/li.gif) no-repeat 0 3px;
	font-size:1em;
}


#sidebar .box img{
    margin-top:6%;
	margin-bottom:5%;
	border:0;
}

#sidebar p {
    color: #70748D;
}

#sidebar ul li, {
	
	
	font-weight: bold;
	padding:-top:6%;
	padding-bottom:6%;
}

/* content */

#content {
    float: right;
    width: 566px;
    padding: 20px 40px 20px 40px;
    background: url(images/content.jpg) no-repeat;
	} 

.post {
    padding-bottom: 20px;
	 line-height: 1.4em;
	
}


#content .post h3 {
	font-weight: bold;
	font-size: 2em;
	color: #FFFFFF;
	text-align: left;
	padding-top:3%;
	padding-bottom:3%;

}

#content h3 a, #content h3 a:hover {
    font-weight: normal;
    text-decoration: none;
    color: #98B8D5;
}

.postmeta {
    padding-top: 30px;
   
    font-weight: bold;
    color: White;
}

.entry {padding-top:5%;
padding-bottom:5%;
}
#content{font-size: 1.1em;}
#content #post h3 {
	font-size: 1.2em;
	padding-top:5%;
	padding-bottom:5%;
}
#content ul {
    padding: 8px 0;
}

#content  ol li {
	margin-left:5%;
	line-height:1.4em;
	
	
}

#content img {
    float: right;
    display: block;
    margin: 0 0 10px 40px;
    border: 4px solid #585C7B;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}




table{
	border-collapse: collapse;
	border: 0.4em solid #FFFFFF;
	background-color: #4C5070;
	vertical-align: middle;
	margin-top:2em;
	
	
}


thead th{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	padding-top:1em;
	padding-bottom:1em;
	background-color: #125EBC;
}
th.primer{
	
}

tfoot{
border: 1px solid  #FFFFFF;
}
tbody{
border: 1px solid #1F1F1F;
vertical-align: middle;
text-align:center;
}
tbody th{
	padding-top:1em;
	padding-bottom:1em;
	border: 1px solid #FFFFFF;
	
}

thead th, td .foot{
border: 1px solid #FFFFFF;

}
tfoot{
border: 1px solid #1F1F1F;
text-align:left;
}
.foot{}
td.foottotal{
background: #125EBC;
color:#FFFFFF;
border: 1px solid #FFFFFF;
text-align:center;
font-weight:bold;
}
td.foot{
border: 1px solid #1F1F1F;
text-align:right;
font-weight:bold;}
tbody  foot{
border:1px solid #1F1F1F;
text-align:center;
}

 td{
	background:#4C5070;
	border: 1px solid #FFFFFF;
	text-align:left;
	padding-left:0.5em;
	color: #8DC3E8;
	

}

tr{
border: 1px solid #030383;
height:30px;
background: #125EBC;
color:#FFFFFF;
}

caption{  
caption-side: top;  


font-size: 1.1em;  
background-color:#FFFFFF; 
color:#1F1F1F; 
font-weight: bold;  
} 
.mides{
 height:315px;
 width:560px;
 margin-top:2%;
 margin-bottom:2%;
 }
 .lletra{font-size:0.1em;}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    clear: both;
    background: url(images/footer.gif) repeat-y;
}

#clearingfooter {
    clear: both;
    height: 2px;
    overflow: hidden;
    background: url(images/footer2.gif) no-repeat;
}

#footerleft {
    float: left;
    width: 244px;
    padding: 30px;
    background: #AECAE0;
}

#footerleft p {
    text-align: center;
    color: #646883;
}

#footerright {
    float: right;
    width: 566px;
    padding: 30px 40px;
    background: #727992;
}
th p {
	text-align: center;
}

a:visited {
	font-weight: bold;
	color: #FF0000;
}
ul li .titol{
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
}
.entry .video{margin-top:2em;}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
}
.dos{padding-top:10%;
padding-bottom:4%;}
#sidebar .box img{margin-top:3em;
margin-bottom:3em;}
