@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; } 
	
body {
	background-color: #FFF;
}

/* --- Colores: --- */

h4, .TextoPrimerParrafoCapital, .Texto, .Imagen, .TextoComentario, ul, ol, li  {
	color: #515151;
}

p > a {
	/*text-decoration: none;*/
}

p > a:hover {
	text-align: right;
	background-color: #FBDCAA;
}


/* --- Tipografias: --- */
h1, h2, h3, h4, .MainMenu_MenuItem{
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 8px;
	font-weight: normal;
}

p, ul, ol, .Imagen, .Texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
	display: block;
	text-align: left;
}

/* --- Titulos: --- */
h1, .MainMenu_MenuItem {
	line-height: 25px;
	font-size: 22px;
}

h2 {
	line-height: 20px;
	font-size: 18px;
}

h3 {
	line-height: 17px;
	font-size: 15px;
	font-weight: bold;
}


/* --- Parrafos: --- */
.TextoPrimerParrafoCapital {}
.TextoResaltado {
	font-weight: bold;
}
.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: 14px;
	text-align: right;
	width: 200px;
	line-height: 10pt;
	float: right;
	margin-right: 20px;
	font-style: italic;
}
p.TextoCreditos {
	font-size: 10px;
	text-align: right;
	line-height: 10pt;
	float: none;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}


/* --- 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;
}
.imgbarra {
	width: 206px;
	height: auto;
}
p.enlaces {
	text-align: right;
	padding-right: 68px;
	padding-top: 20px;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
}

a.enlaces {
	text-decoration: none;
}
#contenido {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.enlaces {
	text-align: right;
}
.inside {
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.back_arribadeltexto {
	background-image: url(../img/secciones/home/bajada_texto.gif);
}

.TextoComentario {
	font-size: 12px;
	font-style: italic;
	color: #745A33;
}
.bandera {
	width: 50px;
	height: auto;
}
.TablaContacto {
	text-align: left;
}

.Oculto {
	visibility: hidden;
}
