/*********************************************************
   CSS: Poderdecir.es
	Fecha : 10 de Febrero de 2008
	Autor : Josechu Alvarez
 *********************************************************/

html,
body {
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #637056 url(img/fndpg.jpg) repeat top center;
	font: 400 0.7em verdana, arial, sans-serif;
	line-height: 170%;
	color: #ffcc66;
}


/* Cabeceras */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}

h1 {
	padding-bottom: 0.2em;
	font: 400 1.6em arial, sans-serif;
	color: #ffcc66;
	border-bottom: 12px solid #ffe8b5;
}

h2 {
	font-size: 1.2em;
	color: #FFF384;
}

h3 {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #FFD700;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}

/* Necesario para horizontea pad en el contenedor coloreado */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}

/* Enlaces */
a {
	text-decoration: none;
	color: #f0d491;
}

a:hover {
	color: #FFFFE0;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}

/* Imagenes */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}

/* Imagenes se situan a izquierda o derecha */
.imgizquierda	{ 
	float: left;
	margin-bottom: 6px; margin-top: 6px; margin-right: 20px;
}
.imgderecha		{	
	float: right;
	margin-bottom: 6px; margin-top: 6px; margin-left: 20px;
}
/* Caja con sombra para las imagenes */
.sombra {
	float: left;
	background-color: #6B6B6B;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.sombra img {
   display: block;
   position: relative;
  	background-color: #fff;
  	border: 1px solid #a9a9a9;
  	margin: -6px 6px 6px -6px;
  	padding: 4px;
}

/* Listas */
ul li {
	list-style-image: url(img/submenu1.gif);
	text-align: left;
}


/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}

p  {
	font: verdana, arial, sans-serif;
	line-height: 170%;
	color: #f0d491;
	text-indent: 10px;
	text-align: justify;
}

/**************************************************************
   Elementos del Formulario
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/*  Si se que los elementos input esten debajo se debe aumentar este tamaņo */
label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio {
  background: none;
  border: 0px;
}

/**************************************************************
   Plantillas de diseņo de la pagina
   Contenedor de toda la pagina excepto para el pie
 **************************************************************/
#contenedorPrincipal {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

/**************************************************************
   Topbar with newsletter form and theme change buttons
 **************************************************************/

#topbar {
  float: left;
  width: 100%;
  padding: 0.6em 0;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #CFD9DB;
  background: #FFF url(../images/bg/topbar.gif) repeat-x bottom left;
}

/**************************************************************
   Menu de cabecera y logo
 **************************************************************/
#cabecera {
	position: relative;
	height: 5em;
	margin: 0 auto;
}

/**************************************************************
   Contenedor de la Pagina
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
}

#columnas {
  margin: 0 auto;
}

/* Tamaņo de las columnas */
.width {
  width: 776px;
}

.widthPad {
  width: 746px;
}

.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}


/**************************************************************
   Pie
 **************************************************************/
#pie {
	width: 980px;
	height: 5em;
	margin-top: -5em;
	color: #ffcc66;
	margin-left: auto;
	margin-right: auto;
}

#pie {
  position: relative;
  height: 5em;
  margin: 0 auto;
}

#pie a {
	align: center;
	padding: 0 1em;
	font: 400 1em arial, sans-serif;
	letter-spacing: 0.1em;
	line-height: 0.8em !important;
	line-height: 1em;
	color: #ffcc66;
	font-weight: bold;
}

#pie a:hover {
	font: 400 1em arial, sans-serif;
	color: #FFFFF0;
	font-weight: bold;
}

.fudo {
	text-align: right;
	margin-right: 20px;
}

/**************************************************************
   Thumbnail Lists
 **************************************************************/

ul.thumbs,
ul.thumbs li {
  margin: 0;
  padding: 0;
}

ul.thumbs li {
  margin: 0 0 15px 0 !important;
  margin: 0;
  padding: 0px;
  list-style: none;
}

a.thumb img {
  
  border: 5px solid #ccc;
}

a:hover.thumb img {
  background: #8EB4C6;
  border: 5px solid #668FA3;
}

a:hover.thumb {
  background: none;
}

a.thumb span {
  display: block;
  margin-top: -5px !important;
  margin-top: -2px;
}


/**************************************************************
   Estilos del submenu vertical
 **************************************************************/

ul.submenu1 {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.submenu1 li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(foo.gif); /* because IE is balls */
}

ul.submenu1 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
}

ul.submenu1 li a {
  background: url(img/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu1 a:hover {
  color: #426F85;
  background: #B3C6C4 url(img/submenu1.gif) no-repeat 5px 50%;
}

/**************************************************************
   Display Generico
 **************************************************************/
.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #EAF2F5;
}

.dark {
  color: #353E47;
}

.resalta {
	color: #ffcc66;
	font-size: 1.2em;
	font-weight: bold;
}

.firma {
	color: Olive;
	font-size: 0.8em;
	text-align: right;
}

/**************************************************************
   Contenedores de la pagina de inico
 **************************************************************/
#areas {
	position: relative;
	margin: 0 auto auto;
	width: 780px;
	padding-top: 70px;
}

#presenta {
	position: relative;
	margin: 0 auto auto;
	width: 780px;
	padding-top: 80px;
}

#txGabinete {
	font: 400 1.6em arial, sans-serif;
	color: #ffcc66;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}

#txDireccion {
	font: 400 1em arial, sans-serif;
	color: #ffcc66;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#txDireccion a {
  text-decoration: none;
	color: #ffcc66;
}

#txDireccion a:hover {
	color: #00008B;
	font-weight: bold;
}

.txActualidad {
	padding-bottom: 0.2em;
	font: 400 2em Trebuchet MS, Verdana, Arial, Geneva, Helvetica;
	color: #ffcc66;
	text-align: center;
}

#temas {
	width: 82%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px;
	font: bold 13px Trebuchet MS, Verdana, Arial, Geneva, Helvetica;
	color: #ffe8b5;
	font-style: oblique;
	text-align: justify;
}

#temas p  {
	line-height: 1.3em;
	text-indent: 10px;
}

#temas ul li {
	list-style-image: url(img/submenu1.gif);
	line-height: 1.4em;
}

#firma{
	font: bolder 12px Trebuchet MS, Verdana, Arial, Geneva, Helvetica;
	color: #FFFFE0;
	text-align: right;
	margin-bottom: 5px;	
	font-style: oblique;
}	

#regresar{
	font: bolder 12px Trebuchet MS, Verdana, Arial, Geneva, Helvetica;
	color: #FFFFE0;
	text-align: left;
}	

#regresar a {
	color: #FFFFE0;
}

#regresar a:hover {
	font: bolder 14px Trebuchet MS, Verdana, Arial, Geneva, Helvetica;
	font-style: oblique;
	color: #EEE8AA;
}
