/***********************************************/
/* 3col_leftNav.css                             */
/* Stylo de presentacion normal para el web site */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #002E45 url(images/hintergrund.jpg) repeat-x fixed;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #002E45;
}
a{
	color: #006699;
	text-decoration: none;
}
a:link{
	color: #006699;
	text-decoration: none;
}
a:visited{
	color: #006699;
	text-decoration: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	padding: 10px 0px 0px 0px;
	width: 100%;
	top: 0px;
	height: auto;
	background-color: #f5f5f5;
}
#headlines{
  	float:right;
	width: 18%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}
#content{
	float: left;
	width: 74%;
	background-color: #F5F5F5;
	border-left: 1px solid #BBBBBB;
	border-top-color: #BBBBBB;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top:-3px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
html>body #content{
	float: left;
	width: 70%;
	background-color: #F5F5F5;
	border-left: 1px solid #BBBBBB;
	border-top-color: #BBBBBB;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top:40px;
	height: inherit;
}
/***********************************************/
/* Componentes                                  */
/***********************************************/
#globalNav{
	padding: 0px 0px 0px 10px;
	color: #cccccc;
	text-align: right;
	margin-right:1px;
}
html>body #globalNav{
	padding: 0px 0px 1px 10px;
	color: #cccccc;
	text-align: right;
}
#globalNav img{
	display: block;
}
#globalNav a{
	font-size: 10px;
	width:86px;
	color:#FFFFFF;
	padding: 8px 6px 4px 6px;
	margin-left:-1px;
	margin-right:1.8px;
	background-color:#BB0000;	/*background-image: url(images/tab.jpg);
	background-repeat: no-repeat;*/
}
/*html>body #globalNav a{
	font-size: 10px;
	color:#FFFFFF;
	padding: 4px 0px 4px 4px;
	margin-left:-1px;
	margin-right:1px;
	/*background-image: url(images/tab.jpg);
	background-repeat: no-repeat;
}*/
#globalNav a:hover{
	text-decoration:none;
	background-color:#006699;

}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 60%;
	padding: 0px 0px 0px 0px;
	background-color: #F5F5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0074B0;
	margin: 0px;
	position: relative;
	top:-1%;
	width: 98.8%;
	height:auto;
	display: block;
	left: 0%;
	text-align: right;
}
html>body #breadCrumb{
	left: 0%;
	top: -1%;
	width: 98.8%;
}
/************** .feature styles ***************/
/*.feature{
	padding: 0px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: justify;
}*/
html>body .feature{
	padding: 0px 10px 0px 0px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: justify;
	margin-top: 30px;
	height: inherit;
}
.feature p{
	padding: 0px 10px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
.feature h1{
	font-size: 120%;
	color: #C4102D;
	font-family: Verdana;
	padding-left: 15px;
	text-align: left;
}
.feature h3{
	color:#6B6B6B;
	font-size: 115%;
	text-align: left;
	font-family: Verdana;
	padding-left: 15px;
}
.feature h4{
	color:#C4102D;
	font-size: 120%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.feature img{
	float:left;
	padding: 0px 5px 20px 5px;
}
.feature li{
	padding-bottom:8px;
	font-size: 11px;
	color: #2A5FAA;
}
.feature td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
fieldset{
	width:80%;
	display:block;
	margin:0 auto;
	/*float:left;*/
}
.feature fieldset li{
	font-size:10px;
}
/************** .story styles *****************/
.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}
.story p{
	padding: 0px 10px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50%;
	text-align: justify;
}
.story h3{
	padding: 0px 0px 0px 0px;
	color:#C4102D;
	font-size: 80%;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #cccccc;
	padding: 5px 0px 5px 10px;
	background-color: #FFFFFF;
}
/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
	margin: 0px;
	padding: 0px;
}
#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
#advert{
	padding: 30px 0px 10px;
}
#advert img{
	display: block;
}

/************** #contenedor principal **************/
#contenedor{
	position: relative;
	margin: auto;
	margin-top: 0px;
	width: 772px;
	vertical-align: top;
	border: 1px solid #AAAAAA;
	top: 0px;
	background-color: #F5F5F5;
}

/************** #Fin contenedor principal **************/

.input {
	height: 15px;
}
#logo {
display:none;
}
html>body #logo { 
	display:none;
}
#h3 {
	font-size: 80%;
	color: #C4102D;
	margin: 0px;
	padding: 10px;
}
.linea_roja {
	border-left: 1px solid #C4102D;
	border-right: 1px solid #C4102D;
}
/**************************************************/
/*           menu nuevo                             */
/*******************************************************/
#nav {
	margin: 0px;
	padding: 0px;
	width: 25%;
	height: auto;
	float:left;
	background-color:#F5F5F5;
	margin-top:-3px;
}
html>body #nav {
	margin: 0px;
	padding: 0px;
	width: 25%;
	height: auto;
	float:left;
	background-color:#F5F5F5;
	margin-top: 40px;
}
.none{
	text-decoration:none;
}
#nav td{
	font-size:10px;
	background-color:#f5f5f5;
}
#normal {
	display: none;
	float: right;
	margin-right: 10px;
	padding-bottom: 10px;
}
#impresion {
	display: block;
	float: right;
	margin-right: 2px;
	padding-bottom: 5px;
	clear: both;
}
.storySer {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	width: 44%;
	float: left;
	padding-bottom: 10px;
	margin-left: 5px;
	margin-top: 5px;
}

