/*naranja eb6c0f*/

body {background:#333; margin:0; padding:0; font:13px/140% Arial, Helvetica, sans-serif; color:#333;}
.pagina {width:800px; margin:0 auto; background:#FFF;}
.cabecera {height: 190px; width:800px; margin:0; padding:0; background:url(../images/fnd_cab.jpg);}
.cabecera h1 {display:none;}

/*menu*/
/*menu valido*/
.menu {height:35px; position:relative; z-index:100; background-color:#eb6c0f; font-weight:bold; font-size:13px; padding-left:20px;}
/* hack to correct IE5.5 faulty box model */
* html .menu {}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {width:780px; padding:0;margin:0 auto;list-style-type:none;}
.menu ul ul {width:150px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:auto;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;text-decoration:none; color:#fff; height:35px; padding-right:25px; line-height:35px;}
/* a hack so that IE5.5 faulty box model is corrected 
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}*/

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#333;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#eb6c0f;}
.menu ul ul :hover > a.drop {background:#eb6c0f;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#333;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#eb6c0f;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:35px;left:0; width:150px; background:#00CC99; padding:0; margin:0; font-weight:normal; font-size:13px;}

.menu ul ul li {margin:0px !important; width:150px; padding:0; float:left;}

/* another hack for IE5.5 
* html .menu ul ul {top:30px;t\op:31px;}*/

/* position the third level flyout menu */
.menu ul ul ul{left:150px; top:0px; width:150px; margin:0; padding:0;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-150px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; /*border-collapse:collapse;*/}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {display: block;background:#333; color:#CCC; height:auto; line-height:100%; padding:5px 10px 5px 10px; width:130px; margin:0;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:130px;w\idth:130px;}

/* style the top level hover */
.menu a:hover{color:#fff; background-color: transparent;}
.menu :hover > a {color:#fff;background-color: transparent;}

.menu ul ul a:hover{color:#fff; background-color: #eb6c0f;}
.menu ul ul :hover > a {color:#fff;background-color: #eb6c0f;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;z-index:1000;}
/*FIN menu valido*/

.contenidos {background-color: #FFF; padding: 30px;}

h2 {color:#eb6c0f; font-size:20px; margin:0 0 20px 0; padding:0; line-height:140%;}
h3 {color:#333; font-size:17px; margin:0 0 10px 0; padding:0; line-height:120%;}
h4 {color:#666; font-size:15px; margin:0 0 10px 0; padding:0; line-height:120%;}

p {margin:0 0 15px 0;}
small {font-size:11px;}
big {font-size:15px;}

a.boton:link, a.boton:visited {font-weight: bold;background:#eb6c0f; padding:3px 7px 4px 7px; color:#FFF !important; text-decoration:none;}
a.boton:hover, a.boton:active {font-weight: bold;background:#eb6c0f; padding:3px 7px 4px 7px; color:#333 !important; text-decoration:none;}

.contenidos a:link,.contenidos  a:visited {color:#eb6c0f;}
.contenidos a:hover,.contenidos  a:active {color:#333;}

a img {border:none;}
.img_right {float: right;margin: 0 0 15px 15px;	padding:1px;border:1px solid #999;display:inline;}
.img_left {	float: left;margin: 0 15px 15px 0;	padding:1px;display:inline;	border:1px solid #999;}

/*revisar*/
hr {color: #eb6c0f; background-color: #eb6c0f; height: 1px; border: 0; margin:10px 0 20px 0; padding:0; display:block; }

.clearer {clear: both;height: 0;max-height: 0;overflow: hidden;}

.left {float:left; margin:0 20px 20px 0;}
.right {float:right; margin:0 0 20px 20px;}

.destacado {padding:5px 10px 10px 10px; margin:0 0 15px 0; background:#EEE; border:1px solid #CCC;}

.pie {width:800px;}
.pie .datos_pie {background:#eb6c0f url(../images/logo_pie.gif) right center no-repeat; color:#FFF; padding:15px 10px 15px 20px; font-size:11px; line-height:120%;}
.pie .datos_pie a {color:#FFF;}
.patrocinadores {padding:15px;}
.patrocinadores a {display:inline;}

ol {list-style-position:inside;}