@charset "UTF-8";

/* A variation on Eric Meyer's CSS Reset:
   This is disabled because the Blueprint framework already has it.
   You should enable it if you aren't using Blueprint.

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse:collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
abbr,acronym {
  border:0;
}
*/

/* Below are the CSS styles that aren't included with Blueprint. It's a good idea to keep them whether or not you use it unless you know what you're doing. */

/* Text styles */
body{
  font-family:Helvetica ,Arial,sans-serif;
}

.blog-featured h2 {
  font-size: 1.5em;
  margin-bottom:0em;
}
p.readmore {
  text-indent:0;
  font-size: .9em;
}
.joomla-footer {
  font-size: .9em;
  margin-bottom: 30px;
}

/* Article functions */
ul.actions {
  clear:both;
  margin-top: -50px;
  float:right;
}
ul.actions li {
  list-style-type: none;
  float:right;
  margin-left: 10px;
}

/* Login styles */
p#form-login-username label,
p#form-login-password label {
  width: 160px;
  display:block;
}
p#form-login-remember label {
  font-size: .9em;
  font-weight: normal;
  line-height: 25px;
}
p#form-login-remember input {
  float:left;
  margin-right: 5px;
}
form#form-login ul {
  margin: 0;
  padding: 0;
}
form#form-login ul li {
  list-style-type: none;
  margin-left: 20px;
  font-size: .9em;
}

/* Image float styles */
.img-fulltext-left {
  float:left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.img-intro-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.img-fulltext-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.img-intro-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.floatsearch
{
  /*top: -30px;
  position: relative;*/
}

.button{
    background-color: #A0A0A0;
    border: 0 none;
    color: white;
    font-size: 17px;
    height: 32px;
    letter-spacing: 1px;
    padding-bottom: 4px;
	margin-left: 5px;
}

.fondoblanco-espacioinferior{
  background-color:white; padding-bottom:4px;
}

.franjaverde-cabecero{
  background-color:#4AA59A; height:8px;
}

.franjablanca-cabecero{
  background-color:white; height:5px;
}

.cat-list-row
{
  height:44px;
  background-color: #316860;
  margin-top: 5px;
  color: red;    width: 249px;

}
.list-title
{
  height:44px;
  margin-top: 5px;
  color: red;    
  width: 249px;      
  background-color: #4AA59A;
  display: table-cell;
  height: 44px;
  vertical-align: middle;
  padding: 0px 85px 0px 16px;
  font-family: Franklin Gothic Heavy;
}
.list-title div a:focus, .list-title div a:hover, #current-item a{
  color:#E2AF3D;
}


/* Estilos para el contenido tercer nivel */
.tercernivel{
  
}

.tercernivel a:link, a:visited {
  font-size: 100%;
  text-decoration: none;
  font-weight: normal;
  font-family: Helvetica,Arial,sans-serif;
  text-decoration: none;  
  color:black;
}

.tercernivel a:hover {
  text-decoration: none;
  font-weight:bold;
  font-family: Helvetica,Arial,sans-serif;
}


.tercernivel h1,h2,h3,h4{
  font-weight:bold;
  text-align:left;
}

.tercernivel p{
  text-align:justify;
}

.tercernivel ul li{
  text-align: left;
  list-style-image: url(http://www.edespimich.com.mx/wp-content/themes/edespimich/images/bullet_amarillo.jpg);
  margin-left: 20px;
}

.ppt {
  color: #E37529;
  padding: 0 0 0 20px;
  background: #FFF url(ppt.png) no-repeat left center;
}
 
.pdf {
  padding: 0 0 0 22px;
  background: #FFF url(pdf.png) no-repeat left center;
}

.franjagris-cabecero
{
  background-color:#C4C4C6; height:33px;
}

.footer_text {
font-size: 10px;
text-align: center;
color: #4AA59A;
line-height: 10px;
}

hr.space {
background: white;
color: white;
visibility: hidden;
line-height: 10px;
margin: 5px auto;
}
.search
{
padding: 10px;
}

