/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: center;
  vertical-align:middle;
  font-size: 90%;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}


/*---------------estilo del menu ----------------*/

/* Some stylesheet reset */
#cssmenu{text-align: center; position:relative;left:50px;height:600px;top:-230px}
#cssmenu > ul {
right:-300px;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1;
}
/* The container */
#cssmenu > ul {
  display: block;
  position: relative;
  width: 300px;
}
/* The list elements which contain the links */
#cssmenu > ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 95%;
}
/* General link styling */
#cssmenu > ul li a {
  /* Layout */

  display: block;
  position: relative;
  margin: 0;
  border-top: #0000FF;
  border-bottom: 1px dotted #d9d9d9;
  padding: 11px 20px;
3
  /* Typography */

  font-family: Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: #0033FF;
  font-size: 13px;
  font-weight: 300px;
  /* Background & effects */

  background:#202020;
}
/* Rounded corners for the first link of the menu/submenus */
#cssmenu > ul li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 0;
}
/* Rounded corners for the last link of the menu/submenus */

#cssmenu > ul li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 0;
}

/* The hover state of the menu/submenu links */
#cssmenu > ul li a:hover,
#cssmenu > ul li:hover > a {
  color: #ffff;
  text-shadow: #FFFFFF;
  background: #000000;
  background:(#499494 #499494);
  background: (#000000, #000000);
  background:#499494;
  border-color: transparent;
}
/* The arrow indicating a submenu */
#cssmenu > ul .has-sub > a::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 10px;
  width: 0px;
  height: 0px;
  /* Creating the arrow using borders */
/*flechita color*/
  border: 4px solid transparent;
  border-left: 4px solid #e0403a;
}
/* The same arrow, but with a darker color, to create the shadow effect */
#cssmenu > ul .has-sub > a::before {
  content: '';
  position: absolute;
  top: 17px;
  right: 10px;
  width: 0px;
  height: 0px;
  /* Creating the arrow using borders */

  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
/* Changing the color of the arrow on hover */
#cssmenu > ul li > a:hover::after,
#cssmenu > ul li:hover > a::after {
 
}
#cssmenu > ul li > a:hover::before,
#cssmenu > ul li:hover > a::before {
 
}
/* THE SUBMENUS */
#cssmenu > ul ul {
  position: absolute;
  left: 100%;
  top: -9999px;
  padding-left: 5px;
  opacity: 0;
  width: 300px;
  /* The fade effect, created using an opacity transition */

  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
#cssmenu > ul ul li a {
  font-size: 12px;
}
/* Showing the submenu when the user is hovering the parent link */
#cssmenu > ul li:hover > ul {
  top: 0px;
  opacity: 1;
  z-index: 1;
}

/*---------------estilo de legalizaciones.html ----------------*/

.legalizacionFirmas{width:1000px; height:700px; position:relative; background-image:url(Images/fondo.png); margin-bottom:15px;}
#LegalizaJuridica{width:500px; height:auto; position:relative; float:right;  font-size:16px; border-left:ridge;border-right:ridge;margin-right:25px;padding:20px;margin-bottom:-350px}


/*--------------------div llamado todo para servicios en linea-------------------------------------*/
#todo{height:300px;margin-bottom:-12px}


/*--------------------div de viaje tipeo-------------------------------------*/

#f1{height:780px;}
.fsi{width:250px; height:670px; position:relative; left:20px;}
.fsi p{text-align:right; font-size:14px;}
.fsd{width:600px; height:0px;float:right; bottom:652px; left:-150px; position:relative; text-align:left;}


#desc{float:right;text-align:right;width:220px;right:50px;}

.descargar_servicios{width:250px;height:100px;position:relative;top:400px; float:left; left:500px; text-align:center;}


/*--------------------div de transinmovil tipeo-------------------------------------*/


#descargaform7{ width:230px; height:800px; float:right;position:absolute; right:-690px; top:8px;)}

#desc{float:right;text-align:center;width:220px}

.descargar_serviciosmovil{width:250px;height:100px;position:absolute;top:400px; float:left; left:0px; text-align:center;}

.fsi{width:250px; height:670px; position:relative; left:50px;}
.fsi p{text-align:right; font-size:14px;}
#f4{height:1000px;}


/*--------------------div de transvehicular tipeo-------------------------------------*/

#f4{height:1000px;}
.fsi{width:250px; height:670px; position:relative; left:50px;}
.fsi p{text-align:right; font-size:14px;}
#descargaform5{ width:230px; height:680px; float:right;  position:relative; right:105px;top:
-920px;}

/*--------------------div depoderes tipeo-------------------------------------*/
#f2{height:750px;}
.fsi{width:250px; height:670px; position:relative; left:50px;}
.fsi p{text-align:right; font-size:14px;}
.fsd{width:600px; height:0px;float:right; bottom:652px; right:50px; position:relative; text-align:left;}
#descargaform3{ width:230px; height:690px; float:right;  position:absolute; right:-40px; top:0px;background-image:url(Images/fonddescar.png)}
#desc{float:right;text-align:center;width:220px}
.descargar_servicios{width:250px;height:100px;position:absolute;top:400px; float:left; left:500px; text-align:center;}