.storySerDes {
	padding: 10px 0px 0px 10px;
	font-size: 12px;
	width: 97%;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	height: auto;
}
html>body .storySer {
	padding: 10px 0px 0px 10px;
	font-size: 100%;
	width: 44%;
	float: left;
	padding-bottom: 10px;
	margin-left: 5px;
	margin-top: 0px;
}
html>body .storySerDes {
	padding: 10px 0px 0px 10px;
	font-size: 11px;
	width: 98%;
	float: left;
	padding-bottom: 10px;
	background-color: #DDDDDD;
	margin-left: 5px;
	margin-top: 5px;
}
.storySer p {
	padding: 0px 10px 0px 0px;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #006699;
}

.storySer h3 {
	font-family: "Century Gothic";
	color:#C4102D;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid #DEDEDE 1px;
}
.storySer2 {
	padding: 10px 0px 0px 10px;
	/*	font-size: 80%;*/
	width: 44%;
	top:0px;
	vertical-align: top;
	margin-left: 20px;
	padding-bottom: 10px;
	margin-top: 0px;
	float: left;
}
.storySer2 p {
	padding: 0px 10px 0px 0px;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #006699;
}
.storySer2 h3 {
	font-family: "Century Gothic";
	color:#C4102D;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid #DEDEDE 1px;
}
.storyCon {
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 90%;
}
.storyCon p {
	padding: 0px 10px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.storyCon h3 {
	padding: 0px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#C4102D;
	font-size: 12px;
}
#listDocexp {
	/*	background-color:#F9F9F9;
	border:1px solid #646464;
*/	display: block;
	width: 100%;
	height:100%;
	vertical-align: top;
	float: left;
	margin-top: 20px;
}
#listDocexp legend{
	font-size:12px;
	font-weight:bold;
}
#listDocexp p a{
	color:#C4102D;
	font-size:10px;
	font-weight:bold;	
}
#listDocexp h3{
	font-size:12px;
	font-weight:bold;
}
legend{
	font-size:12px;
	font-weight:bold;
	color:#C4102D;
}
#listDocexp ul{
	margin-left:15px;
	font-size:10px;
	font-family: "Century Gothic";
}
#listDocexp li a{
	font-size:10px;
	font-family: "Century Gothic";
	color:#006699;
}

#listDocexp li a:hover{
	text-decoration:none;
	font-size:10px;
	color:#C4102D;
	margin-left: 15px;
	font-family: "Century Gothic";
}

#contentTramites {
	float: left;
	width: 54%;
	background-color: #F5F5F5;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-top-color: #BBBBBB;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top:-3px;
	padding-top: 10px;
}
html>body #contentTramites {
	float: left;
	background-color: #F5F5F5;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top:40px;
	padding-top: 10px;
	width: 100%;
}
#divNormas {
	width:auto;
	height:auto;
	margin-left:1%;
	padding: 0px;
}
#divNormas li {
	color: #C4102D;
	list-style-type: lower-alpha;
	padding-left: 0px;
	margin-left: 0px;
	display: block;
	text-align: left;
	font-size: 85%;
}
#divNormas ul li{
	color: #C4102D;
	margin-left: 0px;
}
.floatRightContenedor{
	background-color:#CC9933;
	display: block;
	width:100%;
}
.floatRight {
	float:left;
	padding-bottom:10px;
	background-color: #AA0000;
	display: block;
}
.floatRight2{
	float:left;
	width:60%;
	padding-bottom:10px;
	margin-left:10px;
	background-color: #B1C3D9;
	display: block;
}
html>body .floatRight {
	float:left;
	padding-bottom:10px;
	background-color: #AA0000;
	display: block;
	height: 255px;
}
html>body .floatRight2{
	width:auto;
	padding-bottom:10px;
	margin-left:10px;
	display: block;
	height: 255px;
}
html>body .floatRight2 p{
	padding-bottom:15px;
}
html>body .floatRightContenedor{
	background-color:#CC9933;
	display: block;
	width:100%;
}
.encuestaopciones{
	vertical-align:text-bottom;
 	width:75px;
 }
#acuerdos_prot {
	width:24%;
	float:left;
	margin-left:2px; 
}
#acuerdos_prot dt {
	text-align:center;
	font-weight:bold;
	color:#C4102D;
	border-bottom:1px solid #BBBBBB;
}
#acuerdos_prot dd {
	background-color:#EEEEEE;
	text-align:left;
	font-weight:bold;
	margin:5px 0px 5px 0px;
	border-bottom:1px solid #BBBBBB;
	font-size:10px;
}
.dl{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	width:45%;
}
.dl dd{
	margin-bottom:20px;
	border-bottom: 1px dotted #BBBBBB;
}
#content h4{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	color:#C4102D;
	margin-bottom:15px;
}
#content h5{
	font-size:14px;
	text-align:center;
	font-weight:bold;
	color:#C4102D;
	margin-bottom:15px;
	width:90%;
}
.info {
	text-decoration:underline;
	border-bottom: 1px dashed #00cc00;
	cursor: help;
}
#menu_adm{
	display: block;
	font-size: 10px;
	color: #D0142C;
	margin: 0px;
}
html>body #menu_adm{
	display: block;
	font-size: 10px;
	color: #D0142C;
	margin: 0px;
}
.drop { position: absolute; width: 3; filter: flipV(), flipH(); font-size: 40; color: blue }
.linea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
/* BUTTONS */
.buttons {
	float:left;
}
.buttons a, .buttons button{
	height:23px;
	display:block;
	float:left;
	margin:0 7px 0 0;
	background-color:#f5f5f5;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	padding:5px 10px 106px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}
.buttons button img{
	marign
}


/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* FIN BUTTONS */
