/*--------------------------------------------------------------

Template: Theme Name
Author: 
Version:  1
Design and Developed by: 

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
.button-white{
	background-color:#fff;
	color:#00478B !important;
	font-weight:bolder;
	padding:.8em 1.5em !important;
}

#btn-plan-estudios a:link, #btn-plan-estudios a:visited, #btn-plan-estudios a:active{
	color:#fff !important;
}

#contenido a:link, #contenido a:visited, #contenido a:active{
	color:#00478B !important;
}

#contenido a:hover{
	opacity:.8;
	color:#009099;
}

.ul-planes ul{
	padding:0 10px !important;
}


