@charset "utf-8";

/*	***************************************
	**  Hoja de estilos para TAMALPA     **
	**                                   **
	**               Autor:              **
	**          Mariano d'Almeida        **
	**                                   **
	**              E-mail:              **
	**      mdalmeida@gmail.com.ar       **
	***************************************/

* {	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #515151; } 

/* --- Tipografias: --- */
h1, h2, h3, h4, .MainMenu_MenuItem{
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

p, ul, ol, .Imagen, .Texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 15px;
	line-height: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align: right;
}

/* --- Colores: --- */
h1, h2, h3, .TextoResaltado, a {
	color: #BD1220;
}
h4,.TextoPrimerParrafoCapital, .Texto,.Imagen, .TextoComentario, ul, ol, li{ color: #515151; }

/* --- Titulos: --- */
h1 {
	line-height: 20px;
}

h2 {
	line-height: 15px;
}

h3 {
	line-height: 14px;
}


/* --- Parrafos: --- */
.TextoPrimerParrafoCapital {}
.TextoResaltado {}
.Texto {}
.TextoCapital {}
a {}
a:hover {}
a img { border: none; }

ul {	list-style-position: inside;}

ol {	list-style-type: decimal;
	list-style-position: inside;
	text-indent: 22px;}

li {}

p.TextoComentario {	font-size: 10px;
				text-align: right;
				width: 200px;
				line-height: 10pt;
				float: right;
				margin-right: 20px;
				font-style: italic; }

/* --- Imagenes: --- */
.Imagen {
	float: right;
	text-align: center;
	width: 122px;
	height: auto;
	font-size: 9px;
	line-height: 10px;
}
.Imagen img {
	height: auto;
	padding: 1px;
	width: 100px;
	margin-right: 7px;
	margin-left: -7px;
	margin-bottom: 0px;
	border: 2px solid #0b76c4;
}

/* --- Columnas: --- */

.Wrapper {}

.ColumnaIz {}

.ColumnaDe {}


.logo {
	margin-left: 56px;
}
