/* 
    Document   : cardsShort
    Created on : 18-dic-2008, 15:59:48
    Author     : miko
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


#cardsShort{
    width:95%;
    margin: 10px auto;
}


#cardsShort p{
    color:#000;
    text-align:justify;
    font-size:small;
}

#cardsShort h2, #cardsShort p{
    margin:0px;
}

#cardsShort ul{
    margin:0;
    padding:0;
}

#cardsShort li{
    border-bottom: 1px dotted gray;
    list-style: none;
    list-style-image:none;
    overflow:hidden;
}

#contenedorIzq li{
    border-bottom: none;
    list-style: none;
    list-style-image: none;
    overflow:hidden;
    margin-bottom:0px;
    display:inline;
    width:50px;
}

#cardsShort .links{
	margin-bottom:10px;
}

#contenedorIzq a{
    color: #8F6F43;
    font-size: x-small;
    text-decoration:none;
}
#contenedorIzq a:hover{
    font-weight: bold;
    text-decoration:underline;
}


#contenedorCentral th{
	color:#fff;
	background-color: #D9B836;
	font-size: small;
}
#contenedorCentral td{
	font-size: x-small;
	color:#000;
}

#contenedorCentral tr.non{
	background-color: #FAEFD2;
}

#cardsShort a.Button{
    display:inline-block;
    width:50px;
    height:15px;
    text-align: center;
    vertical-align: middle;
}

#cardsShort a.Button{
    border: 2px outset #D98236;
    background-color: #D9B836;
    color:black;
    font-weight:bolder;
}

#cardsShort a.Button:hover{
    border: 2px groove #D98236;
    color:gray;
}