﻿

HTML, BODY, TD, INPUT {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}


article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}


html { 	background-color:#E6E6E6;} 




body {
	text-align: center; /*IE*/
	background-color:#FFFFFF;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	margin-top:15px;
	padding: 0px 0px 0px 0px;
}

nav,section,footer { text-align: left; /*IE*/}

a{ 	border:none; }

a img{ 	border:none;}


/* Header */

header{
	width: 100%;
	height: 90px;
	background-color:#E6E6E6;
}



/* Navegación idioma */


nav#barra {
	width: 100%;
	margin: 0px;
	padding: 1px 0px 2px 0px;
	background: url(images/pmtp.png) no-repeat;
	height: 32px;
}



#idioma 
{
	float: right;
	width: 150px;
	margin: 0px 10px 0px 0px;
	height: 18px;
}


#idioma a {
	display: block;
	float: right;
	margin-left:0px;
	padding: 8px 5px 0px 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 21px;
	font-weight:bold;
	text-decoration:none;
}

#idioma a.sel {	color: #CC0000; }
#idioma a:hover  {color: #CC0000; }

#idioma a span
{
	position:relative;
	left:3px;
	top:-2px;
}



/* Navegación lateral */

nav#lateral{
	display: block;
	float:left;
    padding-left:35px;
    width: 180px;
    margin-top: 10px;
    margin-bottom:50px
}

#lateral h3
{
	font-weight: bold;
	color: #333333;
	margin:10px 0px 0px 0;
	padding-bottom:0px;
	padding-left: 3px;
	background-color:#CCCCCC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	/*
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
     */
     
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	height: 25px;
	line-height: 1.7em;
	background-image: url(images/menu.png); 
	background-repeat: repeat-x;
	border-bottom: 1px solid   #CC6633; 
	font-size:12px;
}


#lateral div
{
	margin:0px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	padding-top: 2px;
	padding-left:3px;
	background-image: url(images/menu_unsel.png);
	background-repeat: repeat-x;
	background-position: bottom;	
}


#lateral div:hover {
	background:url(images/menu_over.png) repeat-x;
}


#lateral div.sel{
	background:url(images/menu_sel.png) repeat-x;
}

#lateral a
{
    text-decoration: none;
    font-weight: normal;
    font-size:100%;
	color: #333; /*#F0A61A;*/
	width:100%;
    display:block;	
}


#lateral div.sel a {
	cursor: default;
}







/* Contenido */

section 
{
  background-color:#FFFFFF;
  float:right;
  width:600px; /*540*/
  padding-top:0;
  padding-right:35px;
  margin: 10px 0px 50px 0px;
}



iframe.youtube 
{
     display:block;
     margin-left:auto;
     margin-right:auto;
     width:555px;
     height:336px;
     border:1px solid silver;
}



section h2 {
	font-size: 140%;
	font-weight : bold;
	margin: 0px;
	color: #F0A61A;
	text-align:left;
	text-transform: uppercase;
	padding: 10px 0px 5px 0px;	
}


section h3 {
	font-size: 140%;
	font-weight : bold;
	margin: 0px;
	color: #F0A61A;
	text-align:left;
	text-transform: uppercase;
	padding: 10px 0px 5px 0px;	
}


section h4 {
	font-size: 120%;
	font-weight : bold;
	margin: 0px;
	color: black;
	text-align:left;
	padding: 10px 0px 5px 0px;	
}


section p {
	margin: 0px;
	padding: 2px 0px 10px 0px;	
	text-align: justify;
	line-height: 170%;
}

section a {
	text-decoration: none;
	font-weight : bold;
	color: #F0A61A;
} 

section a:hover {
	text-decoration: underline;
}

section .clearer {
	clear: both;
}


section ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 10px;
}

section li {
	padding: 2px 0px 2px 16px;
	line-height: 170%;
	text-align: justify;
	background: url(images/pbull.png) no-repeat top left;
}





/* Pie de pagina */


footer {
	width: 100%;
	height: 32px;
	margin-bottom:0px;
	margin-top:40px;
	padding: 1px 0px 2px 0px;
	background:url(images/pmtp.png) repeat-x;
	background-color:#E6E6E6;
	display:block;
	clear:both;
}


footer p {
	display: block;
	float: left;
	margin: 0px;
	padding: 8px 16px 0px 16px;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-right: 1px solid #dedede;
	height: 21px;
}


footer a {
	display: block;
	float: left;
	margin: 0px;
	padding: 8px 16px 0px 16px;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-right: 1px solid #dedede;
	border-left: 1px solid #fdfdfd;
	height: 21px;
}

footer a:hover {
	background:url(images/menu_over.png) repeat-x;
}








