/* CSS Document */

.menu_vertical {
	background-position: right top;
	background-repeat: no-repeat;
	border-color: #FFFFFF;
	border-style: none;
	float: left;
	font-size: 17px;
	list-style-type: none;
	margin: 0;
	width: 24%;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0;
}
.menu_vertical img {
    height: 100%;
}
.menu_vertical li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.menu_vertical li a {
    background-image: url("../img/menu_vertical/menu_a6_2.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #DFDFDF;
    color: #005274;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
}
.menu_vertical li a:hover {
	background-image: url("../img/menu_vertical/menu_a_hover2_2.png");
	background-position: right center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #DFDFDF;
	color: #009DE0;
	display: block;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	text-decoration: none;
}
.menu_vertical #marcado {
	background-image: url("../img/menu_vertical/menu_a_hover2_2.png");
	background-position: right center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #DFDFDF;
	color: #009DE0;
	display: block;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	text-decoration: none;
}
.imagen_p_proyecto {
	float: left;
	width: 122px;
	padding-right: 30px;
}
.sinopsis {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.caja_proyecto {
	margin: 5px;
	padding: 10px;
        border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.datos_proyecto {
	float: right;
	width: 75%;
	padding-bottom: 5px;	
	margin-bottom: 10px;
}
.titulo_proyecto {
	color: #009DE0;
	margin: 0px;
        text-transform: uppercase;
}

.titulo_proyecto a{
	color: #009DE0;	
}

.titulo_proyecto a:hover{
	color: #00496C;	
}

.ver_ficha a{
	color: #FFFFFF
	cursor: pointer;
	font-size: 12px;
	font-style: italic;
	float: right;
	line-height: 15px;
	background-color: #0AA0E1;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	 border-radius: 10px 0 2em 4pt;  /*Estandar   */
-ms-border-radius: 10px 0 2em 4pt; /* IE8   */ 
-moz-border-radius: 10px 0 2em 4pt; /* firefox   */  
-webkit-border-radius: 10px 0 2em 4pt; /*safari   */  
-khtml-border-radius: 10px 0 2em 4pt; /* Konqueror   */ 
}
.ver_ficha {
	margin-top: 10px;
}

.ver_ficha a:hover {
	background-color: #00496C;
}
#paginacion {
	text-align: right;
}
#paginacion a {
	font-size: 12px;
	color: #004766;
	margin: 5px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #F7F7F7;
}
#paginacion a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #004766;
}
