#cPublicar {
    float:left;
    width:774px;
    padding-left:5px;
    padding-right:5px;
    background-image: url(../imgs/bgdizql-cuerpo.png);
}
#cPublicar h1{
    font-size: 22px;
    font-weight: normal;
    color: #0073BD;
}
#cPublicar h1.category{
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: normal;
    color: #999;
}
#cPublicar h2{
    font-size: 16px;
    font-weight: bold;
    color: #0073BD;
    padding:0px;
    margin-top:10px;
}
#cPublicar h3{
    font-size: 12px;
    font-weight: bold;
    color: #003867;
    padding:0px;
    margin-top:10px;
    margin-bottom:10px;
    background: url(../imgs/h3.png) no-repeat;
    padding-left:7px;
    height:20px;
}
#cPublicar h5{
    font-size: 12px;
    font-weight: bold;
    color: #FFBE2E;
    padding:0px;
    margin:0px;
}
#cPublicar h6{
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    padding:0px;
    margin:0px;
}

.inputGrande{
    /*font-family: Georgia, serif;*/
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #003867;
}

.fieldItem{
    font-size: 11px;
    font-weight: normal;
    border: 1px solid #CCC;
    color: #003867;
}
.option{
    border: 0px solid #FFF;
    color: #003867;
}

.Calendar {
    float: left;
    width:170px;
    border: 1px solid #CCC;
    text-align: center;
}
.Calendar h4{
    font-size: 12px;
    font-weight: bold;
    margin: 2px;
    padding: 0px;
    color: #003867;
}
.Calendar ul{
    list-style: none;
    display: inline;
    margin:0px;
    padding:0px;
}
.Calendar ul li{
    float: left;
    width:22px;
    height:16px;
    margin: 0px;
    padding: 0px;
    border: solid 1px #FFF;
    background-color: #EBEBEB;
}
.Calendar ul li.today{
    border: solid 1px #FFF;
    background-color: #FFD55B;
}
.Calendar a.prev{
    float:left;
    display: block;
    width:20px;
    height:14px;
    border: solid 1px #0073BD;
    background-color: #003867;
    font-size: 11px;
    font-weight: normal;
    color: #0073BD;
    text-decoration: none;
}
.Calendar a.next{
    float:right;
    display: block;
    width:20px;
    height:14px;
    border: solid 1px #0073BD;
    background-color: #003867;
    font-size: 11px;
    font-weight: normal;
    color: #0073BD;
    text-decoration: none;
}
.Calendar ul li a{
    display: block;
    width:20px;
    height:14px;
    border: solid 1px #CCC;
    font-size: 11px;
    font-weight: normal;
    color: #0073BD;
    text-decoration: none;
}
.Calendar ul li a:hover{
    background-color: #003867;
}
.Photo{
    float:left;
    width:70px;
    text-align:center;
    /*border: 1px solid #CCC;*/
}
a.small {
    padding:0px;
    margin:1px;
    font-size: 11px;
    font-weight: normal;
	text-decoration: none;
    color: #444444;
}
a.small:hover {
    color: #0073BD;
    border-bottom: 1px solid #FFD55B;
}
