/*  
Theme Name: Minder Visuales 2.0
Theme URI: http://www.minder.cl/
Description: Creado por taituns@gmail.com.
Version: 2.0
Author: Sebastian Jeria L.
Author URI: http://www.panoptica.cl/
*/
/* Body */
body {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #cc0000;
}
/* Textos */
.txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
.titulo_destacados{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-indent: 5px;
}
.titulo_clientes{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;
}
/* Celdas Footer */
.celda_oscura {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	background-color: #232323;
	background-image: url(../images/back_oscuro.jpg);
	text-align: center;
}
.celda_clara {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	background-color: #666;
	background-image: url(../images/back_claro.jpg);
	text-align: center;
}
.celda_destacado{
	background-color: #cc0000;
}
.celda_titulos{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	background-color: #cc0000;
	text-indent: 10px;
}
/* Vinculos */
.vinculo1 {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
A.vinculo1:link {
	color: #FFFFFF;
	text-decoration: none;
}
A.vinculo1:visited {
	text-decoration: none;
	color: #FFFFFF;
}
A.vinculo1:hover {
	text-decoration: none;
	color: #999;
}
A.vinculo1:active {
	text-decoration: none;
	color: #999;
}
.vinculo2 {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
A.vinculo2:link {
	color: #CC0000;
	text-decoration: none;
}
A.vinculo2:visited {
	text-decoration: none;
	color: #CC0000;
}
A.vinculo2:hover {
	text-decoration: none;
	color: #666;
}
A.vinculo2:active {
	text-decoration: none;
	color: #666;
}
