﻿@charset "utf-8";
/* *******************************************************************************************************/
/* Codigo creado por: Oficina Presidencial de Tecnologías de la Información y Comunicación (OPTIC)       */
/* *******************************************************************************************************/

BODY{
	background:url(../../images/bg.gif) repeat-x top #FFFFFF;
	padding:0;
	margin:0;
}

.rastro{/*ESTILO DE RASTRO*/
	width:769px;
	height:19px;
	line-height:19px;
	background: /*url(../../images/sprite3.png) 0px -127px no-repeat*/ #627C7B;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding-left:5px;
}

.pathway, a.pathway:link, a.pathway:hover,  a.pathway:active, a.pathway:visited{/*TIPOGRAFIA DE RASTRO*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding:0;
	margin:0;
}

H1{/*ESTILO DE TITULO*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #322F38;
	font-weight: bold;
}

H2{/*ESTILO DE SUBTITULO*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #322F38;
	font-weight: normal;
}

H3{/*ESTILO DE TITULOS DE MODULOS*/
	color:#999;
}

H6{
}

a:link, a:active, a:visited{/*ESTILOS DE LINKS ACTIVOS Y VISITADOS*/
	color: #003366;
	text-decoration:none;
	text-align:left;
}

a:hover{/*ESTILO DE HOVER EN LINKS*/
	color: #003366;
	text-decoration:underline;
}

.search{/*POSICION DEL BUSCADOR*/
	background:url(../../images/sprite3.png) -639px -24px;
	width:145px;
	position: relative;
	top:7px;
	float:right;
}

.ph{
	padding:0 10px 0 0;
	overflow:hidden;
}
