@charset "UTF-8";
/* - - - - - - - - - - - - - - - - - - - - -
Titulo      :  consulado
Autor       : @whiteglaux
Descripcion :  styles.css
Creado      :  13 de junio, 2012
- - - - - - - - - - - - - - - - - - - - - */

@import url('../css/reset.css');
@import url('../css/layout.css');

@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TeXGyreAdventorItalic';
    src: url('../fonts/texgyreadventor-italic-webfont.eot');
    src: url('../fonts/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-italic-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-italic-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-italic-webfont.svg#TeXGyreAdventorItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('../fonts/texgyreadventor-bold-webfont.eot');
    src: url('../fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TeXGyreAdventorBoldItalic';
    src: url('../fonts/texgyreadventor-bolditalic-webfont.eot');
    src: url('../fonts/texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-bolditalic-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bolditalic-webfont.svg#TeXGyreAdventorBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/***********************/
/* ATRIBUTOS DE PAGINA */
/***********************/
body,th {
	font-family: 'TeXGyreAdventorRegular';
	font-size: 12px;
	line-height: 18px;
	color: #999;
	background-color:#CCC;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}
body {
	margin:0px;
}
a {
	text-decoration: none;
	font-weight: normal;
	color: #333;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #2071af;
}
h1 {
	font-size: 18px;
	color: #262626;
	line-height:20px;
	background-image:url(../images/h1-line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom: 5px;
}
p {
	font-size: 12px;
	color: #262626;
	line-height: 15px;
	margin-bottom:10px;
}
ul {
	list-style: none;
	list-style-type: none;
	padding:0;
	margin-left:0px;
	margin-bottom:5px;
}
ul li {
	padding-bottom:8px;
	
	margin:0;
	color:#666;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding-left:6px;
	height:9px;
	font-size:11px;
}
ul li a {
	display:block;
	text-decoration:none;
	margin:0;
	padding:0;
	color:#FFF;
}
ul li a:hover {
	 
}
ul li a span {
	display:none;
}
.clear{
	clear:both;
}
bold{
	font-weight:bold;
}