﻿@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:150%;
}

*:focus {
    outline: none;
   }

a:link {
	color: #119FFF;
}
a:visited {
	color: #119FFF;
}
a:hover {
	color: #119FFF;
}
a:active {
	color: #119FFF;
}

/*boton pif*/

.manualpif {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#0a0a0a;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:8px 3px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.manualpif:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.manualpif:active {
	position:relative;
	top:1px;
}

/* index/logos */

#whitebox {
	color: #666;
	background-color: #FFF;
	margin-top: 020px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#logoslinks{
	width:800px;
}

#logosnav{ margin:0; padding: 0; height:96px;	list-style:none; overflow:hidden; display: inline; }
#logosnav li {	display:block; margin:0; padding:0; list-style:none; display:inline; }
#logosnav a { float:left; margin:0 20px 0 0; padding:96px 0 0 0; overflow:hidden; height: 0px !important; text-indent:-9000px; }
#logosnav a:hover { background-position: 0 -96px; border:none; }
#logosnav a:active, #logosnav a.selected { background-position: 0 -96px; }

		
		#logo01 a { 
		width:70px;
		background: url(images/logo01.jpg) top left no-repeat;
		}
		#logo02 a { 
		width:75px;
		background: url(images/logo02.jpg) top left no-repeat;
		}
		#logo03 a {
	width:151px;
	background: url(images/logo03.jpg) top left no-repeat;
		}
		#logo04 a {
	width:81px;
	background: url(images/logo04.jpg) top left no-repeat;
		}
		#logo05 a { 
		width:64px;
		background: url(images/logo05.jpg) top left no-repeat;
		}
		#logo06 a { 
		width:64px;
		background: url(images/logo06.jpg) top left no-repeat;
		}
		#logo07 a { 
		width:64px;
		background: url(images/logo07.jpg) top left no-repeat;
		}
		#logo08 a { 
		width:64px;
		background: url(images/logo08.jpg) top left no-repeat;
		}
		#logo09 a { 
		width:64px;
		background: url(images/logo09.jpg) top left no-repeat;
		}
		#logo10 a {
	width:79px;
	background: url(images/logo10.jpg) top left no-repeat;
		}
		#logo11 a { 
		width:74px;
		background: url(images/logo11.jpg) top left no-repeat;
		}
		#logo12 a { 
		width:64px;
		background: url(images/logo12.jpg) top left no-repeat;
		}
		#logo13 a { 
		width:64px;
		background: url(images/logo13.jpg) top left no-repeat;
		}
		#logo14 a { 
		width:64px;
		background: url(images/logo14.jpg) top left no-repeat;
		}
		#logo15 a { 
		width:64px;
		background: url(images/logo15.jpg) top left no-repeat;
		}
		#logo16 a { 
		width:64px;
		background: url(images/logo16.jpg) top left no-repeat;
		}
		#logo17 a { 
		width:64px;
		background: url(images/logo17.jpg) top left no-repeat;
		}

/*http://stackoverflow.com/questions/4873604/css-menu-without-javascript*/
#menu li>ul { display: none; }
#menu li:hover>ul { display: block; }
/*End of Nathan MacInnes' code*/


nav { position: relative; }
#menu> li { float: left; padding:10px; border: 1px ridge #cccccc;}
#menu a { 
    text-decoration:none; 
    font-size: 20px; 
    color:#191919;
    padding:10px;
}
.submenu { background-color: rgba( 0,0,0,0.25 );
    margin-left: 25px;}
.pie {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.separador {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #119FFF;
}



/*
----------------------------
TABLA
----------------------------
*/

#datos
{
	font-size: 12px;
	width: 954px;
	text-align: left;
	border-collapse: collapse;
	cursor:pointer;
}
#datos th, #datos2 th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
    padding-right: 20px;
	background-color: #CAE6FC; /*url('/Content/table-images/gradhead.png') repeat-x;*/
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #35669E;
}
#datos td, #datos2 td
{
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #666;
	border-top: 1px solid #fff;
}

#datos tr:nth-child(odd), #datos2 tr:nth-child(odd) {
	background: #EEF6FB url('/Content/table-images/gradback.png') repeat-x;
}

#datos tr:nth-child(even), #datos2 tr:nth-child(even) {
}

#datos tfoot tr td, #datos2 tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #666;
}




#datos tbody tr:hover td, #datos2 tbody tr:hover td
{
	background: #C6E1F3 url('/Content/table-images/gradhover.png') repeat-x;
	color: #000;
}


/*PRUEBAS*/

#banner-fade {
	height:280px;
	overflow:hidden;
	margin-bottom:38px;
	text-align:center;
}

img.foto {
	max-width:320px;
	height:auto;
}

#imgsimple img.foto {
	width:100%;
	max-height:318px;
}

.multimedia-controls {
	margin:-31px 0 -4px 0;
}

#leyenda {
	padding-bottom:14px;
}

td.man-pif a {
	color:#fff;
	text-decoration: none;
}

td.man-pif a:hover {
	text-decoration:underline;
}
